From 8a69c04dd7c9abefdf2ee1f032d21e3553c5f2a4 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 20 Aug 2014 18:15:29 -0300 Subject: Fixing hard-coded colors and typefaces for the style guide; adding the action_buttons color variable --- web-ui/app/scss/_colors.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/scss/_colors.scss') diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss index 97c883a5..903ecb94 100644 --- a/web-ui/app/scss/_colors.scss +++ b/web-ui/app/scss/_colors.scss @@ -11,3 +11,4 @@ $contrast: #F2F3ED; $top_pane: #EAEAEA; $secondary: #3E3A37; $primary_color: #EF4E2F; +$action_buttons: #2ba6cb; -- cgit v1.2.3