parent
c1509baf38
commit
8550d95128
|
@ -1,4 +1,4 @@
|
||||||
<div class="confirmation-dialog pt-1 pl-3 pr-3 pb-3">
|
<div class="container-fluid confirmation-dialog">
|
||||||
<div *ngIf="data.icon" class="row d-flex flex-row">
|
<div *ngIf="data.icon" class="row d-flex flex-row">
|
||||||
<div class="col-auto close-btn justify-content-start">
|
<div class="col-auto close-btn justify-content-start">
|
||||||
<mat-icon color="warn">{{ data.icon }}</mat-icon>
|
<mat-icon color="warn">{{ data.icon }}</mat-icon>
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
<div class="row mt-2 mb-2">
|
<div class="row mt-2 mb-2">
|
||||||
<ng-container *ngFor="let title of data.titles; let i = index">
|
<ng-container *ngFor="let title of data.titles; let i = index">
|
||||||
<div class="col-auto mb-2">
|
<div class="col-auto mb-2">
|
||||||
<button mat-raised-button type="button" (click)="apply(i)" class="confirm">{{ title }}</button>
|
<button type="button" class="normal-btn" (click)="apply(i)">{{ title }}</button>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue