From e659e3140e4e8e50208a57e117c6a54be0c373b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 27 Jan 2016 22:10:45 +0100 Subject: [PATCH] [backport] Bugfix css themes compilation --- app/themes/high-contrast/variables.scss | 3 +++ app/themes/material-design/variables.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/themes/high-contrast/variables.scss b/app/themes/high-contrast/variables.scss index 54db8be6..80880d57 100755 --- a/app/themes/high-contrast/variables.scss +++ b/app/themes/high-contrast/variables.scss @@ -31,6 +31,9 @@ $red-amaranth: #e91e63; $purple-eggplant: #9c27b0; $yellow-pear: #ffc107; +$tribe-primary: #98e0eb; +$tribe-secondary: #107a8a; + $top-icon-color: $white; $dropdown-color: rgba(darken($primary-dark, 20%), 1); diff --git a/app/themes/material-design/variables.scss b/app/themes/material-design/variables.scss index 57ce0eb9..6339c00e 100755 --- a/app/themes/material-design/variables.scss +++ b/app/themes/material-design/variables.scss @@ -31,6 +31,9 @@ $red-amaranth: #e91e63; $purple-eggplant: #9c27b0; $yellow-pear: #ffc107; +$tribe-primary: #98e0eb; +$tribe-secondary: #107a8a; + $top-icon-color: $white; $dropdown-color: rgba(darken($primary-dark, 20%), 1);