GenderDysphoria.fyi/scss/_global.scss

28 lines
375 B
SCSS
Raw Normal View History

2020-02-20 14:38:25 -08:00
body {
font-family: $font-primary;
}
span.svg-icon {
$size: 1.5em;
display: inline-block;
position: relative;
height: $size;
width: $size;
line-height: 1;
svg {
width: 100%;
height: 100%;
fill: currentColor;
2020-03-05 19:42:57 -08:00
vertical-align: baseline;
2020-02-20 14:38:25 -08:00
}
}
img.svg-icon {
height: 1.5em;
display: inline-block;
position: relative;
line-height: 1;
}