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,20 +137,27 @@ a {
background-repeat: repeat-x;
position:relative;
}
&.principale li:not('.loupe') a {
&.principale a {
&.on, &:hover, &:focus {
&:before {
content:'. . . . . .';
color:$couleurSecondaire;
left:-0.8rem;
width:80px;
display:inline-block !important;
position:absolute;
bottom:-0.2rem;
font-size:130%;
@include media($bp-medium-up) {
content:'. . . . . .';
color:$couleurSecondaire;
left:-0.8rem;
width:80px;
display:inline-block !important;
position:absolute;
bottom:-0.2rem;
font-size:130%;
}
}
}
}
&.principale .loupe a {
&.on, &:hover, &:focus {
&:before {
content:'';
}
/* background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); */
}
}
}