Skip to content
Snippets Groups Projects
Commit dc661718 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

Fix display search filter on desktop

parent 67422f01
No related branches found
No related tags found
1 merge request!47Fpo/559 archive browsing
@import "../../../../../../sass/abstracts/mixins";
.radio-group > * {
padding: 5px 0px;
display: block;
@include respond-to-breakpoint-and-bigger('sm') {
.search-filter {
display: flex;
}
.radio-group {
display: flex;
}
}
.radio-group > :last-child {
padding-bottom: 15px;
.radio-group > * {
padding: 0 10px;
display: inline;
}
@include respond-to-breakpoint-and-bigger('sm') {
.radio-group > :last-child {
padding-bottom: initial;
}
.search-filter {
padding-bottom: 10px;
}
@include respond-to-smaller-than-breakpoint('sm') {
.radio-group > * {
padding: 0 10px;
display: inline;
padding: 5px 0;
display: block;
}
.search-filter {
padding-bottom: 10px;
.radio-group > :last-child {
padding-bottom: 15px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment