parent
7e84ed0138
commit
2e9d1366e9
|
@ -1,4 +1,4 @@
|
|||
<div class="container-fluid form-container">
|
||||
<div class="container-fluid">
|
||||
<div class="row d-flex justify-content-between align-items-center">
|
||||
<div class="col-auto ml-auto" (click)="close()">
|
||||
<mat-icon class="close-icon">close</mat-icon>
|
||||
|
|
|
@ -4,12 +4,6 @@ $mat-card-header-size: 40px !default;
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.form-container {
|
||||
// width: 100%;
|
||||
// min-height: 14rem;
|
||||
// padding: 1rem 2rem 2rem 2rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 8.44rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue