mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
23 lines
291 B
SCSS
23 lines
291 B
SCSS
.CatalogPage {
|
|
--width: 100%;
|
|
--height: 100%;
|
|
|
|
.content-wrapper {
|
|
.content {
|
|
margin: unset;
|
|
max-width: unset;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.TableCell.status {
|
|
&.connected {
|
|
color: var(--colorSuccess);
|
|
}
|
|
|
|
&.disconnected {
|
|
color: var(--halfGray);
|
|
}
|
|
}
|