scratch-www/src/components/forms/row.scss

12 lines
232 B
SCSS
Raw Normal View History

/*
* Styles for the Row component used by formsy-react-components
* Should be imported for each component that extends one of
* the formsy-react-components
*/
.form-group {
.required-symbol {
display: none;
}
}