css filtres projets

This commit is contained in:
2023-10-26 11:31:46 +02:00
parent 4a9096412f
commit 2d34e325ee
2 changed files with 31 additions and 12 deletions
@@ -125,9 +125,10 @@
&::before{
content: 'Filtrer par :';
margin-right: 1rem;
margin-right: 2rem;
margin-bottom: 1rem;
width: 160px;
// width: 160px;
min-width: fit-content;
@media (max-width: 479px){
padding-bottom: 1rem;
}
@@ -138,6 +139,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
.form-item{
margin-right: 2rem;
margin-bottom: 2rem;
@@ -195,21 +197,30 @@
color: white;
text-transform: uppercase;
border: none;
padding: 0.1rem 0.7rem;
margin-left: 2rem;
padding: 0.3rem 0.7rem;
// margin-left: 2rem;
@media (max-width: 479px){
margin-left: 0rem;
margin-right: 2rem;
}
@media (min-width:1495px) {
// margin-left: 0;
position: absolute;
right: 150px;
}
}
#edit-reset{
background-color: $blue-light;
color: white;
text-transform: uppercase;
border: none;
padding: 0.1rem 0.7rem;
padding: 0.3rem 0.7rem;
margin-left: 1rem;
@media (min-width:1495px) {
position: absolute;
right: 0px;
}
}
input[type="checkbox"]{