mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-12-11 22:11:58 +01:00
10 lines
145 B
Text
10 lines
145 B
Text
|
.svg {
|
||
|
display: inline-block;
|
||
|
vertical-align: text-top;
|
||
|
fill: currentColor;
|
||
|
|
||
|
.middle & {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|