Import required colour definitions in SCSS

This avoids asset compile errors like this one:

  Sass::SyntaxError: Undefined variable: "$disabled-light".
This commit is contained in:
Maikel Linke
2018-08-14 09:48:25 +10:00
parent 8681618490
commit c9862535f8
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
@import 'branding';
.cookies-banner {
background: $dark-grey;
bottom: 0;

View File

@@ -1,3 +1,5 @@
@import 'branding';
.cookies-policy-modal {
background: $disabled-light;
border-bottom-color: $disabled-light;