From 9521b46ea1c9e6c596be1fbe397d9bd9126a1912 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 14 Apr 2015 17:57:02 -0300 Subject: Using consistent colors for the open and closed padlocks :) --- web-ui/app/scss/_colors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui') 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; -- cgit v1.2.3