diff options
Diffstat (limited to '.config/eww/applauncher.scss')
| -rw-r--r-- | .config/eww/applauncher.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/eww/applauncher.scss b/.config/eww/applauncher.scss new file mode 100644 index 0000000..02e0c0a --- /dev/null +++ b/.config/eww/applauncher.scss @@ -0,0 +1,34 @@ +.applauncher { + background-color: $bg; + border: 2px solid $ui2; + color: $tx; + padding: 16px; + border-radius: 24px; + font-family: Inter; +} + +.app-input { + background-color: $ui; + padding: 4px 16px; + margin-bottom: 8px; + border-radius: 999px; +} + +.applist > scrollbar { + background-color: $ui; + border-radius: 3px; + + slider { + background-color: $re; + min-width: 6px; + border-radius: 3px; + } +} + +.app { + padding: 4px; +} + +.app:hover { + color: $re; +} |
