diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-16 16:24:16 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-16 16:24:16 +0200 |
| commit | e383d2893fc0dfbff4e6207610f3d02ca59f2187 (patch) | |
| tree | d5368fe9c7e273c08665da4ddfa4a12a1f0ebc7b /.config/eww/panel/style.scss | |
| parent | a4985f2015b7d467e1c342015ea04bb454dc22f4 (diff) | |
| download | dotfiles-e383d2893fc0dfbff4e6207610f3d02ca59f2187.tar.gz dotfiles-e383d2893fc0dfbff4e6207610f3d02ca59f2187.zip | |
Added eww
Diffstat (limited to '.config/eww/panel/style.scss')
| -rw-r--r-- | .config/eww/panel/style.scss | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/.config/eww/panel/style.scss b/.config/eww/panel/style.scss new file mode 100644 index 0000000..0f39959 --- /dev/null +++ b/.config/eww/panel/style.scss @@ -0,0 +1,69 @@ +.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; +} |
