Skip to content

Commit

Permalink
Task 390. Save button to left alignment according to mockup. Map icon… (
Browse files Browse the repository at this point in the history
#564)

* Task 390. Save button to left alignment according to mockup. Map icons restored and Close  to mat-icon for workshop card.

* Task 390. Files with white spaces have been reverted to remove them from changeset
  • Loading branch information
gmakeev authored Oct 22, 2021
1 parent 98ac2a9 commit 383eea9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<mat-chip-list #chipList>
<mat-chip *ngFor="let keyWord of keyWords" (removed)="onRemoveKeyWord(keyWord)">
{{keyWord}}
<mat-icon class="mat-icon" matChipRemove><img class="img-close" src="/assets/icons/close.png"></mat-icon>
<mat-icon class="mat-icon" matChipRemove>close</mat-icon>
</mat-chip>
<input #keyWordsInput (focusout)="DescriptionFormGroup.get('keyWords').markAsTouched()"
[formControl]="keyWordsCtrl" [matChipInputFor]="chipList" (keyup.enter)="onKeyWordsInput()"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3 class="wrapper-title"> РЕДАГУВАННЯ ОСОБИСТОЇ ІНФОР
</app-validation-hint-for-input>

</form>
<div fxLayout='column' fxLayoutAlign='center center'>
<div fxLayout='column' fxLayoutAlign='center start'>
<div fxLayout='row' fxLayoutAlign='center center' class="footer">
<button [disabled]="!userEditFormGroup.valid" class="btn" mat-button type="submit"
(click)="onSubmit()">Зберегти</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,12 @@
color: #aaaaaa;
}
}
}

.footer {
margin-left: 0;

.btn {
margin-left: 0;
}
}
}
Binary file added src/assets/icons/marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 383eea9

Please sign in to comment.