mediawiki-skins-Citizen/skinStyles/extensions/Echo/ext.echo.styles.notifications.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

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 );
}
}
}