// sheet-like presentation of content containers
.content > .section,
- .content > form {
+ .content > form,
+ .sectionContainer {
border: 1px solid $wcfContentContainerBorder;
background-color: $wcfContentContainerBackground;
padding: 20px;
}
}
+ .content > .section + .sectionContainer,
+ .content > form + .sectionContainer {
+ margin-top: 40px;
+ }
+
.content > form {
margin-top: 40px;
}
.contentHeader + .section,
- .contentHeader + form {
+ .contentHeader + form,
+ .contentHeader + .sectionContainer {
margin-top: 30px;
}