2019-11-21 18:23:05 +09:00
|
|
|
.item-title {
|
|
|
|
width: 25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-input {
|
|
|
|
width: 20rem;
|
|
|
|
}
|
2019-12-20 19:53:08 +09:00
|
|
|
|
|
|
|
.item-input[fullWidth] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-02-03 18:35:56 +09:00
|
|
|
|
|
|
|
.text-guide {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: rgb(0, 0, 0, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-radio-container {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
2020-02-11 18:41:39 +09:00
|
|
|
|
|
|
|
.mat-radio-button {
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|