padding: @wcfGapMedium @wcfGapLarge;
}
- &.doubleColumned {
- overflow: hidden;
-
- > li {
- padding: 0;
- float: left;
- width: 50%;
- height: 90px;
- overflow: hidden;
-
- &:nth-child(even) {
- float: right;
- }
-
- &:nth-child(4n), &:nth-child(4n+1) {
- background-color: @wcfContainerBackgroundColor;
- }
-
- &:nth-child(4n+2), &:nth-child(4n+3) {
- background-color: @wcfContainerAccentBackgroundColor;
- }
-
- &:hover {
- background-color: @wcfContainerHoverBackgroundColor;
- }
-
- > div {
- padding: 14px 21px;
- }
- }
-
- &:after {
- content: "";
- display: table;
- clear: left;
- }
- }
-
&.styleList > li > div.box64 {
> span {
text-align: center;
}
}
+@media screen and (min-width: 1240px) {
+ .containerList {
+ &.doubleColumned {
+ overflow: hidden;
+
+ > li {
+ padding: 0;
+ float: left;
+ width: 50%;
+ height: 90px;
+ overflow: hidden;
+
+ &:nth-child(even) {
+ float: right;
+ }
+
+ &:nth-child(4n), &:nth-child(4n+1) {
+ background-color: @wcfContainerBackgroundColor;
+ }
+
+ &:nth-child(4n+2), &:nth-child(4n+3) {
+ background-color: @wcfContainerAccentBackgroundColor;
+ }
+
+ &:hover {
+ background-color: @wcfContainerHoverBackgroundColor;
+ }
+
+ > div {
+ padding: 14px 21px;
+ }
+ }
+
+ &:after {
+ content: "";
+ display: table;
+ clear: left;
+ }
+ }
+ }
+}
+
.nestedCategoryList {
> li {
margin-top: 21px;