fleet/frontend/components/LastUpdatedText/_styles.scss

15 lines
214 B
SCSS
Raw Normal View History

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