:hover butons filtre et header

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-04 11:54:52 +02:00
parent 3383ba559a
commit e038d94c40
3 changed files with 25 additions and 0 deletions

View File

@ -473,6 +473,12 @@ header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul l
width: 100%;
text-align: left;
}
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li .is-active {
font-family: "gilroy-bold";
}
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li :hover {
font-family: "gilroy-bold";
}
@media (max-width: 1090px) {
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li {
padding-top: 0.3rem;
@ -952,6 +958,12 @@ footer {
font-size: 0.7rem;
font-family: "gilroy-light";
}
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .form-actions input:hover,
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions input:hover {
background-color: black;
color: white;
font-family: "gilroy-regular";
}
#logo-animated-container {
width: 60%;

View File

@ -123,6 +123,13 @@
padding: 0.3rem 0.2rem;
font-size: 0.7rem;
font-family: 'gilroy-light';
&:hover{
background-color: black;
color: white;
font-family: "gilroy-regular";
}
}
}
}

View File

@ -224,6 +224,12 @@ header[role="banner"]{
li{
width: 100%;
text-align: left;
.is-active{
font-family: "gilroy-bold";
}
:hover{
font-family: "gilroy-bold";
}
@media(max-width: 1090px){
padding-top: 0.3rem;
}