Skip to content

Commit

Permalink
feat(header): correction menu burger (#722)
Browse files Browse the repository at this point in the history
- feat(header): corrige la couleur et les espacements des icones menu et burger en mobile
  • Loading branch information
zellerbaptiste committed Oct 20, 2023
1 parent 8d1ae7c commit 0781c73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/component/header/style/_scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@

#{ns(btn)} {
@include btn-kind-scheme(4, $legacy);

&--menu {
@include btn-kind-scheme(3, $legacy);
}
}
}

Expand Down
1 change: 1 addition & 0 deletions src/component/header/style/module/_brand.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@include margin-y(-4v, lg);
@include size(100%);
@include padding-x(1v);
overflow: hidden;

@include media-query.respond-from(lg) {
flex-wrap: nowrap;
Expand Down
4 changes: 4 additions & 0 deletions src/component/header/style/module/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
@include display-flex(row,flex-end);
@include padding(1v);
@include margin-left(auto);
@include margin-right(-2v);
@include margin-top(1v);
order: 3;
flex: 0 0 auto;
align-self: flex-start;
Expand All @@ -20,6 +22,8 @@
}

@include nest-btn(md, only) {
@include margin-left(2v);
@include margin-right(2v);
flex: 0 0 auto;
white-space: nowrap;

Expand Down

0 comments on commit 0781c73

Please sign in to comment.