mediawiki-skins-Citizen/resources/skins.citizen.styles/components/PageFooter.less
alistair3149 5d3ecd9edd
feat(core): convert some CSS variables into Codex equivalent
This is an on-going work to adapt Codex into Citizen.
Some of the CSS variables are soft depreciated, see tokens.less for updated info.
2024-06-30 01:04:30 -04:00

27 lines
455 B
Plaintext

.citizen-page-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-subtle );
letter-spacing: 0.05em;
}
}