}
}
-.spoilerBox > div {
- background-color: $wcfContentBackground;
- box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
- padding: 10px 20px;
- margin-top: 10px;
+.spoilerBox {
+ margin-top: 1em;
- > p:first-child {
- margin-top: 0;
- }
-
- > p:last-child {
- margin-bottom: 0;
+ > div {
+ background-color: $wcfContentBackground;
+ box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
+ padding: 10px 20px;
+ margin-top: 10px;
+
+ > p:first-child {
+ margin-top: 0;
+ }
+
+ > p:last-child {
+ margin-bottom: 0;
+ }
}
}