/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ .Services { .TableCell { &.type { flex: 0.6; } &.warning { @include table-cell-warning; } &.age { flex: 0.4; } &.selector { @include table-cell-labels-offsets; } &.status { @include service-status-colors; flex: 0.6; } a.filterNamespace { border-bottom: unset; } } }