mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
c87cbc7474
This also adds linting for skinStyles, with a few fixes to make these pass. Change-Id: Id26b0bad21850d985eaaceda24fa50ad6f886458
34 lines
538 B
Plaintext
34 lines
538 B
Plaintext
@import 'minerva.variables';
|
|
@import '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 );
|
|
}
|
|
}
|