You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.template-statsbar {
margin: var( --space-md ) 0;
display: grid;
font-size: 0.8125rem;
line-height: var( --line-height-sm );
overflow-x: auto;
grid-auto-columns: minmax( auto, 1fr );
grid-auto-flow: column;
}
.template-statsbar__item {
padding: 0 var( --space-md );
display: flex;
align-items: center;
flex-direction: column;
}
.template-statsbar__item + .template-statsbar__item {
border-left: 1px solid var( --border-color-base );
}
000
1:0
Return to Module:Statsbar/styles.css.