You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.template-navplate {
margin-top: var( --space-md );
clear: both;
font-size: 0.875rem;
line-height: var( --line-height-sm );
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--medium );
overflow: hidden;
}
.template-navplate__header {
padding: var( --space-sm ) var( --space-md );
background-color: var( --color-surface-2 );
display: flex;
align-items: center;
gap: var(--space-md);
}
.template-navplate.mw-collapsed .template-navplate__header {
background-color: transparent;
000
1:0
Return to Module:Navplate/styles.css.