styling fixes
This commit is contained in:
parent
93c90ddcef
commit
ef6970ffe6
|
@ -1,5 +1,5 @@
|
|||
<div class="confirmation-dialog">
|
||||
<div class="row d-flex">
|
||||
<div class="container-fluid">
|
||||
<div class="row d-flex mt-2">
|
||||
<div class="confirmation-message col-auto align-self-center">
|
||||
<h4>{{ data.message }}</h4>
|
||||
</div>
|
||||
|
@ -7,6 +7,7 @@
|
|||
<mat-icon class="close-btn" (click)="cancel()">close</mat-icon>
|
||||
</div>
|
||||
</div>
|
||||
<mat-dialog-content>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<ngx-dropzone class="drop-file" (change)="selectXML($event)" [accept]="'text/xml'" [multiple]="false">
|
||||
|
@ -38,4 +39,6 @@
|
|||
<button mat-button color="primary" class="next-btn" type="button" (click)="confirm()" [disabled]="!hasBlueprint()">{{ data.confirmButton }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</mat-dialog-content>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue