Skip to content

Commit

Permalink
[FEATURE] Modifier les margins et paddings pour pouvoir mieux agrandi…
Browse files Browse the repository at this point in the history
…r le menu (PIX-2347).
  • Loading branch information
pix-service-auto-merge authored Mar 11, 2021
2 parents 1126858 + 6e41897 commit 31c9415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions components/NavigationSliceZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default {
.navigation-slice-zone__content {
justify-content: space-between;
margin: 0 4vw;
}
.navigation-slice-zone-content {
Expand Down
4 changes: 2 additions & 2 deletions components/slices/ActionsZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export default {
display: flex;
align-items: center;
height: 100%;
margin-left: 22px;
margin-left: 5px;
& > div {
& > div:not(:last-child) {
margin-right: 16px;
}
Expand Down
2 changes: 1 addition & 1 deletion components/slices/NavigationZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Navigation {
height: 22px;
letter-spacing: 0.13px;
line-height: 22px;
padding: 0 10px 10px 10px;
padding: 0 8px 10px 8px;
cursor: pointer;
white-space: nowrap;
&.current-active-link {
Expand Down

0 comments on commit 31c9415

Please sign in to comment.