mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
14 lines
194 B
SCSS
14 lines
194 B
SCSS
.query-frequency-indicator {
|
|
width: 100px;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px 12px;
|
|
|
|
.icon {
|
|
padding-right: $pad-small;
|
|
}
|
|
}
|
|
|
|
.grey {
|
|
color: $ui-fleet-black-33;
|
|
}
|