mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
fef6dd217a
Bug: T210191 Change-Id: Ia4858dcc295216eb17c9cf69e1f21153c172c0e7
32 lines
605 B
Plaintext
32 lines
605 B
Plaintext
@import '../../minerva.less/minerva.variables';
|
|
|
|
.notifications-overlay .overlay-content {
|
|
top: @headerHeight;
|
|
bottom: @headerHeight;
|
|
|
|
.mw-echo-ui-notificationsWidget {
|
|
top: @headerHeight;
|
|
}
|
|
}
|
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
|
.notifications-overlay {
|
|
.mw-echo-notification {
|
|
padding: 1.75em @contentPaddingTablet;
|
|
}
|
|
|
|
.overlay-header .cancel {
|
|
// 0 because we want to have some tappable area to the left of the icon
|
|
left: 0;
|
|
}
|
|
|
|
.overlay-header {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin: 0; // T210191
|
|
// T170903
|
|
max-width: none;
|
|
}
|
|
}
|
|
}
|