Adaptation pour mobile du menu de filtres.
This commit is contained in:
parent
47b22e4334
commit
9707ae8d12
@ -661,6 +661,7 @@ html {
|
||||
}
|
||||
|
||||
.sorting-container {
|
||||
margin:auto;
|
||||
width: 90%;
|
||||
float: none;
|
||||
}
|
||||
@ -675,6 +676,45 @@ html {
|
||||
background-color: beige;
|
||||
border: 2px white solid;
|
||||
}
|
||||
|
||||
.filters-dropdown button{
|
||||
height:60px;
|
||||
}
|
||||
|
||||
.filters-container{
|
||||
width:90%;
|
||||
margin:auto;
|
||||
margin-bottom: 16px;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
border-radius: 10px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
.filters-info{
|
||||
margin:auto;
|
||||
margin-top:16px;
|
||||
}
|
||||
|
||||
.filters-menu{
|
||||
padding:0px;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
.filters-menu .form-check-label{
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.filters-menu .form-check{
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
.filters-menu input[type='radio']{
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
.morceaux-options-container{
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user