mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
7 lines
188 B
SCSS
7 lines
188 B
SCSS
|
.graphic {
|
||
|
// keeps this element the same size as the svg
|
||
|
// aligns properly in text, buttons, dropdowns, summary tile custom component
|
||
|
display: inline-flex;
|
||
|
align-self: center;
|
||
|
}
|