You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
380 B
SCSS
22 lines
380 B
SCSS
.uploader-icons img{
|
|
width: .7cm;
|
|
height: .6cm;
|
|
vertical-align: middle;
|
|
}
|
|
.closed{
|
|
position: absolute;
|
|
right: 0;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
top: -5px;
|
|
right: -10px;
|
|
font-weight: bolder;
|
|
background: red;
|
|
padding: 6px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
line-height: .7;
|
|
}
|
|
.image-container{
|
|
margin-top: 10px;
|
|
} |