mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 14:58:33 +00:00
# Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Manual QA for all new/changed functionality --------- Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
17 lines
264 B
SCSS
17 lines
264 B
SCSS
.query-frequency-indicator {
|
|
width: 130px;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px 12px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
|
|
.icon {
|
|
padding-right: $pad-small;
|
|
}
|
|
}
|
|
|
|
.grey {
|
|
color: $ui-fleet-black-33;
|
|
}
|