hubl/src/styles/hubl-framework/forms/_index.scss

15 lines
241 B
SCSS

solid-form {
[data-id="error"] {
display: none !important; // Hide the default core message, english only with a weird message
}
form>* {
display: block;
}
@import 'inputs';
@import 'buttons';
@import 'widgets';
}