@import 'mediawiki.mixins'; .mw-rcfilters-ui-filterMenuHeaderWidget { &-title { display: inline-block; font-size: 1.2em; padding: 0.75em 0 0.75em 0.5em; // TODO: Unify colors with official design palette color: #54595d; } &-helpIcon { position: absolute; top: 50%; .transform( translateY( -50% ) ); } &-header { border-bottom: 1px solid #c8ccd1; background: #f8f9fa; &-invert, &-highlight { width: 1em; vertical-align: middle; // Using the same padding that the filter item // uses, so the button is aligned with the highlight // buttons for the filters padding-right: 0.5em; } &-back { width: 1em; vertical-align: middle; padding-left: 0.5em; } &-title { position: relative; width: 100%; vertical-align: middle; } } }