From a1a5dbf4df90a758c1e14eb18b50e8e8322e00e1 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Wed, 23 Apr 2025 20:41:07 -0300 Subject: [PATCH] :lipstick: ags(style): use pagebutton styles everywhere, instead of only in tile-pages --- ags/style/_control-center.scss | 45 ++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/ags/style/_control-center.scss b/ags/style/_control-center.scss index 913fe4a..3d305c0 100644 --- a/ags/style/_control-center.scss +++ b/ags/style/_control-center.scss @@ -80,9 +80,18 @@ font-size: 14px; font-weight: 500; } + & trough { margin-right: 10px; } + + & label.sub-header { + margin-top: 6px; + } + + & button.default { + background: colors.$bg-tertiary; + } } } @@ -105,10 +114,6 @@ font-weight: 500; color: colors.$fg-disabled; } - - & button label { - font-size: 14px; - } } & .sub-header { @@ -116,6 +121,24 @@ font-weight: 500; margin-bottom: 6px; } + + & button { + @include mixins.hover-shadow; + + padding: 6px; + border-radius: 12px; + + & label { + font-size: 14px; + } + } + + & .extra-buttons { + margin-left: 2px; + & > button { + border-radius: 12px; + } + } } } @@ -222,20 +245,6 @@ box.history { & > .page { margin-top: 10px; - & button { - @include mixins.hover-shadow; - - padding: 6px; - border-radius: 12px; - } - - & .extra-buttons { - margin-left: 2px; - & > button { - border-radius: 12px; - } - } - &.bluetooth { button.connected { background: colors.$bg-tertiary;