diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-12 23:00:18 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-12 23:00:18 +1100 |
| commit | 54a62679574db230fd72a5c7819d5f7715cf17c0 (patch) | |
| tree | d8b3761cba53a45179193f1b6c41cf0288bbf126 /scss/widgets.scss | |
| parent | bar (diff) | |
| download | caelestia-shell-54a62679574db230fd72a5c7819d5f7715cf17c0.tar.gz caelestia-shell-54a62679574db230fd72a5c7819d5f7715cf17c0.tar.bz2 caelestia-shell-54a62679574db230fd72a5c7819d5f7715cf17c0.zip | |
notification popups
Diffstat (limited to 'scss/widgets.scss')
| -rw-r--r-- | scss/widgets.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/widgets.scss b/scss/widgets.scss index 0e11f46..4eb9f3f 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -3,6 +3,17 @@ @use "lib"; @use "font"; +label.icon { + @include font.icon; +} + +.separator { + @include lib.rounded(2); + + min-width: lib.s(0.5); + min-height: lib.s(0.5); +} + @keyframes appear { from { opacity: 0; |