2020-07-23 05:09:18 -04:00
|
|
|
.incident-management-list,
|
2020-05-19 08:08:21 -04:00
|
|
|
.alert-management-details {
|
|
|
|
.icon-critical {
|
|
|
|
color: $red-800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-high {
|
|
|
|
color: $red-600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-medium {
|
|
|
|
color: $orange-400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-low {
|
|
|
|
color: $orange-300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-info {
|
|
|
|
color: $blue-400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-unknown {
|
|
|
|
color: $gray-400;
|
|
|
|
}
|
|
|
|
}
|