1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+workloads-replicasets/replicasets.scss
vshakirova de5328f95b Full support for ReplicaSets
Signed-off-by: vshakirova <vshakirova@mirantis.com>
2020-12-10 10:17:22 +04:00

12 lines
133 B
SCSS

.ReplicaSets {
.TableCell {
&.name {
flex-grow: 2;
}
&.warning {
@include table-cell-warning;
}
}
}