14 lines
191 B
SCSS
14 lines
191 B
SCSS
.performance-impact-cell {
|
|
.__react_component_tooltip {
|
|
@include tooltip-text;
|
|
}
|
|
}
|
|
|
|
.data-table__pill {
|
|
color: $core-fleet-black;
|
|
|
|
&--undetermined {
|
|
font-style: italic;
|
|
}
|
|
}
|