mediawiki-skins-Citizen/skinStyles/extensions/Cargo/ext.cargo.pagevalues.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

32 lines
651 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:Cargo
* Module: ext.cargo.pagevalues
* Version: REL1_39 b4c6314
*
* Date: 2023-01-03
*/
@import '../../../resources/mixins.less';
// Disable sticky header since it collides with cargo sticky header
#citizen-page-header-sticky-sentinel {
display: none;
}
// Apply Citizen sticky header styles
.cargo-pagevalues-tableinfo {
padding: var( --space-md ) 0;
font-size: var( --font-size-small );
color: var( --color-subtle );
background-color: transparent;
.citizen-sticky-header;
// Tweak size to look more like other sticky header
h2 {
margin: 0;
font-size: var( --font-size-x-large );
}
}