diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-14 17:57:02 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-14 17:57:14 -0300 |
commit | 9521b46ea1c9e6c596be1fbe397d9bd9126a1912 (patch) | |
tree | 4b872b5c98f630c319469ea3fb39905d22149034 | |
parent | 7dacf43de4df6feff94a4bda8c6feacd5ae5c913 (diff) |
Using consistent colors for the open and closed padlocks :)
-rw-r--r-- | web-ui/app/scss/_colors.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss index 4a1eba33..320a8d1a 100644 --- a/web-ui/app/scss/_colors.scss +++ b/web-ui/app/scss/_colors.scss @@ -34,5 +34,5 @@ $error: #D93C38; $attention: #F6A41C; $success: #50BA5B; -$will_be_encrypted: #41cd60; -$wont_be_encrypted: #F6A40A; +$will_be_encrypted: $success; +$wont_be_encrypted: $attention; |