css filtres projets
This commit is contained in:
@@ -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"]{
|
||||
|
||||
Reference in New Issue
Block a user