22 lines
325 B
SCSS
Raw Normal View History

2020-01-29 13:14:26 +09:00
::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;
}
}
2019-12-03 18:59:11 +09:00
.confirm-card {
min-width: 500px;
height: 100%;
mat-card-content {
height: calc(100% - 40px);
}
}