diff options
Diffstat (limited to 'src/app/components/register/register.component.html')
| -rw-r--r-- | src/app/components/register/register.component.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/components/register/register.component.html b/src/app/components/register/register.component.html index 7d3a0bf..1f547c4 100644 --- a/src/app/components/register/register.component.html +++ b/src/app/components/register/register.component.html @@ -1,7 +1,7 @@ <main class="centered-content flex-col flex-center-align-items flex-justify-center height-full"> - <summary class="title card width-full no-margin padding-dot2">Register</summary> + <summary class="title card width-full margin-0 padding-dot2">Register</summary> - <app-error-bar class="width-full margin-top-normal"></app-error-bar> + <app-error-bar class="width-full margin-top-dot4"></app-error-bar> <form class="width-full card padding-dot6" [formGroup]="registerUserFormGroup" (ngSubmit)="onSubmit()"> <section class="input-selection width-full"> @@ -49,7 +49,7 @@ <button class="border-faded-slim padding-dot3 lighter-hover click-effect border-radius-dot3 width-full" type="submit">Submit</button> </form> - <button class="fg-focus border-faded-slim padding-dot3 lighter-hover click-effect border-radius-dot3 width-full margin-top-normal" (click)="onRedirectLogin()"> + <button class="fg-focus border-faded-slim padding-dot3 lighter-hover click-effect border-radius-dot3 width-full margin-top-dot4" (click)="onRedirectLogin()"> Already have an account? Login here </button> </main> |
