mediawiki-skins-Citizen/skinStyles/extensions/Translate/ext.translate.specialTranslationStash.less
alistair3149 5d3ecd9edd
feat(core): convert some CSS variables into Codex equivalent
This is an on-going work to adapt Codex into Citizen.
Some of the CSS variables are soft depreciated, see tokens.less for updated info.
2024-06-30 01:04:30 -04:00

43 lines
793 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:Translate
* Module: ext.translate.specialTranslationStash
* Version: MLEB 2021.07
*
* Date: 2021-07-29
*/
.translate-welcome-header > p {
color: var( --color-base );
}
.translate-welcome-header {
background-color: var( --color-surface-2 );
border-bottom-color: var( --border-color-base );
}
.limit-reached > p {
color: var( --color-subtle );
}
.limit-reached {
background-color: var( --background-color-warning );
}
.translate-stash-control {
color: var( --color-base );
}
.ext-translate-language-selector-label {
color: var( --color-base );
}
.ext-translate-language-selector::after {
border-top-color: var( --color-progressive );
}
.tux-message:first-child .tux-message-item {
border-top-color: var( --border-color-base );
}