1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+catalog/catalog.scss
Jari Kolehmainen 89893b5c23 cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-04-06 09:40:11 +03:00

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);
}
}