Added System bars window
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
@include rounding;
|
||||
}
|
||||
|
||||
|
||||
@import 'css/sys';
|
||||
@import 'css/net';
|
||||
@import 'css/clock';
|
||||
@ -48,7 +47,7 @@ tooltip {
|
||||
}
|
||||
|
||||
.focused {
|
||||
background-color: $bg;
|
||||
background-color: $bg1;
|
||||
border-radius: 1rem;
|
||||
margin: .3rem;
|
||||
padding: .25rem;
|
||||
@ -63,7 +62,7 @@ tooltip {
|
||||
border-right-style: none;
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
padding: 0 $gaps-window;
|
||||
padding: $gaps-screen $gaps-window;
|
||||
margin: $gaps-screen 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user