From 61435b2deabc18c5bbd097f221c0d7166e1b5fa4 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 17 Jul 2015 17:05:44 +1000 Subject: [PATCH] Add brand guide colours next to definition --- app/assets/stylesheets/darkswarm/variables.css.sass | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/variables.css.sass b/app/assets/stylesheets/darkswarm/variables.css.sass index 1b958206c7..ea87d11fc4 100644 --- a/app/assets/stylesheets/darkswarm/variables.css.sass +++ b/app/assets/stylesheets/darkswarm/variables.css.sass @@ -1,7 +1,17 @@ @import "foundation/functions" @import "foundation/components/global" -$brand-colour: rgba(242, 112, 82, 1) +// Brand guide colours: +// International: #81c26e +// Australia: #f35746 +// Africa: #f35e32 +// South Africa: #f9a72b +// Norway: #4b83cc +// Scandanavia: #0c8bbc +// UK: #e6373f + +$brand-colour: #f27052 + // Topbar $topbar-height: rem-calc(75)