diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-13 12:12:07 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-13 12:12:07 +1100 |
| commit | 709a3a60464a2a21a942d7514e83baf0750ff191 (patch) | |
| tree | 6299966c03e872a375b8840abda21d9b6532cd2c /scss/widgets.scss | |
| parent | notifpopups: close after timeout if transient (diff) | |
| download | caelestia-shell-709a3a60464a2a21a942d7514e83baf0750ff191.tar.gz caelestia-shell-709a3a60464a2a21a942d7514e83baf0750ff191.tar.bz2 caelestia-shell-709a3a60464a2a21a942d7514e83baf0750ff191.zip | |
add other cattpuccin flavours
Combine separator styles
Diffstat (limited to 'scss/widgets.scss')
| -rw-r--r-- | scss/widgets.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scss/widgets.scss b/scss/widgets.scss index 4eb9f3f..4bc52be 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -7,6 +7,7 @@ label.icon { @include font.icon; } +separator, .separator { @include lib.rounded(2); @@ -79,11 +80,7 @@ menu { } & > separator { - @include lib.rounded(1); - background-color: scheme.$blue; - min-width: lib.s(0.5); - min-height: lib.s(0.5); margin: lib.s(8) 0; } } |