design filtres /projets /incubateur

This commit is contained in:
2022-04-07 10:25:41 +02:00
parent e736db4cc0
commit f1bc4ffca9
3 changed files with 146 additions and 2 deletions
@@ -313,6 +313,7 @@
flex-direction: row;
&::before{
content: 'Filtrer par:';
margin-right: 1rem;
}
#views-exposed-form-projets-block-3{
// width: 100%;
@@ -327,6 +328,45 @@
.js-form-type-textfield{
label{display: none;}
}
input[type="radio"]{
display: none;
}
input[type="radio"] + label::before{
content:"";
display:inline-block;
width: 15px;
height: 15px;
background:#fff;
border-radius:0px;
border-color: rgba($color: #000000, $alpha: 1);
border-style: solid;
border-width: 1px;
margin-right: 0.5rem;
}
input[type="radio"]:checked + label::before{
background:$blue-light;
}
label{
padding-right: 1rem;
}
#edit-submit-projets{
background-color: $blue-light;
color: white;
text-transform: uppercase;
border: none;
padding: 0.1rem 0.7rem;
margin-left: 2rem;
}
#edit-reset{
background-color: $blue-light;
color: white;
text-transform: uppercase;
border: none;
padding: 0.1rem 0.7rem;
margin-left: 1rem;
}
}
@@ -118,6 +118,7 @@
flex-direction: row;
&::before{
content: 'Filtrer par:';
margin-right: 1rem;
}
#views-exposed-form-projets-block-1{
display: flex;
@@ -131,6 +132,45 @@
.js-form-type-textfield{
label{display: none;}
}
input[type="radio"]{
display: none;
}
input[type="radio"] + label::before{
content:"";
display:inline-block;
width: 15px;
height: 15px;
background:#fff;
border-radius:0px;
border-color: rgba($color: #000000, $alpha: 1);
border-style: solid;
border-width: 1px;
margin-right: 0.5rem;
}
input[type="radio"]:checked + label::before{
background:$blue-light;
}
label{
padding-right: 1rem;
}
#edit-submit-projets{
background-color: $blue-light;
color: white;
text-transform: uppercase;
border: none;
padding: 0.1rem 0.7rem;
margin-left: 2rem;
}
#edit-reset{
background-color: $blue-light;
color: white;
text-transform: uppercase;
border: none;
padding: 0.1rem 0.7rem;
margin-left: 1rem;
}
}