2023-04-03 20:44:15 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2024-05-23 20:13:50 +00:00
|
|
|
@import '../mmv/mmv.variables.less';
|
|
|
|
@import '../mmv/mmv.mixins.less';
|
2014-09-16 20:33:05 +00:00
|
|
|
|
|
|
|
.mw-mmv-download-dialog {
|
2014-12-07 08:09:04 +00:00
|
|
|
// resetting height (to overwrite .mw-mmv-dialog's bigger height), since the
|
|
|
|
// height may have to change for warnings being added
|
|
|
|
height: initial;
|
2014-09-16 20:33:05 +00:00
|
|
|
// positioned relative to the download button
|
|
|
|
position: fixed;
|
2024-06-12 22:59:08 +00:00
|
|
|
@bottom-offset: @metadatabar-above-fold-height + @buttons-offset-edge + @buttons-offset-each;
|
|
|
|
bottom: @bottom-offset - 5px;
|
2014-09-16 20:33:05 +00:00
|
|
|
|
|
|
|
.mw-mmv-dialog-down-arrow {
|
2024-06-12 22:59:08 +00:00
|
|
|
bottom: @bottom-offset + ( @buttons-size / 2 ) - ( @arrow-size / 2 );
|
2024-05-09 18:47:14 +00:00
|
|
|
background-color: @background-color-base;
|
2014-09-16 20:33:05 +00:00
|
|
|
}
|
2014-12-07 08:09:04 +00:00
|
|
|
|
|
|
|
.mw-mmv-dialog-warning {
|
|
|
|
padding: 10px 30px;
|
|
|
|
}
|
2024-05-04 08:11:42 +00:00
|
|
|
|
|
|
|
.cdx-button__icon--download {
|
|
|
|
.cdx-mixin-css-icon( @cdx-icon-download, @param-is-button-icon: true );
|
|
|
|
}
|
2014-09-16 20:33:05 +00:00
|
|
|
}
|