From 71857b42eb77fb7456bf7e18b88535aaba7b2dc3 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Tue, 3 May 2022 16:52:33 -0700 Subject: [PATCH] Theme: Merge `page-header-controls` styles for clarity. --- .../css/components/_pledge-list.scss | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/themes/wporg-5ftf/css/components/_pledge-list.scss b/themes/wporg-5ftf/css/components/_pledge-list.scss index 37e33ec..f07cb5b 100644 --- a/themes/wporg-5ftf/css/components/_pledge-list.scss +++ b/themes/wporg-5ftf/css/components/_pledge-list.scss @@ -21,7 +21,7 @@ body.search.search-results { .page-header-callout { grid-column: 2; grid-row: 1; - + .button { padding: 0.5em 1.5em; height: auto; @@ -38,20 +38,17 @@ body.search.search-results { margin-top: ms(2); border-top: 1px solid $color-gray-light-500; padding-top: ms(2); + font-size: ms(-2); + + label { + display: inline-block; + margin-right: 6px; + font-size: 1em; + font-weight: 700; + } } } - .page-header-controls { - font-size: ms(-2); - - label { - display: inline-block; - margin-right: 6px; - font-size: 1em; - font-weight: 700; - } - } - /* Structure */ article { margin-bottom: ms(12);