}
}
}
+
+ .tabularListRowHead {
+ .columnSort {
+ flex: 1;
+
+ @include wcfFontDefault;
+ }
+
+ .columnFilter {
+ flex: 0 1 auto;
+ padding-left: 40px;
+
+ @include wcfFontDefault;
+
+ @include screen-xs {
+ display: none;
+ }
+ }
+
+ .columnSort,
+ .columnFilter {
+ .inlineList > li:not(:last-child) {
+ margin-right: 10px;
+ }
+ }
+
+ .columnApplyFilter {
+ flex: 0 1 auto;
+ padding-right: 0;
+ }
+ }
}
.messageGroupListStatsSimple {
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
+
+ > .icon {
+ color: inherit;
+ }
}
@include screen-md-down {