mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
give join-flow validations more spacing from inputs they refer to; unset width of Required message
This commit is contained in:
parent
8f84051a86
commit
865e0a09dd
1 changed files with 3 additions and 5 deletions
|
@ -39,17 +39,15 @@
|
|||
}
|
||||
|
||||
.validation-full-width-input {
|
||||
transform: translate(21.5625rem, 0);
|
||||
transform: translate(21.8125rem, 0);
|
||||
}
|
||||
|
||||
.validation-birthdate-month {
|
||||
transform: translate(-9.25rem, 0);
|
||||
width: 7.25rem;
|
||||
transform: translate(-9.875rem, 0);
|
||||
}
|
||||
|
||||
.validation-birthdate-year {
|
||||
transform: translate(8.75rem, 0);
|
||||
width: 7.25rem;
|
||||
transform: translate(9.375rem, 0);
|
||||
}
|
||||
|
||||
@media #{$intermediate-and-smaller} {
|
||||
|
|
Loading…
Reference in a new issue