added password setting error UI

This commit is contained in:
Danny Coates 2018-02-21 12:35:52 -08:00
parent c18f488be7
commit 14b40d820b
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
9 changed files with 63 additions and 48 deletions

View file

@ -106,6 +106,10 @@ a {
padding-right: 10px;
}
.input--error {
border-color: var(--errorColor);
}
.input--noBtn {
border-radius: 6px;
}
@ -215,6 +219,10 @@ a {
}
}
.error {
color: var(--errorColor);
}
.title {
font-size: 33px;
line-height: 40px;