1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+network-policies/network-policies.scss
Lauri Nevala 9faea8885a Switch to use KubeResourceStatusIcon
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-11-04 15:06:30 +02:00

7 lines
96 B
SCSS

.NetworkPolicies {
.TableCell {
&.warning {
@include table-cell-warning;
}
}
}