Skip to content

Commit

Permalink
Added missing styles for user forms.
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Sep 14, 2018
1 parent 840ec8e commit acc9395
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions client/src/styles/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,33 @@
.userdefinedform {

form.userform {

margin-bottom: $spacer;

.field {

&.hide {
display: none;
}

&.userformsgroup {

border: 1px solid $gray-300;
margin: $spacer 0;
padding: 0 $spacer;

> legend {
width: auto;
border: 0;
padding: 0 $spacer-quarter;
margin-left: -$spacer-quarter;
margin-right: -$spacer-quarter;
}

}

}

}

}

0 comments on commit acc9395

Please sign in to comment.