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.
xshop/resources/views/segments/card/NsCard/NsCard.scss

16 lines
276 B
SCSS

.NsCard {
padding: 2rem 0;
.ri-checkbox-circle-line{
color: green;
}
.ri-close-circle-line{
color: red;
}
.ri-checkbox-circle-line, .ri-close-circle-line{
font-size: 20px;
position: relative;
top: -6px;
}
}