fleet/frontend/components/InheritedBadge/_styles.scss
Jacob Shandling 1725cb3a0c UI - Merge inherited and and team-scope queries tables (#18596)
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2024-05-07 15:44:41 -04:00

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;
}
}