summaryrefslogtreecommitdiffstats
path: root/eww/scss/footer/backlight.scss
diff options
context:
space:
mode:
Diffstat (limited to 'eww/scss/footer/backlight.scss')
-rw-r--r--eww/scss/footer/backlight.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/eww/scss/footer/backlight.scss b/eww/scss/footer/backlight.scss
new file mode 100644
index 0000000..f7e3c5e
--- /dev/null
+++ b/eww/scss/footer/backlight.scss
@@ -0,0 +1,20 @@
+* {
+ all: unset;
+}
+
+.brightness {
+ padding: 0 1rem;
+ margin-bottom: -2rem;
+}
+
+.brightness scale trough highlight {
+ background-color: $red;
+ border-radius: 10px;
+}
+
+.brightness scale trough {
+ background-color: $grey;
+ border-radius: 1rem;
+ min-width: 16rem;
+ min-height: .3rem;
+}