mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
7 lines
113 B
SCSS
7 lines
113 B
SCSS
|
|
.last-updated-host-count {
|
||
|
|
display: flex;
|
||
|
|
align-items: baseline;
|
||
|
|
gap: $pad-small;
|
||
|
|
font-size: $x-small;
|
||
|
|
}
|