mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
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:
@@ -1,3 +1,5 @@
|
||||
@import 'branding';
|
||||
|
||||
.cookies-banner {
|
||||
background: $dark-grey;
|
||||
bottom: 0;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import 'branding';
|
||||
|
||||
.cookies-policy-modal {
|
||||
background: $disabled-light;
|
||||
border-bottom-color: $disabled-light;
|
||||
|
||||
Reference in New Issue
Block a user