26 lines
284 B
SCSS
Raw Normal View History

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;
}
.mat-radio-button {
margin-right: 30px;
}