mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add banned user icon color properties
Add new css properties for setting the background color used in the banned users icon.
This commit is contained in:
parent
06e869fa2d
commit
33625eaa85
2 changed files with 4 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.backgroundLight {
|
||||
stop-color: var(--marketplaceColorLight);
|
||||
stop-color: var(--bannedColorLight);
|
||||
}
|
||||
|
||||
.backgroundDark {
|
||||
stop-color: var(--marketplaceColor);
|
||||
stop-color: var(--bannedColorDark);
|
||||
}
|
||||
|
||||
.foregroundFill {
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@
|
|||
--successColorDark: #239954;
|
||||
--failColor: #ff0000;
|
||||
--attentionColor: #ffaa00;
|
||||
--bannedColorLight: var(--marketplaceColorLight);
|
||||
--bannedColorDark: var(--marketplaceColor);
|
||||
|
||||
--matterColorDark: #000000;
|
||||
--matterColor: #4a4a4a;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue