mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-01 01:28:02 +01:00
18 lines
356 B
SCSS
18 lines
356 B
SCSS
.icon {
|
|
display: inline-block;
|
|
fill: currentcolor;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
height: 1em;
|
|
line-height: 1em;
|
|
speak: none;
|
|
stroke: currentcolor;
|
|
stroke-width: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
width: 1em;
|
|
}
|