@use './ngx-iso-form.component.scss';

.form-control{
    float: left;
    margin:2px 10px;
    min-width: 110px;
}
.form-control-s{
    width:10%;
}
.form-control-m{
    width:25%;
}
.form-control-l{
    width:50%;
}
.form-control-full{
    width:100%;
}

.form-add-section
{
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    
    button{
        color: rgba(0, 0, 0, 0.54);
    }
}
.iso-mat-error{
    font-size: var(--mdc-typography-caption-font-size, 12px);
}