mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
bf9a4850f6
commit
c634a934bd
|
@ -37,10 +37,10 @@
|
|||
no-repeat,transparent;
|
||||
// Placeholder text
|
||||
content: 'loading';
|
||||
// Fancy shadow under progress
|
||||
filter: drop-shadow( 0 0 16px var( --color-primary ) );
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
// Fancy shadow under progress
|
||||
filter: drop-shadow( 0px 0px 16px var( --color-primary ) );
|
||||
}
|
||||
|
||||
@keyframes progress-bar {
|
||||
|
|
Loading…
Reference in a new issue