mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-26 13:02:42 +00:00
Initial site commit
This commit is contained in:
26
scss/_global.scss
Normal file
26
scss/_global.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
img.svg-icon {
|
||||
height: 1.5em;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
line-height: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user