Merge pull request #3707 from mk84/21870-searchfilter-alignment

[21870] Adjust filter alignments on search view
pull/3710/head
Magdalena Kafka 9 years ago
commit 2990793210
  1. 6
      app/assets/stylesheets/content/_simple_filters.sass

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

Loading…
Cancel
Save