diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b2d7c2bec..9c4811fec 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -53,12 +53,12 @@ label { | |||
53 | 53 | ||
54 | .form-error { | 54 | .form-error { |
55 | display: block; | 55 | display: block; |
56 | color: $red-error; | 56 | color: $red; |
57 | margin-top: 5px; | 57 | margin-top: 5px; |
58 | } | 58 | } |
59 | 59 | ||
60 | .input-error { | 60 | .input-error { |
61 | border-color: $red-error !important; | 61 | border-color: $red !important; |
62 | } | 62 | } |
63 | 63 | ||
64 | .glyphicon-black { | 64 | .glyphicon-black { |