diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-26 22:36:23 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-26 22:36:23 +1000 |
| commit | 3c579d0e275cdaf6f2c9589abade94bde7905c82 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /scss/common.scss | |
| parent | schemes: fix (diff) | |
| download | caelestia-shell-3c579d0e275cdaf6f2c9589abade94bde7905c82.tar.gz caelestia-shell-3c579d0e275cdaf6f2c9589abade94bde7905c82.tar.bz2 caelestia-shell-3c579d0e275cdaf6f2c9589abade94bde7905c82.zip | |
clean
Remove everything
Diffstat (limited to 'scss/common.scss')
| -rw-r--r-- | scss/common.scss | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/scss/common.scss b/scss/common.scss deleted file mode 100644 index d0fb799..0000000 --- a/scss/common.scss +++ /dev/null @@ -1,68 +0,0 @@ -@use "scheme"; -@use "lib"; -@use "font"; - -label.icon { - @include font.icon; -} - -.screen-corner { - @include lib.rounded(15); - - background-color: scheme.$base; -} - -.notification { - .inner { - @include font.main; - - color: scheme.$text; - padding: lib.s(10) lib.s(12); - - @include lib.spacing($vertical: true); - } - - .header, - .content { - padding: 0 lib.s(5); - } - - .header { - @include font.mono; - @include lib.spacing(8); - } - - .content { - @include lib.spacing(10); - } - - .app-icon { - font-size: lib.s(18); - } - - .image { - @include lib.rounded(10); - - background-size: cover; - background-position: center; - margin-top: lib.s(3); - min-width: lib.s(64); - min-height: lib.s(64); - - &.small { - min-width: lib.s(48); - min-height: lib.s(48); - } - } - - .summary { - @include font.title; - - font-size: lib.s(16); - } - - .body { - font-size: lib.s(14); - color: scheme.$subtext0; - } -} |