diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-17 00:16:40 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-17 00:16:40 +1100 |
| commit | 0518ec4214583bcc26f5b052f02fd93b12a00a77 (patch) | |
| tree | 0cfac1c39d54a504215a4b98c8be271e66759295 /scss/popdowns/notifications.scss | |
| parent | refactor: move popdowns to own folder (diff) | |
| download | caelestia-shell-0518ec4214583bcc26f5b052f02fd93b12a00a77.tar.gz caelestia-shell-0518ec4214583bcc26f5b052f02fd93b12a00a77.tar.bz2 caelestia-shell-0518ec4214583bcc26f5b052f02fd93b12a00a77.zip | |
bluetoothdevices: make popup window
Diffstat (limited to '')
| -rw-r--r-- | scss/popdowns/notifications.scss (renamed from scss/notifications.scss) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/notifications.scss b/scss/popdowns/notifications.scss index e955a4c..c7914c2 100644 --- a/scss/notifications.scss +++ b/scss/popdowns/notifications.scss @@ -1,7 +1,7 @@ @use "sass:color"; -@use "scheme"; -@use "lib"; -@use "font"; +@use "../scheme"; +@use "../lib"; +@use "../font"; @mixin popup($accent) { .separator { |