2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
2017-07-12 15:12:40 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-notificationsInboxWidget {
|
|
|
|
&-cell {
|
|
|
|
&-placeholder {
|
|
|
|
display: table-cell;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-sidebar {
|
|
|
|
// echo notificationsInboxWidget cell
|
|
|
|
// in the desktop version is hidden
|
|
|
|
// in the mobile version.
|
|
|
|
&.mw-echo-ui-notificationsInboxWidget-cell {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-main {
|
|
|
|
&-toolbar {
|
|
|
|
&-top {
|
|
|
|
display: table;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
.row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-affixed {
|
|
|
|
position: fixed;
|
2019-02-08 00:37:02 +00:00
|
|
|
z-index: @z-indexOverOverlay;
|
2017-07-12 15:12:40 +00:00
|
|
|
top: 0;
|
|
|
|
background-color: @skinContentBgColor;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
box-shadow: 0 2px 0 0 rgba( 0, 0, 0, 0.1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
&-readState {
|
|
|
|
// echo notificationsInboxWidget cell for readState
|
|
|
|
// in the desktop version is hidden
|
|
|
|
// in the mobile version.
|
|
|
|
&.mw-echo-ui-notificationsInboxWidget-cell {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-settings,
|
|
|
|
&-pagination {
|
|
|
|
// display for echo notificationsInboxWidget cell pagination
|
|
|
|
// is changed from display: inline-block in the desktop version to
|
|
|
|
// display: table-cell in the mobile version.
|
|
|
|
&.mw-echo-ui-notificationsInboxWidget-cell {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-nav-filter {
|
|
|
|
&.mw-echo-ui-notificationsInboxWidget-cell {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// height for echo notificationsInboxWidget
|
|
|
|
// is changed from 8em in the desktop version to
|
|
|
|
// 4em in the mobile version.
|
|
|
|
& &-toolbarWrapper {
|
|
|
|
height: 4em;
|
|
|
|
}
|
|
|
|
}
|