mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
64134bd8a6
Use local imports instead given all relevant files are within the same repository, and don't vary by configuraion. Bug: T140807 Depends-On: If3edac9a35b346af0320c12f70c0d978a6346201 Change-Id: Ife3cc345a63aff452e93accbe0a593fbaa358732
34 lines
576 B
Plaintext
34 lines
576 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
@import '../../minerva.less/minerva.mixins';
|
|
|
|
.overlay {
|
|
padding-top: @headerHeight;
|
|
|
|
> ul, button {
|
|
width: @headerHeight;
|
|
}
|
|
|
|
.license {
|
|
.secondary-text();
|
|
}
|
|
|
|
.header-action {
|
|
a,
|
|
button {
|
|
height: @headerHeight;
|
|
}
|
|
}
|
|
|
|
.slider-button {
|
|
top: @headerHeight;
|
|
}
|
|
}
|
|
|
|
@media all and ( min-width: @width-breakpoint-desktop ) {
|
|
.overlay-header {
|
|
// Make sure the close button and secondary button icon images are aligned
|
|
// with the content.
|
|
max-width: @contentMaxWidthTablet + ( 2 * @iconGutterWidth );
|
|
}
|
|
}
|