Skip to content
Snippets Groups Projects
Commit c09d7d81 authored by alexisben's avatar alexisben
Browse files

menu mobile

parent 54a4c17d
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ $header-color: $color-text !default
$header-hover-color: $color-accent !default // TODO : Réflechir à plus élégant / générique
$header-background: transparent !default
$header-transition: 0.3s !default
$header-dropdown-full: false !default
$header-dropdown-full: true !default
$header-dropdown-background: $header-background !default
$header-dropdown-color: $header-color !default
$header-dropdown-transition: $header-transition !default
......
......@@ -81,8 +81,6 @@
> a,
> span
@include signature
+ li.has-children
margin-top: $spacing1
.nav-level-3
display: block
......@@ -111,10 +109,13 @@
right: 0
text-align: right
.nav-level-2
> li > a
padding-bottom: half($spacing0)
padding-top: half($spacing0)
display: block
> li
> a
padding-bottom: half($spacing0)
padding-top: half($spacing0)
display: block
+ li.has-children
margin-top: $spacing1
@include media-breakpoint-down(md)
&.is-opened
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment