styling changes

*deposit dialog buttons
This commit is contained in:
Sofia Papacharalampous 2024-03-29 17:42:29 +02:00
parent c1509baf38
commit 8550d95128
1 changed files with 3 additions and 3 deletions

View File

@ -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 class="col-auto close-btn justify-content-start">
<mat-icon color="warn">{{ data.icon }}</mat-icon>
@ -24,8 +24,8 @@
<div class="row mt-2 mb-2">
<ng-container *ngFor="let title of data.titles; let i = index">
<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>
</ng-container>
</ng-container>
</div>
</div>