mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Fix baseline alignment
This commit is contained in:
parent
b937db77c7
commit
1f936cfd72
4 changed files with 7 additions and 6 deletions
|
|
@ -9,7 +9,7 @@
|
|||
.searchResultSummary {
|
||||
@apply --marketplaceH4FontStyles;
|
||||
line-height: 20px;
|
||||
margin-top: 10px;
|
||||
margin-top: 9px;
|
||||
|
||||
display: none;
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
.menuContent {
|
||||
margin-top: 8px;
|
||||
padding-top: 15px;
|
||||
padding-top: 13px;
|
||||
min-width: 300px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
position: relative;
|
||||
min-width: 300px;
|
||||
margin: 0;
|
||||
padding: 35px 30px 19px 30px;
|
||||
padding: 34px 30px 19px 30px;
|
||||
|
||||
/* Override button styles */
|
||||
outline: none;
|
||||
|
|
|
|||
|
|
@ -61,11 +61,12 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.searchAttributes {
|
||||
.searchFilters {
|
||||
margin-bottom: 16px;
|
||||
|
||||
@media (--viewportLarge) {
|
||||
margin-bottom: 24px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ export class SearchPageComponent extends Component {
|
|||
<div className={css.container}>
|
||||
<div className={css.searchResultContainer}>
|
||||
<SearchFilters
|
||||
className={css.searchAttributes}
|
||||
className={css.searchFilters}
|
||||
urlQueryParams={urlQueryParams}
|
||||
listingsAreLoaded={listingsAreLoaded}
|
||||
resultsCount={totalItems}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue