Skip to content
Snippets Groups Projects
dialog-edit-pab.component.scss 1007 B
Newer Older
.mat-dialog-content {
    margin-bottom: 2em;
    overflow: inherit; // wtf
}

#selection-abstract {
    font-size: .9em;
    margin-bottom: 2em;
}

mat-form-field.select-form-field {
    width: 100%;
    margin-bottom: 10px;
}

.radio-button-and-input-wrapper {
    margin-bottom: .5em;

    mat-radio-button {
        width: 60%;

        &[value="interpolate"] {
            width: 100%;

            ::ng-deep label.mat-radio-label {
                width: 100%;

                > .mat-radio-label-content {
                    width: 100%;

                    .interpolation-bounds {
                        float: right;
                        color: #707070;
                    }
                }
            }
        }
    }

    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;
    }
}