9 lines
111 B
SCSS
Raw Normal View History

2019-12-03 18:59:11 +09:00
.confirm-card {
min-width: 500px;
height: 100%;
mat-card-content {
height: calc(100% - 40px);
}
}