parent
a85c8a32ba
commit
15824ab952
|
@ -1,5 +1,5 @@
|
||||||
<div class="form-container">
|
<div class="form-container">
|
||||||
<div mat-dialog-title class="row d-flex justify-content-between m-0">
|
<div mat-dialog-title class="pl-0 pr-0 row d-flex justify-content-between m-0">
|
||||||
<span class="title">{{'DASHBOARD.SELECT-DMP' | translate}}</span>
|
<span class="title">{{'DASHBOARD.SELECT-DMP' | translate}}</span>
|
||||||
<mat-icon class="close-icon" (click)="close()">close</mat-icon>
|
<mat-icon class="close-icon" (click)="close()">close</mat-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.form-container {
|
.form-container {
|
||||||
width: 33rem;
|
width: 33rem;
|
||||||
min-height: 14rem;
|
min-height: 14rem;
|
||||||
padding: 0.28rem 0.34rem 0rem 0.625rem;
|
padding: 1.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|
Loading…
Reference in New Issue