fleet/frontend/components/QueryFrequencyIndicator/_styles.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;
}