Page MenuHomeWickedGov Phorge

pageIssuesOverlay.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

pageIssuesOverlay.less

@import 'mediawiki.skin.variables.less';
@import '../../../../minerva.less/minerva.variables.less';
@smallIconSize: 24px;
.mw-mf-cleanup {
display: block;
margin: 0;
padding: 0;
font-size: @font-size-minerva-smallest;
color: @color-subtle;
}
// overlay styles
.overlay-issues {
ul.cleanup {
list-style: none;
> li {
border-bottom: @border-subtle;
.issue-notice {
padding: @smallIconSize @smallIconSize @smallIconSize 0;
.minerva-ambox-icon {
float: left;
position: relative;
left: ( @padding-content / 2 ) + @spacing-horizontal-button;
}
}
small,
.hide-when-compact {
font-size: @font-size-minerva-smallest;
}
.hide-when-compact {
display: block;
margin: 8px 0;
}
}
}
.issue-details {
// This should match the icon width for the overlay close icon
// which is derived from these two variables:
padding-left: @size-icon + ( 2 * @width-icon-gutter );
// 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;
}
p {
margin: 0;
}
// assume date
small i {
color: @color-subtle;
}
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 04:12 (5 d, 4 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/7f/0eee40f116c18ec27d5f79bf3974
Default Alt Text
pageIssuesOverlay.less (1 KB)

Event Timeline