diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:35:04 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:35:04 +0200 |
| commit | 1afe87209a9e7140fabd3ba58b5e7b470b68fc7b (patch) | |
| tree | 6dffc49a516334a02f39d6e31e7cb682d544186c /src/app/components/register | |
| parent | 9906b285148f54b4060c71012854a814409cc9d7 (diff) | |
| download | DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar.gz DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.zip | |
Improved readability and consistency of margin global styling
Diffstat (limited to 'src/app/components/register')
| -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> |
