mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
15 lines
214 B
SCSS
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;
|
|
}
|
|
}
|