feat(copy-module): respect visualStyle field now

This commit is contained in:
Benedikt Rötsch
2017-10-06 14:28:57 +02:00
committed by Benedikt Rötsch
parent 34fcc50fb9
commit 229b218980
5 changed files with 171 additions and 6 deletions

View File

@@ -58,6 +58,12 @@
--cta-bg-hover: var(--color-palette-blue-medium);
--cta-radius: 3px;
--module-copy-emphasized-bg: #8091a5;
--module-copy-emphasized-color: #c3cfd5;
--module-copy-emphasized-headlines-color: #fff;
--module-copy-emphasized-cta-bg: #536171;
--module-copy-emphasized-cta-color: #fff;
--code-bg: var(--color-bg-grey);
--code-trigger-bg: color(var(--color-bg-grey) shade(20%));
--code-trigger-bg-active: var(--code-bg);