mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
14 lines
226 B
SCSS
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;
|
|
}
|
|
}
|