}
@include screen-sm-md {
- // WebKit fix
- margin-top: -30px;
+ margin-bottom: -30px;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
overflow: hidden; /* Fix for Firefox, IE and Edge */
// WebKit fix
- display: inline-block;
- margin-top: 30px !important;
+ background-clip: padding-box;
+ border-bottom: 30px solid transparent;
+ display: block;
+ margin: 0 !important;
width: 100%;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
margin-top: 30px;
}
- &.boxAlternative {
- background-color: transparent;
- border: 1px solid $wcfContentBorderInner;
- }
-
&.boxError {
background-color: $wcfStatusErrorBackground;
color: $wcfStatusErrorText;