Newer
Older
.mat-dialog-content {
margin-bottom: 2em;
overflow: inherit; // wtf
}
mat-form-field.select-form-field {
width: 100%;
margin-bottom: 10px;
}
.radio-button-and-input-wrapper {
margin-bottom: .5em;
mat-radio-button {
width: 60%;
}
mat-form-field.input-form-field {
width: 35%;
margin-left: 5%;
}
mat-error {
font-size: .8em;
margin-top: -12px;
margin-bottom: 15px;
}
&.rbaiw-set-value, &.rbaiw-delta {
margin-top: -1em;
}
}