Add brand guide colours next to definition

This commit is contained in:
Rohan Mitchell
2015-07-17 17:05:44 +10:00
parent b6892c82f1
commit 61435b2dea

View File

@@ -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)