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
28 lines
476 B
Plaintext
28 lines
476 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:AdvancedSearch
|
|
* Module: ext.advancedSearch.initialstyles
|
|
* Version: REL1_39 3a0eed7
|
|
*
|
|
* Date: 2022-12-12
|
|
*/
|
|
|
|
.client-js {
|
|
.mw-search-form-wrapper {
|
|
min-height: 121.56px; // This is quite hacky
|
|
}
|
|
|
|
.mw-search-spinner {
|
|
top: 5em;
|
|
// Very hacky since it might be wrong because of font size
|
|
left: 23em;
|
|
|
|
&::before,
|
|
&::after,
|
|
& .mw-search-spinner-bounce {
|
|
background-color: var( --color-base--subtle );
|
|
}
|
|
}
|
|
}
|