Combine changes limit and time period selectors
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.FilterWrapperWidget.less
1 @import 'mediawiki.mixins';
2
3 .mw-rcfilters-ui-filterWrapperWidget {
4 width: 100%;
5 // Make sure this uses the interface direction, not the content direction
6 direction: ltr;
7
8 &-viewToggleButtons {
9 margin-top: 1em;
10 }
11
12 &-bottom {
13 .flex-display;
14 .flex;
15
16 margin-top: 1em;
17 }
18 }