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/categories/FavProductWithMeta/FavProductWithMeta.scss

23 lines
428 B
SCSS

.FavProductWithMeta {
// scss
i{
font-size: 128px;
-webkit-text-stroke: 6px var(--xshop-background);
}
[class^="col-md"]{
&:nth-child(1) i{
color: darkgoldenrod;
}
&:nth-child(2) i{
color: forestgreen;
}
&:nth-child(3) i{
color: dodgerblue;
}
&:nth-child(4) i{
color: red;
}
}
}