hensei-web/components/mastery/AwakeningSelectWithInput/index.module.scss
Justin Edmund 1c805e3f88 Fix AwakeningSelectWithInput styles and functionality
* Adapts styles for CSS modules
* Properly sends validity
* Reordered errors
2023-07-02 16:25:31 -07:00

16 lines
184 B
SCSS

.set {
display: flex;
flex-direction: row;
gap: $unit;
width: 100%;
}
.errors {
color: $error;
display: none;
padding: $unit 0;
&.visible {
display: block;
}
}