mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-05 12:02:29 -05:00
12 lines
232 B
SCSS
12 lines
232 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
|
||
|
*/
|
||
|
|
||
|
.form-group {
|
||
|
.required-symbol {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|