Skip to content

Commit 41eafd7

Browse files
committed
Theme Sambreville - Menu actif
1 parent 287a86c commit 41eafd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sambreville/src/scss/divers.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,13 @@ input#search_button {
201201
#subsite-navigation > ul > li > a:hover::before,
202202
#subsite-navigation > ul > li > a:active::before,
203203
#subsite-navigation > ul > li.show-nav > a::before {
204+
content: "";
204205
background-color: $primary;
205206
bottom: -18px;
206207
height: 5px;
207208
border-radius: 10px;
209+
left: 0;
210+
position: absolute;
211+
right: 0;
212+
transition: all 0.3s ease;
208213
}

0 commit comments

Comments
 (0)