2023-07-27 04:04:49 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2019-08-08 20:01:03 +00:00
|
|
|
@import '../../../../minerva.less/minerva.variables.less';
|
2018-08-16 19:00:38 +00:00
|
|
|
|
|
|
|
@smallIconSize: 24px;
|
|
|
|
|
|
|
|
.mw-mf-cleanup {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2019-09-23 22:02:16 +00:00
|
|
|
font-size: @font-size-minerva-smallest;
|
2023-04-09 13:49:29 +00:00
|
|
|
color: @color-subtle;
|
2018-08-16 19:00:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// overlay styles
|
|
|
|
.overlay-issues {
|
|
|
|
.cleanup {
|
|
|
|
> li {
|
2023-04-09 13:49:29 +00:00
|
|
|
border-bottom: @border-subtle;
|
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
|
|
|
|
2023-11-07 16:29:17 +00:00
|
|
|
.minerva-ambox-icon {
|
2018-08-16 19:00:38 +00:00
|
|
|
float: left;
|
2023-08-08 19:41:41 +00:00
|
|
|
position: relative;
|
2023-07-27 04:04:49 +00:00
|
|
|
left: ( @contentPadding / 2 ) + @spacing-horizontal-button;
|
2018-08-16 19:00:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
small,
|
|
|
|
.hide-when-compact {
|
2019-09-23 22:02:16 +00:00
|
|
|
font-size: @font-size-minerva-smallest;
|
2018-08-16 19:00:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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:
|
2023-04-09 13:49:29 +00:00
|
|
|
padding-left: @size-icon + ( 2 * @width-icon-gutter );
|
2018-12-12 23:20:10 +00:00
|
|
|
|
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)
|
2023-03-31 19:50:36 +00:00
|
|
|
> ::first-line {
|
2018-08-16 19:00:38 +00:00
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
// assume date
|
|
|
|
small i {
|
2023-04-09 13:49:29 +00:00
|
|
|
color: @color-subtle;
|
2018-08-16 19:00:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|