9 lines
111 B
SCSS
9 lines
111 B
SCSS
.confirm-card {
|
|
min-width: 500px;
|
|
height: 100%;
|
|
|
|
mat-card-content {
|
|
height: calc(100% - 40px);
|
|
}
|
|
}
|