header.appendChild(closeButton);
var span = elCreate('span');
- span.textContent = options.closeButtonLabel;
+ span.className = 'icon icon24 fa-times';
closeButton.appendChild(span);
}
@extend .wcfFontHeadline;
}
- > a {
- color: $wcfHeaderLink;
- flex: 0 0 20px;
- font-family: FontAwesome;
- font-size: 18px;
- text-align: right;
- text-decoration: none;
-
- &::before {
- content: $fa-var-times;
- }
-
- &:hover {
+ > .dialogCloseButton {
+ align-self: center;
+ flex: 0 0 auto;
+
+ &:hover > .icon {
color: $wcfHeaderLinkActive;
}
- > span {
- display: none;
+ > .icon {
+ color: $wcfHeaderLink;
}
}
}
right: 0;
}
+ .section {
+ margin-top: 30px;
+
+ .sectionTitle {
+ @extend .wcfFontHeadline;
+ }
+ }
+
> div {
> .section:first-child,
> fieldset:first-child {
margin-top: 0;
}
+
+ > div {
+ > .section:first-child,
+ > fieldset:first-child {
+ margin-top: 0;
+ }
+ }
}
}
}