.contentTitle,
> h1 { // deprecated
@extend .wcfFontTitle;
+
+ .badge {
+ top: -2px;
+ }
}
a {
}
}
+ /* legacy styling for sub headlines (deprecated; use .section > .sectionTitle instead) */
+ .boxHeadline.boxSubHeadline {
+ margin-top: 30px;
+ margin-bottom: 20px;
+
+ > h2 {
+ color: $wcfContentHeadlineText; // todo: rename variable
+
+ @extend .wcfFontHeadline;
+
+ a {
+ color: $wcfContentHeadlineLink; // todo: rename variable
+
+ &:hover {
+ color: $wcfContentHeadlineLinkActive; // todo: rename variable
+ }
+ }
+
+ .badge {
+ top: -2px;
+ }
+ }
+ }
+
/* todo
.boxHeadline {
&.labeledHeadline {
color: $wcfContentHeadlineLinkActive; // todo: rename variable
}
}
+
+ .badge {
+ top: -2px;
+ }
}
.sectionDescription {
}
}
+ .badge {
+ top: -2px;
+ }
+
&+ * {
clear: left;
}