bar: transparent + more round
This commit is contained in:
parent
607f20343e
commit
f7077ac51e
1 changed files with 8 additions and 9 deletions
|
|
@ -6,8 +6,7 @@
|
||||||
.bar {
|
.bar {
|
||||||
@include font.mono;
|
@include font.mono;
|
||||||
|
|
||||||
background-color: scheme.$crust;
|
margin: 10px 10px 0 10px;
|
||||||
padding: lib.s(8) lib.s(20);
|
|
||||||
font-size: lib.s(14);
|
font-size: lib.s(14);
|
||||||
|
|
||||||
@include lib.spacing(10);
|
@include lib.spacing(10);
|
||||||
|
|
@ -17,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.module {
|
.module {
|
||||||
@include lib.rounded(5);
|
@include lib.rounded(8);
|
||||||
|
|
||||||
padding: lib.s(3) lib.s(8);
|
padding: lib.s(3) lib.s(8);
|
||||||
background-color: scheme.$base;
|
background-color: scheme.$base;
|
||||||
|
|
@ -52,20 +51,20 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces {
|
.workspaces {
|
||||||
@include lib.border(scheme.$maroon);
|
|
||||||
|
|
||||||
padding: lib.s(3) lib.s(18);
|
padding: lib.s(3) lib.s(18);
|
||||||
|
|
||||||
|
@include lib.spacing(10);
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
@include lib.rounded(2);
|
@include lib.rounded(100);
|
||||||
@include lib.element-decel;
|
@include lib.element-decel;
|
||||||
|
|
||||||
min-width: lib.s(20);
|
min-width: lib.s(8);
|
||||||
min-height: lib.s(4);
|
min-height: lib.s(8);
|
||||||
background-color: scheme.$surface1;
|
background-color: scheme.$surface1;
|
||||||
|
|
||||||
&.occupied {
|
&.occupied {
|
||||||
background-color: scheme.$sky;
|
background-color: scheme.$overlay1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.focused {
|
&.focused {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue