mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-13 08:59:40 +00:00
f13cdafbb1
Bug: T122030 Change-Id: Id656acadec617f837046816a9b8b2dfbe756b7f0
38 lines
574 B
Plaintext
38 lines
574 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: 1em;
|
|
font-weight: normal;
|
|
color: @colorGray9;
|
|
padding-bottom: 0.5em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|