1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-05-18 11:32:37 +03:00
parent a990617a33
commit 5ab039d3a3

View File

@ -1,34 +1,36 @@
.ReplicaSets { .DeploymentDetails {
position: relative; .ReplicaSets {
min-height: 80px; position: relative;
min-height: 80px;
.Table { .Table {
margin: 0 (-$margin * 3); margin: 0 (-$margin * 3);
}
.TableCell {
&:first-child {
margin-left: $margin;
} }
&:last-child { .TableCell {
margin-right: $margin; &:first-child {
} margin-left: $margin;
}
&.name { &:last-child {
flex-grow: 2; margin-right: $margin;
} }
&.warning { &.name {
@include table-cell-warning; flex-grow: 2;
} }
&.namespace { &.warning {
flex-grow: 1.2; @include table-cell-warning;
} }
&.actions { &.namespace {
@include table-cell-action; flex-grow: 1.2;
}
&.actions {
@include table-cell-action;
}
} }
} }
} }