enleve souligné li header nav
This commit is contained in:
parent
0f4c33010e
commit
563a43941b
@ -489,13 +489,6 @@ header .header_nav_container #block-quartiers-de-demain-entete ul li a {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
header .header_nav_container #block-quartiers-de-demain-entete ul li:not(:last-of-type) ::after {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
border-bottom: solid white 1px;
|
|
||||||
padding-bottom: 0.3rem;
|
|
||||||
width: 60%; /* Réduit la largeur du soulignement à 50% */
|
|
||||||
}
|
|
||||||
header .header_nav_container #block-quartiers-de-demain-selecteurdelangue {
|
header .header_nav_container #block-quartiers-de-demain-selecteurdelangue {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -71,9 +71,9 @@ header{
|
|||||||
}
|
}
|
||||||
#block-quartiers-de-demain-logorepu-2{
|
#block-quartiers-de-demain-logorepu-2{
|
||||||
display: none;
|
display: none;
|
||||||
@media(max-width: 891px){
|
@media(max-width: 891px){
|
||||||
height: $header-height-pad;
|
height: $header-height-pad;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#block-quartiers-de-demain-logoepau-2{
|
#block-quartiers-de-demain-logoepau-2{
|
||||||
display: none;
|
display: none;
|
||||||
@ -235,17 +235,17 @@ header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
&:not(:last-of-type){
|
// &:not(:last-of-type){
|
||||||
::after{
|
// ::after{
|
||||||
content: "";
|
// content: "";
|
||||||
display: block;
|
// display: block;
|
||||||
border-bottom: solid white 1px;
|
// border-bottom: solid white 1px;
|
||||||
padding-bottom: 0.3rem;
|
// padding-bottom: 0.3rem;
|
||||||
width: 60%; /* Réduit la largeur du soulignement à 50% */
|
// width: 60%; /* Réduit la largeur du soulignement à 50% */
|
||||||
// margin: 0 auto; /* Centre le soulignement sous l'élément */
|
// // margin: 0 auto; /* Centre le soulignement sous l'élément */
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: 660px){
|
@media(max-width: 660px){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user