Skip to content

Commit

Permalink
styling the register page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexm3133 committed Nov 14, 2023
1 parent abe9835 commit 0a8354d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/pages/signup/signup.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/>
</div>

<div class="login-form">
<div class="sign-up-form">
<form [formGroup]="form" #singUpForm="ngForm" novalidate>
<ion-input
label="{{'SIGNUP.USERNAME.FIELD' | translate }}"
Expand Down
3 changes: 3 additions & 0 deletions app/src/app/pages/signup/signup.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@

.sign-up-logo img {
max-width: 150px;
border-radius: 50%;
}

.sign-up-form {
padding: 16px;
max-width: 500px;
margin: 0 auto;
}

ion-input {
Expand Down

0 comments on commit 0a8354d

Please sign in to comment.