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

15 lines
257 B
SCSS
Raw Normal View History

solid-form.button-register {
2020-12-04 14:44:45 +00:00
[data-id="error"] {
display: none !important; // Hide the default core message, english only with a weird message
}
2020-12-06 01:03:40 +00:00
form>* {
display: block;
}
2020-12-04 14:44:45 +00:00
@import 'inputs';
@import 'buttons';
@import 'widgets';
}