Finalize email/password changing in UI

This commit is contained in:
Dane Everitt 2018-06-17 16:53:24 -07:00
parent 81da55d46b
commit 0cc895f2d5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
10 changed files with 158 additions and 23 deletions

View file

@ -49,12 +49,20 @@ textarea, select, input, button {
&:required, &:invalid {
box-shadow: none;
}
&.error {
@apply .text-red-dark .border-red;
}
}
.input-label {
@apply .block .uppercase .tracking-wide .text-grey-darkest .text-xs .font-bold .mb-1;
@apply .block .uppercase .tracking-wide .text-grey-darkest .text-xs .font-bold .mb-2;
}
.input-help {
@apply .text-xs .text-grey .pt-2;
&.error {
@apply .text-red-dark;
}
}