mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
19 lines
362 B
SCSS
19 lines
362 B
SCSS
.inherited-badge {
|
|
&__element-text {
|
|
font-weight: $bold;
|
|
font-size: $xxx-small;
|
|
color: $core-fleet-black;
|
|
line-height: 15px;
|
|
border-radius: 4px;
|
|
background: $ui-vibrant-blue-10;
|
|
padding: 4px;
|
|
}
|
|
|
|
@include tooltip5-arrow-styles;
|
|
|
|
.react-tooltip {
|
|
@include tooltip-text;
|
|
font-style: normal;
|
|
text-align: center;
|
|
}
|
|
}
|