faq design

This commit is contained in:
2021-11-29 23:10:31 +01:00
parent e812fda99d
commit 438a3e5430
6 changed files with 149 additions and 45 deletions
@@ -19,11 +19,7 @@
color: $blue-dark;
font-size: 1.2rem;
}
img{
max-width: 5rem;
max-height: 5rem;
}
}
@@ -58,12 +54,5 @@
}
}
}
.block-views-blockpartenaires-block-2{
img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
}
}
@@ -82,10 +82,13 @@ header{
:hover {
ul:is(.ul1 .sous-liste .ul2){
display: block;
background-color: $blue-light;
background-color: $white;
padding: 1rem;
a{
color: $white;
color: $black;
&:hover{
color: $blue-light;
}
}
}
}