mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
29 lines
415 B
SCSS
29 lines
415 B
SCSS
svg.icon {
|
|
display: inline-block;
|
|
width: 1.25em;
|
|
height: 1em;
|
|
text-align: center;
|
|
|
|
path {
|
|
fill: currentColor;
|
|
}
|
|
}
|
|
|
|
img.emoji {
|
|
display: inline-block;
|
|
height: 1em;
|
|
width: 1em;
|
|
margin: 0 0.05em 0 0.1em;
|
|
vertical-align: -0.1em;
|
|
}
|
|
|
|
.hugo-icon,
|
|
.fixit-icon {
|
|
display: inline-block;
|
|
height: 1.2em;
|
|
width: 1.2em;
|
|
line-height: 1.2em;
|
|
position: relative;
|
|
vertical-align: text-bottom;
|
|
}
|