You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
499 B
14 lines
499 B
// -------------------------------------------
|
|
// REQUIRED: Variables & Mixins
|
|
// -------------------------------------------
|
|
@import "../init.scss";
|
|
|
|
// Set primary colour & other variables
|
|
// --------------------------------------------------
|
|
$_primary_colour: $skinPink;
|
|
$_primary_colour_light: lighten($_primary_colour, 10%);
|
|
$_primary_colour_dark: darken($_primary_colour, 10%);
|
|
|
|
// Include colour overrides
|
|
// --------------------------------------------------
|
|
@import "override-colour.scss"; |