Skip to content

Commit

Permalink
Fixed bug in cookies css, import colors, not branding
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Nov 29, 2018
1 parent cdc5899 commit 93e1310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'darkswarm/branding';
@import 'darkswarm/base/colors';

.cookies-banner {
background: $cookies-banner-background-color;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'darkswarm/branding';
@import 'darkswarm/base/colors';

.cookies-policy-modal {
background: $cookies-policy-modal-background-color;
Expand Down

0 comments on commit 93e1310

Please sign in to comment.