LoveIt/assets/css/_partial/_icon.scss

11 lines
130 B
SCSS
Raw Normal View History

svg.icon {
display: inline-block;
width: 1.25em;
height: 1em;
text-align: center;
path {
fill: currentColor;
}
}