mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
16 lines
253 B
SCSS
16 lines
253 B
SCSS
.query-frequency-indicator {
|
|
width: 90px;
|
|
align-items: center;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
|
|
.icon {
|
|
vertical-align: middle;
|
|
padding-right: $pad-small;
|
|
}
|
|
}
|
|
|
|
.grey {
|
|
color: $ui-fleet-black-33;
|
|
}
|