fix(module-copy): emphasized variant now uses wrapper
This commit is contained in:
committed by
Benedikt Rötsch
parent
3a6886e4f8
commit
c1d4a88a11
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
mixin moduleCopy(module)
|
mixin moduleCopy(module)
|
||||||
- const style = module.fields.visualStyle === 'Emphasized' ? `--emphasized` : ''
|
- const style = module.fields.visualStyle === 'Emphasized' ? `--emphasized` : ''
|
||||||
.module
|
div(class=`module module-copy${style}`)
|
||||||
div(class=`module-copy${style}`)
|
div(class=`module-copy__wrapper${style}`)
|
||||||
div(class=`module-copy__first${style}`)
|
div(class=`module-copy__first${style}`)
|
||||||
if module.fields.headline
|
if module.fields.headline
|
||||||
h1(class=`module-copy__headline${style}`) #{module.fields.headline}
|
h1(class=`module-copy__headline${style}`) #{module.fields.headline}
|
||||||
|
|||||||
Reference in New Issue
Block a user