diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-29 15:57:33 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-29 15:57:33 +0300 |
| commit | 0dd2a9ac545a8bdce63f403122503fef9510378c (patch) | |
| tree | a405ee53c68357925829eadf48ab76252dc7ffcd /src/app | |
| parent | dee367f320a972806d5bb251c01b2c0044e9a05a (diff) | |
| download | DevHive-Angular-0dd2a9ac545a8bdce63f403122503fef9510378c.tar DevHive-Angular-0dd2a9ac545a8bdce63f403122503fef9510378c.tar.gz DevHive-Angular-0dd2a9ac545a8bdce63f403122503fef9510378c.zip | |
Added slim border to technology and language edit sections in profile settings
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/components/profile-settings/profile-settings.component.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/app/components/profile-settings/profile-settings.component.html b/src/app/components/profile-settings/profile-settings.component.html index 91740c7..fd2d0c5 100644 --- a/src/app/components/profile-settings/profile-settings.component.html +++ b/src/app/components/profile-settings/profile-settings.component.html @@ -57,8 +57,8 @@ <button type="button" class="fg-focus width-full border-faded-slim padding-dot3 lighter-hover click-effect margin-top-dot4" (click)="toggleLanguages()"> ▼ Edit Languages ▼ </button> - <section class="flex-row flexible-children" *ngIf="showLanguages"> - <section class="margin-top-dot5 padding-right-1"> + <section class="flex-row flexible-children border-faded-slim padding-dot3 margin-top-dot5" *ngIf="showLanguages"> + <section class="padding-right-1"> <div class="none-message" *ngIf="chosenLanguages.length === 0"> You haven't chosen any languages! </div> @@ -71,7 +71,7 @@ </div> </div> </section> - <section class="margin-top-dot5"> + <section> <div class="none-message" *ngIf="availableLanguages.length === 0"> No other languages available! </div> @@ -88,8 +88,8 @@ <button type="button" class="fg-focus width-full border-faded-slim padding-dot3 lighter-hover click-effect margin-top-dot4" (click)="toggleTechnologies()"> ▼ Edit Technologies ▼ </button> - <section class="flex-row flexible-children" *ngIf="showTechnologies"> - <section class="margin-top-dot5 padding-right-1"> + <section class="flex-row flexible-children border-faded-slim padding-dot3 margin-top-dot5" *ngIf="showTechnologies"> + <section class="padding-right-1"> <div class="none-message" *ngIf="chosenTechnologies.length === 0"> You haven't chosen any technologies! </div> @@ -102,7 +102,7 @@ </div> </div> </section> - <section class="margin-top-dot5"> + <section> <div class="none-message" *ngIf="availableTechnologies.length === 0"> No other technologies available! </div> |
