SearchFilters baselining

This commit is contained in:
Vesa Luusua 2018-02-20 11:06:48 +02:00
parent d9501ca2f9
commit 6b29e9c759

View file

@ -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);
}