From 99553552ae89f26f81af9bfae1d0ace9180229ee Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 18 Dec 2023 23:28:13 +0200 Subject: Changed names and placement of files --- .config/eww/bar/style.scss | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .config/eww/bar/style.scss (limited to '.config/eww/bar') 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; -} -- cgit v1.2.3