diff options
Diffstat (limited to 'src/app/components/profile-settings')
| -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> |
