mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-26 16:05:54 +00:00
14 lines
189 B
SCSS
14 lines
189 B
SCSS
.svg-icon {
|
|
display: inline-flex;
|
|
align-self: center;
|
|
}
|
|
.svg-icon {
|
|
height:0.9em;
|
|
width:0.9em;
|
|
}
|
|
.svg-icon.svg-baseline {
|
|
bottom: 0.1em;
|
|
line-height: 1;
|
|
position: relative;
|
|
}
|