1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/cluster-manager/bottom-bar.scss
Roman c70ed87da9 workspaces -- part 1
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-22 12:06:58 +03:00

14 lines
226 B
SCSS

.BottomBar {
$spacing: $padding / 2;
font-size: $font-size-small;
background-color: #3d90ce;
padding: $spacing $padding;
color: white;
#current-workspace {
--flex-gap: #{$spacing};
cursor: pointer;
}
}