@form-field-type-label-inline__width: 20%;
@button-primary__background: #c63e3e;
@button-primary__hover__background: #c63e3e;
@theme__color__primary: #c63e3e;

.lib-form-element-all() {
    input[type="time"] {
        .lib-form-element-input(@_type: input-text);
    }
}
