From 3f5d856c75b2401a3cb9246935e06c7a28ffd1db Mon Sep 17 00:00:00 2001 From: chankalan Date: Tue, 8 Dec 2020 23:52:54 +0100 Subject: [PATCH] =?UTF-8?q?ok=20pour=20.tp=20cibl=C3=A9e=20.nav.principale?= =?UTF-8?q?=20medium-up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squelettes/scss/styles/_perso.scss | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 6f6227e..720d2e4 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -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); */ } } }