ok pour .tp ciblée .nav.principale medium-up

This commit is contained in:
chankalan 2020-12-08 23:52:54 +01:00
parent b73ed96b75
commit 3f5d856c75
1 changed files with 18 additions and 11 deletions

View File

@ -137,10 +137,10 @@ a {
background-repeat: repeat-x; background-repeat: repeat-x;
position:relative; position:relative;
} }
&.principale li:not('.loupe') a { &.principale a {
&.on, &:hover, &:focus { &.on, &:hover, &:focus {
&:before { &:before {
@include media($bp-medium-up) {
content:'. . . . . .'; content:'. . . . . .';
color:$couleurSecondaire; color:$couleurSecondaire;
left:-0.8rem; left:-0.8rem;
@ -150,7 +150,14 @@ a {
bottom:-0.2rem; bottom:-0.2rem;
font-size:130%; font-size:130%;
} }
/* background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); */ }
}
}
&.principale .loupe a {
&.on, &:hover, &:focus {
&:before {
content:'';
}
} }
} }
} }