123movies-seo/resources/scss/components/_svg-icons.scss

18 lines
277 B
SCSS
Raw Normal View History

2024-08-31 02:34:31 +03:00
.si {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
vertical-align: text-top;
fill: currentColor;
&.si-lg {
width:1.333em;
height:1.333em;
}
&.si-sm {
width:0.875em;
height:0.875em;
}
}