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: var( --font-size-small );
line-height: var( --line-height-xx-small );
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius-medium );
overflow: hidden;
user-select: none;
}
.template-navplate__header {
padding: var( --space-sm ) var( --space-md );
background-color: transparent;
display: flex;
align-items: center;
gap: var( --space-md );
cursor: pointer;
}
.template-navplate[ open ] .template-navplate__header {
background-color: var( --color-surface-2 );
000
1:0
Return to Module:Navplate/styles.css.