mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 10:03:43 +03:00
Theme: Merge page-header-controls
styles for clarity.
This commit is contained in:
parent
37159e1821
commit
71857b42eb
|
@ -21,7 +21,7 @@ body.search.search-results {
|
||||||
.page-header-callout {
|
.page-header-callout {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 0.5em 1.5em;
|
padding: 0.5em 1.5em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -38,20 +38,17 @@ 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);
|
||||||
|
|
||||||
|
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 */
|
/* Structure */
|
||||||
article {
|
article {
|
||||||
margin-bottom: ms(12);
|
margin-bottom: ms(12);
|
||||||
|
|
Loading…
Reference in a new issue