2023-10-26 02:50:56 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
|
|
|
|
2022-06-22 11:59:22 +00:00
|
|
|
.ve-ui-mwTransclusionOutlineControlsWidget {
|
2023-10-26 02:50:56 +00:00
|
|
|
background-color: @background-color-base;
|
2022-06-27 18:32:15 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 2.5em;
|
2023-10-26 02:50:56 +00:00
|
|
|
border-top: @border-width-base @border-style-base @border-color-subtle;
|
2022-06-27 18:32:15 +00:00
|
|
|
padding: 2px;
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: left;
|
|
|
|
|
2022-06-22 11:59:22 +00:00
|
|
|
&-items,
|
|
|
|
&-movers {
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2022-06-28 08:47:05 +00:00
|
|
|
> .oo-ui-buttonWidget.oo-ui-iconElement {
|
2022-06-27 18:32:15 +00:00
|
|
|
// Override OOUI defaults
|
2022-06-28 08:47:05 +00:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 0;
|
2022-06-22 11:59:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-28 08:47:05 +00:00
|
|
|
&-items > .oo-ui-buttonWidget:first-child {
|
|
|
|
margin-left: 0;
|
2022-06-22 11:59:22 +00:00
|
|
|
}
|
|
|
|
|
2022-06-28 08:47:05 +00:00
|
|
|
&-movers > .oo-ui-buttonWidget:nth-child( 2 ) {
|
2022-06-27 18:32:15 +00:00
|
|
|
// Move arrow controls closer together
|
2022-06-28 08:47:05 +00:00
|
|
|
margin-left: -4px;
|
2022-06-22 11:59:22 +00:00
|
|
|
}
|
|
|
|
}
|