mediawiki-skins-Citizen/resources/skins.citizen.styles/components/ContentFooter.less

27 lines
456 B
Plaintext
Raw Normal View History

.mw-body-footer {
display: flex;
flex-direction: column;
grid-area: footer;
gap: var( --space-xl );
margin-top: var( --space-md );
line-height: var( --line-height-sm );
}
.page-info {
display: flex;
flex-wrap: wrap;
gap: var( --space-xl );
font-size: var( --font-size-x-small );
&__item {
display: flex;
flex-direction: column;
gap: var( --space-xs );
}
&__label {
color: var( --color-base--subtle );
letter-spacing: 0.05em;
}
}