aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/register
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 20:35:04 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 20:35:04 +0200
commit1afe87209a9e7140fabd3ba58b5e7b470b68fc7b (patch)
tree6dffc49a516334a02f39d6e31e7cb682d544186c /src/app/components/register
parent9906b285148f54b4060c71012854a814409cc9d7 (diff)
downloadDevHive-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.html6
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>