fleet/frontend/components/LastUpdatedText/_styles.scss
2022-07-15 15:10:35 -04:00

15 lines
214 B
SCSS

.component__last-updated-text {
font-size: $xx-small;
color: $ui-fleet-black-75;
.tooltip {
padding-left: $pad-xsmall;
}
img {
height: 16px;
width: 16px;
vertical-align: text-top;
}
}