mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
19 lines
348 B
SCSS
19 lines
348 B
SCSS
|
|
.component__last-updated-text {
|
||
|
|
font-size: $xx-small;
|
||
|
|
color: $ui-fleet-black-75;
|
||
|
|
padding-right: $pad-small;
|
||
|
|
|
||
|
|
.tooltip {
|
||
|
|
padding-left: $pad-xsmall;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip__tooltip-text {
|
||
|
|
display: flex;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
img {
|
||
|
|
height: 16px;
|
||
|
|
width: 16px;
|
||
|
|
vertical-align: text-top;
|
||
|
|
}
|
||
|
|
}
|