added password setting error UI

This commit is contained in:
Danny Coates
2018-02-21 12:35:52 -08:00
parent c18f488be7
commit 14b40d820b
9 changed files with 63 additions and 48 deletions

View File

@@ -11,14 +11,6 @@
padding: 10px 0;
}
.error {
color: var(--errorColor);
}
.input--error {
border-color: var(--errorColor);
}
@media (max-device-width: 520px), (max-width: 520px) {
.passwordSection {
width: 100%;