:hover butons filtre et header
This commit is contained in:
parent
3383ba559a
commit
e038d94c40
@ -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%;
|
||||
|
@ -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";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user