fleet/frontend/components/LastUpdatedText/_styles.scss

16 lines
239 B
SCSS
Raw Normal View History

.component__last-updated-text {
2022-07-15 19:10:35 +00:00
font-size: $xx-small;
font-weight: $regular;
2022-07-15 19:10:35 +00:00
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;
}
}