Select(Single/Multiple)Filter for mobile: baseline adjustments

This commit is contained in:
Vesa Luusua 2018-02-20 11:38:43 +02:00
parent 6b29e9c759
commit ace44824fd
2 changed files with 14 additions and 10 deletions

View file

@ -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 {

View file

@ -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 {