rickvanlieshout.com/src/components/Icon/Icon.module.scss

20 lines
401 B
SCSS
Raw Normal View History

2018-11-09 18:08:48 +01:00
.icon {
display: inline-block;
fill: currentColor;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2018-11-09 18:08:48 +01:00
font-style: normal;
font-variant: normal;
2018-11-09 18:08:48 +01:00
font-weight: normal;
height: 1em;
line-height: 1em;
margin-left: 0.2em;
margin-right: 0.2em;
2018-11-09 18:08:48 +01:00
speak: none;
stroke: currentColor;
stroke-width: 0;
2018-11-09 18:08:48 +01:00
text-align: center;
text-transform: none;
width: 1em;
}