mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
|
/*
|
||
|
* Citizen - Translate Styles
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../resources/variables.less';
|
||
|
@import '../resources/mixins.less';
|
||
|
|
||
|
.tux-messagetable-loader {
|
||
|
background: transparent!important;
|
||
|
box-shadow: none!important;
|
||
|
}
|