mediawiki-skins-Citizen/skinStyles/extensions/OAuth/ext.MWOAuth.styles.less
2024-07-01 00:04:36 -04:00

55 lines
1.3 KiB
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:OAuth
* Module: ext.MWOAuth.styles
* Version: REL1_35 451ed95
*
* Date: 2021-08-31
*/
/* ext.MWOAuth.BasicStyles.css */
.mw-mwoauthconsumerregistration-body,
.mw-mwoauthmanageconsumers-body {
background-color: var( --color-surface-2 );
}
.mw-mwoauthmanageconsumers-proposed,
.mw-mwoauthmanagemygrants-proposed,
.mw-mwoauthconsumerregistration-proposed {
background-color: var( --background-color-progressive-subtle );
}
.mw-mwoauthmanageconsumers-rejected,
.mw-mwoauthmanagemygrants-rejected,
.mw-mwoauthconsumerregistration-rejected {
background-color: var( --background-color-destructive-subtle );
}
.mw-mwoauthmanageconsumers-expired,
.mw-mwoauthmanagemygrants-expired,
.mw-mwoauthconsumerregistration-expired {
background-color: var( --background-color-warning-subtle );
}
.mw-mwoauthmanageconsumers-approved,
.mw-mwoauthmanagemygrants-approved,
.mw-mwoauthconsumerregistration-approved {
background-color: var( --background-color-success-subtle );
}
.mw-mwoauthmanageconsumers-disabled,
.mw-mwoauthmanagemygrants-disabled,
.mw-mwoauthconsumerregistration-disabled {
background-color: var( --color-surface-3 );
}
.mw-mwoautherror-details {
color: var( --color-subtle );
}
/* ext.MWOAuth.AuthorizeForm.css */
#mw-mwoauth-authorize-form {
color: var( --color-base );
}