diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-09 17:25:28 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-09 17:25:28 +0000 |
| commit | bd89b1831ef6ccbafa62d239042e929dad91e472 (patch) | |
| tree | c459ca18a0ac32d247d01f10c9fee90a63c3f61e /app | |
| parent | cb8c849dc0dded1570633573f61abeea2cbd0f69 (diff) | |
| download | mullvadvpn-bd89b1831ef6ccbafa62d239042e929dad91e472.tar.xz mullvadvpn-bd89b1831ef6ccbafa62d239042e929dad91e472.zip | |
Add error modifier class
Diffstat (limited to 'app')
| -rw-r--r-- | app/components/Login.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/components/Login.css b/app/components/Login.css index 70d638d182..db38b20097 100644 --- a/app/components/Login.css +++ b/app/components/Login.css @@ -84,4 +84,8 @@ letter-spacing: 1px; color: #294D73; background-color: #FFFFFF; +} + +.login-form__input-field--error { + color: #D0021B; }
\ No newline at end of file |
