From 709a3a60464a2a21a942d7514e83baf0750ff191 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:12:07 +1100 Subject: add other cattpuccin flavours Combine separator styles --- scss/widgets.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scss/widgets.scss') 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; } } -- cgit v1.2.3-freya