mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
7 lines
267 B
SCSS
7 lines
267 B
SCSS
.icon {
|
|
// keeps this element the same size as the svg
|
|
// aligns properly in text, buttons, dropdowns, summary tile custom component
|
|
display: inline-flex;
|
|
// keeps svg vertically centered for non-16px icons (e.g., arrow-internal-link)
|
|
align-self: center;
|
|
}
|