mediawiki-skins-Vector/resources/skins.vector.styles/EmphasizedSidebarAction.less
Nicholas Ray b9dc654a4f Add end margin to opt-out link
This adds the same end margin as the portal container making the
opt-out-link more visually pleasing if it overflows its container.

Bug: T243281
Change-Id: I42eb3ec4a18ad9e4f6bcdb451593fec7e6e4992a
2020-03-27 10:15:30 -06:00

13 lines
334 B
Plaintext

@import '../../variables.less';
.vector-emphasized-sidebar-action {
// Align with the portal heading/links
// `.portal` + `.portal .body`
margin: 8px @margin-end-portal 8px @margin-start-portal + @margin-start-portal-body;
}
.vector-emphasized-sidebar-action-link {
font-size: @font-size-portal-list-item;
font-weight: bold;
}