mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
5 lines
163 B
SCSS
5 lines
163 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;
|
|
}
|