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