aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/bar/style.scss
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-12-18 23:28:13 +0200
committersrdusr <trevorgray@srdusr.com>2023-12-18 23:28:13 +0200
commit99553552ae89f26f81af9bfae1d0ace9180229ee (patch)
tree9554544b938d5f83673bc093f6e3e26b7ced5534 /.config/eww/bar/style.scss
parent3ff2d9681bc237e6206b4c4e61f4976f857e18eb (diff)
downloaddotfiles-99553552ae89f26f81af9bfae1d0ace9180229ee.tar.gz
dotfiles-99553552ae89f26f81af9bfae1d0ace9180229ee.zip
Changed names and placement of files
Diffstat (limited to '.config/eww/bar/style.scss')
-rw-r--r--.config/eww/bar/style.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/eww/bar/style.scss b/.config/eww/bar/style.scss
deleted file mode 100644
index 121cd12..0000000
--- a/.config/eww/bar/style.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-.bar {
- background-color: $borderColor;
- // border: $borderSize solid $borderColor;
- padding: $borderSize 0 0 0;
-}
-
-.bar-group {
- background-color: $bgColor;
- border-radius: $borderRadius;
- margin: 0 $borderSize $borderSize $borderSize;
- padding: 7;
-}
-
-.bar-item {
- padding: 7;
-}