mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
10 lines
155 B
SCSS
10 lines
155 B
SCSS
.probability-of-exploit {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
|
|
&__unknown {
|
|
color: $ui-fleet-black-50;
|
|
font-style: italic;
|
|
}
|
|
}
|