mirror of https://github.com/4xmen/xshop.git
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.
16 lines
276 B
SCSS
16 lines
276 B
SCSS
3 months ago
|
.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;
|
||
|
}
|
||
|
}
|