mediawiki-extensions-Relate.../resources/ext.relatedArticles.readMore/readMore.less
Sam Smith d24e8f01d2 Design review
Changes:
* Reduce the size and increase the spacing of the Related Pages header

Bug: T122030
Change-Id: I26273a1602e2e329b68d23d01c0f75f69b821b92
2016-01-28 19:05:41 +00:00

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;
}
}
}