mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* - <NamespaceSelectBadge/> new component refactored out from multiple resource views with excessive dependencies (e.g updating global namespace filter) - better UX to and visibility for user on click action (sometimes namespace-filter might not be visible in app/UI) - updated some snapshots with `jest --updateSnapshot src` (somehow affected `helm-charts/releases/*`)
27 lines
345 B
SCSS
27 lines
345 B
SCSS
/**
|
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
*/
|
|
|
|
.Leases {
|
|
.TableCell {
|
|
&.name {
|
|
flex: 2;
|
|
}
|
|
|
|
&.warning {
|
|
@include table-cell-warning;
|
|
}
|
|
|
|
&.keys {
|
|
flex: 2.5;
|
|
}
|
|
|
|
&.age {
|
|
flex: .5;
|
|
}
|
|
|
|
|
|
}
|
|
}
|