mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
11 lines
130 B
SCSS
11 lines
130 B
SCSS
|
svg.icon {
|
||
|
display: inline-block;
|
||
|
width: 1.25em;
|
||
|
height: 1em;
|
||
|
text-align: center;
|
||
|
|
||
|
path {
|
||
|
fill: currentColor;
|
||
|
}
|
||
|
}
|