mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
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:
commit
13bb61679a
1 changed files with 9 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue