mediawiki-skins-Citizen/skinStyles/extensions/SemanticResultFormats/ext.srf.styles.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

29 lines
592 B
Plaintext

/*
* Citizen - SRF styles
* https://starcitizen.tools
*/
.srf-spinner.text {
color: var( --color-subtle );
}
.srf-notification-content {
color: var( --color-emphasized );
}
fieldset#mw-prefsection-smw-srf {
border-top-color: var( --border-color-base );
}
fieldset#mw-prefsection-smw-srf-eventcalendar-options {
border-top-color: var( --border-color-base );
}
fieldset#mw-prefsection-smw-srf-datatables-options {
border-top-color: var( --border-color-base );
}
#mw-prefsection-smw-srf .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
color: var( --color-progressive );
}