Skip to content
Merged
Changes from all 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 @@ -17,16 +17,15 @@ <h3 mat-dialog-title>{{'Are you sure you want to delete' | translate}}?</h3>
</div>
</div>
</div>
<div mat-dialog-actions class="d-flex flex-row justify-content-end">
<div mat-dialog-actions class="d-flex flex-row justify-content-end align-items-center gap-24">
<button
mat-raised-button
color="warn"
class="btn-delete"
id="planningDeleteDeleteBtn"
(click)="deletePlanning()">
{{'Delete' | translate}}
</button>
<button
mat-raised-button
class="btn-cancel"
id="planningDeleteCancelBtn"
(click)="hide()">
{{'Close' | translate}}
Expand Down
Loading