68 lines
914 B
CSS
68 lines
914 B
CSS
.dropify-message p {
|
|
font-size: 15px;
|
|
}
|
|
|
|
fieldset,
|
|
legend {
|
|
all: revert;
|
|
}
|
|
|
|
|
|
.upload__box {
|
|
padding: 5px;
|
|
}
|
|
|
|
|
|
.upload__btn-box {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.upload__img-wrap {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.upload__img-box {
|
|
width: 125px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.upload__img-close {
|
|
width: 24px;
|
|
height: 24px;
|
|
border-radius: 50%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
text-align: center;
|
|
line-height: 24px;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.upload__img-close:after {
|
|
content: '\2716';
|
|
font-size: 14px;
|
|
color: white;
|
|
}
|
|
|
|
.img-bg {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: cover;
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
}
|
|
|
|
.dark-login{
|
|
height: 50px;
|
|
}
|
|
|
|
.light-login{
|
|
height: 50px;
|
|
}
|
|
|
|
.fl-wrapper{
|
|
z-index: 99999;
|
|
} |