mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-18 11:00:58 +00:00
d24e8f01d2
Changes: * Reduce the size and increase the spacing of the Related Pages header Bug: T122030 Change-Id: I26273a1602e2e329b68d23d01c0f75f69b821b92
39 lines
598 B
Plaintext
39 lines
598 B
Plaintext
@import "mediawiki.ui/variables";
|
|
|
|
// Hide RelatedArticles when VE is activated (https://phabricator.wikimedia.org/T120443)
|
|
.ve-activated {
|
|
.ra-read-more {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.ra-read-more {
|
|
margin-top: 35px;
|
|
margin-bottom: 70px;
|
|
|
|
h2 {
|
|
border-bottom: none;
|
|
font-size: .8em;
|
|
font-weight: normal;
|
|
color: @colorGray9;
|
|
padding-bottom: 0.5em;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.page-list {
|
|
border-top: 1px solid @colorGray14;
|
|
}
|
|
}
|
|
|
|
body.skin-vector {
|
|
.ra-read-more {
|
|
margin: 0 0 0 10em;
|
|
padding: 1em;
|
|
|
|
.ext-cards-card-list {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|