2023-12-14 19:49:56 +00:00
|
|
|
.performance-impact-cell {
|
|
|
|
|
.__react_component_tooltip {
|
|
|
|
|
@include tooltip-text;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-07 19:12:38 +00:00
|
|
|
.data-table__pill {
|
|
|
|
|
color: $core-fleet-black;
|
|
|
|
|
font-weight: $bold;
|
|
|
|
|
padding: 4px 12px;
|
|
|
|
|
border-radius: 29px;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
border-radius: 29px;
|
|
|
|
|
background-color: $core-fleet-purple;
|
|
|
|
|
}
|
|
|
|
|
&--undetermined {
|
|
|
|
|
color: $ui-fleet-black-50;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
&--minimal {
|
2025-09-29 17:10:41 +00:00
|
|
|
background-color: $ui-fleet-black-10;
|
2022-04-07 19:12:38 +00:00
|
|
|
}
|
|
|
|
|
&--considerable {
|
2025-09-29 17:10:41 +00:00
|
|
|
background-color: $ui-fleet-black-25;
|
2022-04-07 19:12:38 +00:00
|
|
|
}
|
|
|
|
|
&--excessive {
|
2025-09-29 17:10:41 +00:00
|
|
|
background-color: $ui-fleet-black-50;
|
2022-04-07 19:12:38 +00:00
|
|
|
}
|
|
|
|
|
}
|