mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-19 01:53:35 +01:00
19 lines
398 B
SCSS
19 lines
398 B
SCSS
|
.icon {
|
||
|
display: inline-block;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
stroke-width: 0;
|
||
|
stroke: currentColor;
|
||
|
fill: currentColor;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
speak: none;
|
||
|
margin-right: .2em;
|
||
|
text-align: center;
|
||
|
font-variant: normal;
|
||
|
text-transform: none;
|
||
|
line-height: 1em;
|
||
|
margin-left: .2em;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|