Skip to content

Commit

Permalink
feat(mon-pix): modify language switcher's width
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelleBonnemay authored Oct 31, 2024
1 parent 886ef33 commit ab7d403
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mon-pix/app/components/authentication-layout/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
flex-direction: column;
grid-column: 7 / span 5;
width: 100%;
padding: 20px auto;
max-width: 800px;
padding: 20px auto;
}
}
}
Expand Down Expand Up @@ -93,10 +93,10 @@

text-decoration: underline;
}
}

.footer-navigation__item{
margin: 0 var(--pix-spacing-3x) 0 0;
.footer-navigation__item {
margin: 0 var(--pix-spacing-3x) 0 0;
}
}
}

1 change: 1 addition & 0 deletions mon-pix/app/components/language-switcher.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<PixSelect
class="language-switcher"
@id="language-switcher"
@icon="earth-europe"
@value={{this.selectedLanguage}}
Expand Down
1 change: 1 addition & 0 deletions mon-pix/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ of an adaptative/mobile-first approach — refactoring is welcome here */
@import 'components/footer';
@import 'components/form-textfield';
@import 'components/hexagon-score';
@import 'components/language-switcher';
@import 'components/learning-more-tutorial-panel';
@import 'components/levelup-notif';
@import 'components/login-form';
Expand Down
3 changes: 3 additions & 0 deletions mon-pix/app/styles/components/language-switcher.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.language-switcher {
min-width: 170px;
}

0 comments on commit ab7d403

Please sign in to comment.