mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
SearchFilters baselining
This commit is contained in:
parent
d9501ca2f9
commit
6b29e9c759
1 changed files with 6 additions and 4 deletions
|
|
@ -22,8 +22,8 @@
|
|||
.searchResultSummary {
|
||||
@apply --marketplaceH4FontStyles;
|
||||
line-height: 20px;
|
||||
margin-top: 11px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 9px;
|
||||
margin-bottom: 11px;
|
||||
|
||||
/* parent uses flexbox: this defines minimum width for text "6 results" */
|
||||
flex-basis: 55px;
|
||||
|
|
@ -32,8 +32,10 @@
|
|||
|
||||
.noSearchResults {
|
||||
@apply --marketplaceH4FontStyles;
|
||||
|
||||
/* Reserves 48px of vertical space */
|
||||
line-height: 20px;
|
||||
margin-top: 13px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
/* parent uses flexbox: this defines minimum width for text "6 results" */
|
||||
|
|
@ -55,7 +57,7 @@
|
|||
height: 100%;
|
||||
|
||||
/* Layout */
|
||||
padding: 0 24px;
|
||||
padding: 9px 24px 0 24px;
|
||||
margin: 0;
|
||||
background-color: var(--matterColorBright);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue