updated download password input style

This commit is contained in:
Danny Coates 2018-02-20 12:21:00 -08:00
parent 130ddca135
commit ebecc6bb81
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 16 additions and 8 deletions

View file

@ -11,8 +11,12 @@
padding: 10px 0;
}
.red {
color: red;
.error {
color: var(--errorColor);
}
.input--error {
border-color: var(--errorColor);
}
@media (max-device-width: 520px), (max-width: 520px) {