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/profile/profile.component.html | |
| 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/profile/profile.component.html')
| -rw-r--r-- | src/app/components/profile/profile.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 8963d1b..7de1d09 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -14,8 +14,8 @@ <div> @{{ user.userName }} </div> - <form class="flex-row flexible-children width-full font-size-dot7 margin-top-normal" [formGroup]="updateFrienship" (ngSubmit)="modifyFriend()" *ngIf="!isTheLoggedInUser && isUserLoggedIn"> - <input class="border-faded-slim border-bottom-only margin-right-small" type="password" formControlName="password" *ngIf="updatingFriendship" placeholder="Type in password to confirm"> + <form class="flex-row flexible-children width-full font-size-dot7 margin-top-dot4" [formGroup]="updateFrienship" (ngSubmit)="modifyFriend()" *ngIf="!isTheLoggedInUser && isUserLoggedIn"> + <input class="border-faded-slim border-bottom-only margin-right-dot2" type="password" formControlName="password" *ngIf="updatingFriendship" placeholder="Type in password to confirm"> <button id="add-friend" type="submit" class="border-faded-slim padding-dot1 lighter-hover click-effect border-radius-dot3 width-full"> {{ updatingFriendship ? 'Confirm' : (friendOfUser ? 'Unfriend' : 'Add friend') }} </button> |
