22 lines
325 B
SCSS
22 lines
325 B
SCSS
::ng-deep .mat-card-header {
|
|
.mat-card-header-text {
|
|
margin: 0;
|
|
}
|
|
.btn-dialog-close {
|
|
font-size: 20px;
|
|
display: flex;
|
|
margin-left: auto;
|
|
align-self: flex-start;
|
|
color: #444444;
|
|
}
|
|
}
|
|
|
|
.confirm-card {
|
|
min-width: 500px;
|
|
height: 100%;
|
|
|
|
mat-card-content {
|
|
height: calc(100% - 40px);
|
|
}
|
|
}
|