36 lines
526 B
SCSS
Raw Normal View History

.mat-card-header {
2020-01-29 13:14:26 +09:00
.mat-card-header-text {
margin: 0;
}
.btn-dialog-close {
font-size: 20px;
display: flex;
margin-left: auto;
align-self: flex-start;
color: #444444;
}
2019-10-29 19:06:25 +09:00
}
2020-01-29 13:14:26 +09:00
.confirm-card {
min-width: 500px;
.mat-card-header {
margin-bottom: 20px;
.mat-card-header-text {
.mat-card-title {
margin: 0 -16px;
}
2019-10-29 19:06:25 +09:00
}
}
.button-farm {
2020-01-29 13:14:26 +09:00
text-align: right;
.mat-primary {
margin-left: 4px;
2019-10-29 19:06:25 +09:00
}
}
}
2020-01-29 13:14:26 +09:00
form {
.mat-form-field {
width: 100%;
2019-10-29 19:06:25 +09:00
}
2020-01-29 13:14:26 +09:00
}