mirror of
https://github.com/fleetdm/fleet
synced 2026-04-29 09:27:18 +00:00
12 lines
180 B
SCSS
12 lines
180 B
SCSS
|
|
.status-indicator-with-icon {
|
||
|
|
&__value {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
vertical-align: middle;
|
||
|
|
|
||
|
|
.icon {
|
||
|
|
margin-right: $pad-xsmall;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|