mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
19 lines
298 B
SCSS
19 lines
298 B
SCSS
.BottomBar {
|
|
$spacing: $padding / 2;
|
|
|
|
font-size: $font-size-small;
|
|
background-color: #3d90ce;
|
|
padding: $padding / 4 $padding;
|
|
color: white;
|
|
|
|
#current-workspace {
|
|
--flex-gap: #{$spacing};
|
|
cursor: pointer;
|
|
}
|
|
|
|
#support {
|
|
--flex-gap: #{$spacing};
|
|
cursor: pointer;
|
|
}
|
|
}
|