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