react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
Showing only changes of commit 9707ae8d12 - Show all commits

View File

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