diff options
Diffstat (limited to '.config/eww/bar')
| -rw-r--r-- | .config/eww/bar/style.scss | 16 |
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; -} |
