ok pour .tp ciblée .nav.principale medium-up
This commit is contained in:
parent
b73ed96b75
commit
3f5d856c75
@ -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); */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user