cercle politique nav is done #2156

This commit is contained in:
2023-07-11 22:55:25 +02:00
parent 28c653dcab
commit 58f77d22e3
7 changed files with 359 additions and 163 deletions

View File

@@ -299,15 +299,11 @@ body{
// CERCLE POLITIQUE
section.content-doleances{
>section.doleance{
>header{
>main{
padding: 1em 0;
h5{
margin: 0 0 1em 0;
}
>main{
overflow-y: hidden;
height:0.1px;
}
}
label{
margin:0;
@@ -320,7 +316,44 @@ body{
ul{
// padding:0 0 0 1em;
}
.v-select{
input.vs__search{
display: none;
}
div.vs__dropdown-toggle{
border-radius: 0;
border: none;
}
div.vs__selected-options{
padding: 0;
span.vs__selected{
padding: 0;
margin: 0;
font-weight: 400;
font-size: 1.323em;
color:inherit;
line-height: 1.15;
}
}
ul.vs__dropdown-menu{
border-radius: 0;
border: none;
li.vs__dropdown-option{
white-space:normal;
padding:1em 1em 0 1em;
&:last-of-type{
padding:1em;
}
color: #aaa;
transition: color 0.2s ease-in-out;
&.vs__dropdown-option--highlight{
color:#000;
background-color: #fff;
}
}
}
}
}
}