This commit is contained in:
Mirco Wittrien 2020-10-27 17:02:38 +01:00
parent 110752fe2c
commit 279dcccf86
2 changed files with 14 additions and 8 deletions

View File

@ -2034,8 +2034,8 @@
"noticepremiumicon": ["NoticePlatform", "premiumIcon"], "noticepremiumicon": ["NoticePlatform", "premiumIcon"],
"noticepremiumlogo": ["NoticePlatform", "premiumLogo"], "noticepremiumlogo": ["NoticePlatform", "premiumLogo"],
"noticepremiumtext": ["NoticePlatform", "premiumText"], "noticepremiumtext": ["NoticePlatform", "premiumText"],
"noticepremiumtier1": ["Notice", "noticePremiumTier1"], "noticepremiumtier1": ["Notice", "colorPremiumTier1"],
"noticepremiumtier2": ["Notice", "noticePremiumTier2"], "noticepremiumtier2": ["Notice", "colorPremiumTier2"],
"noticespotify": ["Notice", "colorSpotify"], "noticespotify": ["Notice", "colorSpotify"],
"noticestreamer": ["Notice", "colorStreamerMode"], "noticestreamer": ["Notice", "colorStreamerMode"],
"noticesuccess": ["Notice", "colorSuccess"], "noticesuccess": ["Notice", "colorSuccess"],

View File

@ -1862,24 +1862,30 @@ img[src*="/assets/0f4d1ff76624bb45a3fee4189279ee92.svg"] + * + *::before {
/* ---- 13.7. NOTIFICATIONBAR ---- */ /* ---- 13.7. NOTIFICATIONBAR ---- */
.noticePremiumTier1-3Zywvl { .colorPremiumTier1-3D7SPt {
background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.7)); background: rgb(255, 255, 255) linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.7));
} }
.noticePremiumTier1-3Zywvl .button-1MICoQ:hover { .colorPremiumTier1-3D7SPt .button-2DhvE9:hover {
color: rgb(var(--vaccentcolor)); color: rgb(var(--vaccentcolor));
} }
.noticePremiumTier2-s9Txmq { .colorPremiumTier2-dCdap5 {
background: #ffcd4b linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5)); background: #ffcd4b linear-gradient(90deg, rgb(var(--vaccentcolor)), rgba(var(--vaccentcolor), 0.5));
} }
.noticePremiumTier2-s9Txmq .button-1MICoQ:hover { .colorPremiumTier2-dCdap5 .button-2DhvE9:hover {
color: rgb(var(--vaccentcolor)); color: rgb(var(--vaccentcolor));
} }
.noticeBrand-3nQBC_ { .colorBrand-2zeG8h {
background-color: rgb(var(--vaccentcolor)); background-color: rgb(var(--vaccentcolor));
} }
.noticeBrand-3nQBC_ .button-1MICoQ:hover { .colorBrand-2zeG8h .button-2DhvE9:hover {
color: rgb(var(--vaccentcolor)); color: rgb(var(--vaccentcolor));
} }
.notice-1tZwqv {
background: #000000 linear-gradient(90deg, rgba(var(--vaccentcolor), 0.5), rgba(var(--vaccentcolor), 0.5));
}
.button-3Ijpww:hover {
background-color: rgb(var(--vaccentcolor));
}
/* ---- 13.8. TOOLTIPS ---- */ /* ---- 13.8. TOOLTIPS ---- */