Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 390. Save button to left alignment according to mockup. Map icon… #564

Merged
merged 3 commits into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.