fleet/frontend/components/TooltipWrapper/_styles.scss
Jacob Shandling 1fa5004428
UI – Add and update performance impact features to uitilize metrics that include live query runs (#15642)
Merging during freeze with approval from all stakeholders, including verbal approval from @sharon-fdm 

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-12-14 11:49:56 -08:00

21 lines
404 B
SCSS

.component__tooltip-wrapper {
display: inline-flex;
&__element {
white-space: nowrap;
line-height: initial;
}
&__underline {
position: relative;
width: fit-content;
// compensate for bottom border and padding to maintain centering
top: 2px;
border-bottom: 1px dashed $ui-fleet-black-50;
padding-bottom: 1px;
}
&__tip-text {
@include tooltip-text;
}
}