mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
00b2495c1a
- Move border radius calculation to CSS variable instead of LESS - Rename CSS variable according to Codex, soft-deprecating the existing border radius
25 lines
484 B
Plaintext
25 lines
484 B
Plaintext
.skin-citizen {
|
|
.mw-tmh-player {
|
|
.mw-tmh-play {
|
|
background-position: center; // center play button
|
|
}
|
|
|
|
&-interstitial {
|
|
background-color: var( --background-color-backdrop-light );
|
|
}
|
|
|
|
&-progress {
|
|
position: relative;
|
|
top: 50%;
|
|
margin: 0 auto;
|
|
background-color: var( --color-surface-1 );
|
|
border-color: var( --border-color-subtle );
|
|
border-radius: var( --border-radius-pill );
|
|
|
|
&-bar {
|
|
background-color: var( --color-progressive );
|
|
}
|
|
}
|
|
}
|
|
}
|