Skip to content

Commit

Permalink
feat(mon-pix): adjust sso selection signup link
Browse files Browse the repository at this point in the history
  • Loading branch information
er-lim authored Nov 6, 2024
1 parent 5537ca8 commit cfb64f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mon-pix/app/styles/pages/_sso-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
padding-top: var(--pix-spacing-6x);

&__signup {
@extend %pix-body-m;

display: flex;
gap: var(--pix-spacing-2x);
margin-top: var(--pix-spacing-4x);
Expand Down
2 changes: 1 addition & 1 deletion mon-pix/app/templates/authentication/sso-selection.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{{#if this.isSigninRoute}}
<section class="sso-selection-page__signup">
<h2 class="pix-body-l">{{t "pages.authentication.sso-selection.signup.title"}}</h2>
<h2>{{t "pages.authentication.sso-selection.signup.title"}}</h2>
<LinkTo @route="inscription">{{t "pages.authentication.sso-selection.signup.link"}}</LinkTo>
</section>
{{/if}}
Expand Down

0 comments on commit cfb64f5

Please sign in to comment.