2018-11-24 01:49:47 +00:00
|
|
|
@import '../../../../minerva.less/minerva.variables';
|
2018-08-16 19:00:38 +00:00
|
|
|
|
|
|
|
@smallIconSize: 24px;
|
|
|
|
@largeIconSize: 50px;
|
|
|
|
|
|
|
|
.mw-mf-cleanup {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: @colorGray7;
|
|
|
|
}
|
|
|
|
|
|
|
|
// overlay styles
|
|
|
|
.overlay-issues {
|
|
|
|
.cleanup {
|
|
|
|
> li {
|
|
|
|
border-bottom: solid 1px @grayLight;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2018-08-16 19:00:38 +00:00
|
|
|
.issue-notice {
|
|
|
|
padding: @smallIconSize @smallIconSize @smallIconSize 0;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2018-08-16 19:00:38 +00:00
|
|
|
.mw-ui-icon {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
small,
|
|
|
|
.hide-when-compact {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-when-compact {
|
|
|
|
display: block;
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-details {
|
2018-12-12 23:20:10 +00:00
|
|
|
// This should match the icon width for the overlay close icon
|
|
|
|
// which is derived from these two variables:
|
|
|
|
padding-left: @iconSize + ( 2 * @iconGutterWidth );
|
|
|
|
|
2018-08-16 19:00:38 +00:00
|
|
|
// align the first line to the top of the element
|
|
|
|
// but line-height should be normal for text that follows (T190469)
|
|
|
|
> :first-line {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
// assume date
|
|
|
|
small i {
|
|
|
|
color: @colorGray7;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|