2016-04-10 13:31:02 +00:00
|
|
|
@import '../echo.variables';
|
2015-12-22 23:16:32 +00:00
|
|
|
|
2016-04-10 13:31:02 +00:00
|
|
|
.mw-echo-ui-crossWikiNotificationItemWidget {
|
2016-01-18 23:50:40 +00:00
|
|
|
// Remove the padding that ItemWidget puts in
|
2015-10-16 23:18:25 +00:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
|
|
> .mw-echo-ui-notificationItemWidget {
|
2016-01-13 03:36:47 +00:00
|
|
|
// Compensate for the 0.8em of left/right padding and 0.5em of bottom padding that we removed
|
2015-10-16 23:18:25 +00:00
|
|
|
&-icon {
|
2016-01-13 03:36:47 +00:00
|
|
|
margin-left: 0.8em;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
2016-03-03 20:54:11 +00:00
|
|
|
margin-bottom: 1em;
|
2016-05-22 10:29:42 +00:00
|
|
|
// The icon is 30px
|
|
|
|
margin-left: 30px;
|
|
|
|
// 0.8em from ItemWidget, plus 0.8em
|
|
|
|
padding-left: 1.6em;
|
2016-01-13 03:36:47 +00:00
|
|
|
padding-right: 0.8em;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-separator {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0.4em;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px #eeeeee solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-group {
|
|
|
|
cursor: default;
|
2015-12-22 23:16:32 +00:00
|
|
|
padding: @bundle-group-padding;
|
2015-10-16 23:18:25 +00:00
|
|
|
background-color: #f8f8f8;
|
|
|
|
-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 0px 0px rgba(0,0,0,0.05);
|
|
|
|
-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 0px 0px rgba(0,0,0,0.05);
|
|
|
|
box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 0px 0px rgba(0,0,0,0.05);
|
|
|
|
border-bottom: 1px #dddddd solid;
|
|
|
|
margin-bottom: 0.4em;
|
|
|
|
}
|
2016-05-19 20:55:21 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-subGroupListWidget-header {
|
|
|
|
margin-bottom: @bundle-group-padding;
|
|
|
|
|
|
|
|
&-row-title {
|
|
|
|
// Override OOUI's line height for labels
|
|
|
|
line-height: 1em !important;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
}
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|