mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 15:26:17 +00:00
28 lines
375 B
SCSS
28 lines
375 B
SCSS
|
|
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;
|
|
vertical-align: baseline;
|
|
}
|
|
}
|
|
|
|
img.svg-icon {
|
|
height: 1.5em;
|
|
display: inline-block;
|
|
position: relative;
|
|
line-height: 1;
|
|
}
|