mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +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
29 lines
572 B
Plaintext
29 lines
572 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: @deviceWidthTablet ) {
|
|
.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;
|
|
// T170903
|
|
max-width: none;
|
|
}
|
|
}
|
|
}
|