mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
5d3ecd9edd
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.
36 lines
594 B
Plaintext
36 lines
594 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:Echo
|
|
* Module: ext.echo.styles.notifications
|
|
* Version: REL1_35 347c30e
|
|
*
|
|
* Date: 2021-08-11
|
|
*/
|
|
|
|
/* mw.echo.notifications.less */
|
|
.mw-echo-state {
|
|
.mw-echo-notification {
|
|
color: var( --color-subtle );
|
|
background-color: var( --color-surface-0 );
|
|
}
|
|
|
|
.mw-echo-notifications {
|
|
background-color: var( --color-surface-1 );
|
|
}
|
|
|
|
.mw-echo-content {
|
|
.mw-echo-title {
|
|
color: var( --color-emphasized );
|
|
}
|
|
|
|
.mw-echo-payload {
|
|
color: var( --color-subtle );
|
|
}
|
|
|
|
.mw-echo-notification-footer {
|
|
color: var( --color-subtle );
|
|
}
|
|
}
|
|
}
|