26 lines
284 B
SCSS

.item-title {
width: 25rem;
}
.item-input {
width: 20rem;
}
.item-input[fullWidth] {
width: 100%;
}
.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;
}