diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-12-18 23:29:12 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-12-18 23:29:12 +0200 |
| commit | d64ebfd6d8380914e84e359d5644b701c3883d17 (patch) | |
| tree | b74786ab664440bf8352bd60d592eb465caede34 /.config/eww/panel | |
| parent | 03bb4d2b46a8643d16f6956105fed21fc940782c (diff) | |
| download | dotfiles-d64ebfd6d8380914e84e359d5644b701c3883d17.tar.gz dotfiles-d64ebfd6d8380914e84e359d5644b701c3883d17.zip | |
Changed names and placement of files
Diffstat (limited to '.config/eww/panel')
| -rw-r--r-- | .config/eww/panel/style.scss | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/.config/eww/panel/style.scss b/.config/eww/panel/style.scss deleted file mode 100644 index 0f39959..0000000 --- a/.config/eww/panel/style.scss +++ /dev/null @@ -1,69 +0,0 @@ -.panel { - background-color: $borderColor; - padding: $borderSize; - - .button { - background-color: $borderColor; - border-radius: $borderRadius; - margin-left: 10; - padding: 8; - - &:first-child { - margin-left: 0; - } - } -} - -.panel-buttons { - button { - background-color: $borderColor; - border-radius: $borderRadius; - margin-left: 14; - padding: 7 9; - - &:first-child { - margin-left: 0; - } - } -} - -.panel-checkbox { - image { - margin-right: 10; - } -} - -.panel-header { - margin-bottom: 14; -} - -.panel-section { - background-color: $bgColor; - border-radius: $borderRadius; - margin-top: $borderSize; - padding: 14; - - &:first-child { - margin-top: 0; - } -} - -.panel-slider { - margin-left: 10; - - trough { - background-color: $borderColor; - border-radius: 5; - min-height: 10px; - min-width: 232px; - - highlight { - border-radius: 5; - background-color: #414868; - } - } -} - -.panel-wallpaper { - border: 3px solid $borderColor; -} |
