mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
9e15415835
Check commit and GitHub actions for more details
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:UploadWizard
|
|
* Module: ext.uploadWizard.page.styles
|
|
* Version: REL1_39 9cd7a02
|
|
*
|
|
* Date: 2023-01-08
|
|
*/
|
|
|
|
// Needed extra specificity
|
|
.skin-citizen {
|
|
.mwe-first-spinner {
|
|
min-width: auto;
|
|
max-width: none;
|
|
}
|
|
|
|
.mw-spinner-container > div::after {
|
|
background: var( --color-primary );
|
|
}
|
|
}
|