<!-- Error rendering component: -->
{{ render '@heading' }}
{{ render '@heading--h2' }}
{{ render '@heading--h3' }}
{{ render '@heading--h4' }}
{{ render '@heading--h5' }}
{{ render '@heading--h6' }}
{{ render '@text' }}
{{ render '@paragraph' }}
<hr>
{{ render '@heading' }}
{{ render '@heading--h2' }}
{{ render '@paragraph' }}
{{ render '@paragraph' }}
{{ render '@heading--h2' }}
{{ render '@paragraph' }}
{{ render '@paragraph' }}
/* No context defined for this component. */
body {
font-family: $font-secondary;
font-size: $font-size-m;
color: $c-font-color;
line-height: $font-lineheight-m;
@include mediaWQuery($media-query-l) {
font-size: $font-size-l
}
@include mediaWQuery($media-query-xxl) {
font-size: $font-size-xl
}
@include mediaHQuery(rem(480)){
line-height: $font-lineheight-l;
}
}
// WYSIWYG
.wysiwyg {
&--surtitle {
display: block;
margin-bottom: .3rem;
font-weight: 700;
color: $c-red;
& + br { display: none }
@include mediaWQuery($media-query-m) {
font-size: .9em;
}
}
img {
max-width: 100%;
height: auto;
}
}
There are no notes for this item.