Merge pull request #858 from mewtaylor/bugfix/select-field-alignment

Bugfix: align gender/organization type input msg with other messages
This commit is contained in:
Matthew Taylor 2016-08-22 09:35:52 -04:00 committed by GitHub
commit 13bb61679a

View file

@ -20,6 +20,10 @@
.row {
margin-left: .5rem;
.validation-message {
transform: translate(14rem, 0);
}
}
}
@ -102,14 +106,12 @@
}
&.usescratch-step {
.form {
.form-group {
margin-bottom: 0;
.form-group {
margin-bottom: 0;
&.has-error {
.textarea {
border: 1px solid $ui-orange;
}
&.has-error {
.textarea {
border: 1px solid $ui-orange;
}
}
}