2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
2018-05-20 11:25:56 +00:00
|
|
|
|
|
|
|
.notifications-overlay .overlay-content {
|
2019-02-06 13:48:03 +00:00
|
|
|
top: @overlayHeaderHeight;
|
|
|
|
bottom: @overlayHeaderHeight;
|
2018-05-20 11:25:56 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-notificationsWidget {
|
2019-02-06 13:48:03 +00:00
|
|
|
top: @overlayHeaderHeight;
|
2018-05-20 11:25:56 +00:00
|
|
|
}
|
2019-07-09 22:05:07 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-notificationItemWidget {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
2018-05-20 11:25:56 +00:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|