scratch-www/src/components/forms/row.scss
2016-07-26 10:20:06 -04:00

22 lines
383 B
SCSS

/*
* Styles for the Row component used by formsy-react-components
* Should be imported for each component that extends one of
* the formsy-react-components
*/
.row {
.required-symbol {
display: none;
}
label {
display: inline-block;
margin-bottom: .75rem;
}
&.no-label {
label {
display: none;
}
}
}