mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
5d3ecd9edd
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.
15 lines
197 B
Plaintext
15 lines
197 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for jquery.spinner
|
|
* Module: jquery.spinner.styles
|
|
*
|
|
* Date: 2023-05-29
|
|
*/
|
|
|
|
.mw-spinner-container {
|
|
> div::after {
|
|
background: var( --color-emphasized );
|
|
}
|
|
}
|