mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 13:05:50 +00:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
|
@import '../../variables.less';
|
||
|
|
||
|
.vector-emphasized-sidebar-action {
|
||
|
// Align with the portal heading/links
|
||
|
// `.portal` + `.portal .body`
|
||
|
margin: 8px 0 8px @margin-start-portal + @margin-start-portal-body;
|
||
|
}
|
||
|
|
||
|
.vector-emphasized-sidebar-action-link {
|
||
|
font-size: @font-size-portal-list-item;
|
||
|
font-weight: bold;
|
||
|
}
|