2018-05-19 18:17:31 +00:00
|
|
|
@import '../../minerva.less/minerva.variables';
|
2018-05-20 11:25:56 +00:00
|
|
|
|
|
|
|
.notifications-overlay .overlay-content {
|
|
|
|
top: @headerHeight;
|
|
|
|
bottom: @headerHeight;
|
|
|
|
|
|
|
|
.mw-echo-ui-notificationsWidget {
|
|
|
|
top: @headerHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-15 19:10:51 +00:00
|
|
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
2018-05-20 11:25:56 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|