mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Select(Single/Multiple)Filter for mobile: baseline adjustments
This commit is contained in:
parent
6b29e9c759
commit
ace44824fd
2 changed files with 14 additions and 10 deletions
|
|
@ -1,15 +1,19 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.root {
|
||||
padding-bottom: 16px;
|
||||
margin-top: 30px;
|
||||
padding-top: 24px;
|
||||
padding-bottom: 47px;
|
||||
border-bottom: 1px solid var(--matterColorNegative);
|
||||
}
|
||||
|
||||
.filterLabel,
|
||||
.filterLabelSelected {
|
||||
@apply --marketplaceH3FontStyles;
|
||||
margin-bottom: 16px;
|
||||
|
||||
/* Baseline adjustment for label text */
|
||||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
padding: 4px 0 2px 0;
|
||||
}
|
||||
|
||||
.filterLabel {
|
||||
|
|
|
|||
|
|
@ -1,15 +1,19 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.root {
|
||||
padding-bottom: 16px;
|
||||
margin-top: 30px;
|
||||
padding-top: 24px;
|
||||
padding-bottom: 47px;
|
||||
border-bottom: 1px solid var(--matterColorNegative);
|
||||
}
|
||||
|
||||
.filterLabel,
|
||||
.filterLabelSelected {
|
||||
@apply --marketplaceH3FontStyles;
|
||||
margin-bottom: 16px;
|
||||
|
||||
/* Baseline adjustment for label text */
|
||||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
padding: 4px 0 2px 0;
|
||||
}
|
||||
|
||||
.filterLabel {
|
||||
|
|
@ -82,10 +86,6 @@
|
|||
&:hover .menuItemBorder {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.clearButton {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue