mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
c970b4aa8f
Bug: T218731 Change-Id: I38980f9f546ba32090f34c9ec584bb08ed11dd5c
46 lines
964 B
Plaintext
46 lines
964 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
@import '../../minerva.less/minerva.mixins';
|
|
|
|
.overlay {
|
|
padding-top: @headerHeight;
|
|
|
|
textarea {
|
|
.editor-textarea();
|
|
}
|
|
|
|
> ul, button {
|
|
width: @headerHeight;
|
|
}
|
|
|
|
.license {
|
|
.secondary-text();
|
|
}
|
|
|
|
.header-action {
|
|
> a,
|
|
> button {
|
|
height: @headerHeight;
|
|
}
|
|
}
|
|
}
|
|
|
|
.overlay-header .overlay-title {
|
|
padding: 0.15em 0;
|
|
|
|
&:last-child {
|
|
// Reserve space to the right in case the search form in the header or
|
|
// overlay title in the overlay header is the last element. Use @iconGutterWidth
|
|
// because there is a hamburger or close/back icon next to this element and
|
|
// the space between them is exactly that.
|
|
padding-right: @iconGutterWidth;
|
|
}
|
|
}
|
|
|
|
@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 );
|
|
}
|
|
}
|