From a8f82410065774ae7edb2f65ed379a0fadcce38d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:45:40 +1100 Subject: scss: fix deprecation warnings spacing mixin uses the parent selector so it has to go after all other styles --- scss/notifpopups.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scss/notifpopups.scss') diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index aef9efe..325cb7b 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -26,7 +26,6 @@ } .popup { - @include lib.spacing($vertical: true); @include lib.rounded(8, $tr: 0, $br: 0); @include lib.shadow; @include font.main; @@ -36,6 +35,8 @@ color: scheme.$text; padding: lib.s(10) lib.s(12); + @include lib.spacing($vertical: true); + &.low { @include popup(scheme.$overlay0); } @@ -51,8 +52,8 @@ } .header { - @include lib.spacing(5); @include font.mono; + @include lib.spacing(5); } .content { -- cgit v1.2.3-freya