Theme: Merge page-header-controls styles for clarity.

This commit is contained in:
Ian Dunn 2022-05-03 16:52:33 -07:00
parent 37159e1821
commit 71857b42eb
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -38,17 +38,14 @@ body.search.search-results {
margin-top: ms(2); margin-top: ms(2);
border-top: 1px solid $color-gray-light-500; border-top: 1px solid $color-gray-light-500;
padding-top: ms(2); padding-top: ms(2);
} font-size: ms(-2);
}
.page-header-controls { label {
font-size: ms(-2); display: inline-block;
margin-right: 6px;
label { font-size: 1em;
display: inline-block; font-weight: 700;
margin-right: 6px; }
font-size: 1em;
font-weight: 700;
} }
} }