|
|
|
@ -48,6 +48,7 @@ $filters--border-color: $gray !default |
|
|
|
|
|
|
|
|
|
.simple-filters--filter |
|
|
|
|
flex-basis: 33.33% |
|
|
|
|
padding: 0 1rem 0 0 |
|
|
|
|
|
|
|
|
|
&.-label-columns-3 |
|
|
|
|
.simple-filters--filter |
|
|
|
@ -68,7 +69,7 @@ $filters--border-color: $gray !default |
|
|
|
|
// 0. The elements will in sum take up more than 100% and thus the second |
|
|
|
|
// element will move to the next row. |
|
|
|
|
.simple-filters--filter |
|
|
|
|
padding: 0 0 0 1rem |
|
|
|
|
padding: 0 1rem 0 0 |
|
|
|
|
display: flex |
|
|
|
|
align-items: center |
|
|
|
|
@include breakpoint(large) |
|
|
|
@ -113,3 +114,6 @@ $filters--border-color: $gray !default |
|
|
|
|
button, |
|
|
|
|
.button |
|
|
|
|
margin-bottom: 0rem |
|
|
|
|
|
|
|
|
|
.simple-filters--filters + .simple-filter--trailing-labels |
|
|
|
|
margin-top: 1rem |
|
|
|
|