summaryrefslogtreecommitdiff
path: root/scss/bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/bar.scss')
-rw-r--r--scss/bar.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/scss/bar.scss b/scss/bar.scss
index 452d2ed..b8d36e4 100644
--- a/scss/bar.scss
+++ b/scss/bar.scss
@@ -15,6 +15,7 @@
@include font.mono;
font-size: lib.s(14);
+ padding-right: lib.s(3);
label.icon {
font-size: lib.s(18);
@@ -190,10 +191,24 @@
.os-icon {
@include lib.border(scheme.$yellow);
+
+ @if not scheme.$borders {
+ @include lib.shadow;
+
+ background-color: scheme.$yellow;
+ color: scheme.$base;
+ }
}
.power {
@include lib.border(scheme.$red);
+
+ @if not scheme.$borders {
+ @include lib.shadow;
+
+ background-color: scheme.$red;
+ color: scheme.$base;
+ }
}
&.horizontal {