feat: adjust gradient angle

This commit is contained in:
Zamitto
2025-05-17 18:39:15 -03:00
parent 1247a105a0
commit c85f46844e
2 changed files with 13 additions and 13 deletions

View File

@@ -454,16 +454,8 @@ $margin-bottom: 28px;
} }
&--rare &__chip { &--rare &__chip {
&__icon {
path {
fill: #fff;
}
}
&__label {
color: #fff;
}
background: linear-gradient( background: linear-gradient(
118deg, 160deg,
#e8ad15 18.96%, #e8ad15 18.96%,
#d5900f 26.41%, #d5900f 26.41%,
#e8ad15 29.99%, #e8ad15 29.99%,
@@ -479,9 +471,6 @@ $margin-bottom: 28px;
#503808 83.6%, #503808 83.6%,
#3e2d08 85.77% #3e2d08 85.77%
); );
}
&--platinum &__chip {
&__icon { &__icon {
path { path {
fill: #fff; fill: #fff;
@@ -490,6 +479,9 @@ $margin-bottom: 28px;
&__label { &__label {
color: #fff; color: #fff;
} }
}
&--platinum &__chip {
background: linear-gradient( background: linear-gradient(
118deg, 118deg,
#15e8d6 18.96%, #15e8d6 18.96%,
@@ -507,6 +499,14 @@ $margin-bottom: 28px;
#085042 83.6%, #085042 83.6%,
#083e31 85.77% #083e31 85.77%
); );
&__icon {
path {
fill: #fff;
}
}
&__label {
color: #fff;
}
} }
&--closing * { &--closing * {

View File

@@ -191,7 +191,7 @@ export const generateAchievementCustomNotificationTest = (
lng: language ?? "en", lng: language ?? "en",
}), }),
iconUrl: "https://cdn.losbroxas.org/favicon.svg", iconUrl: "https://cdn.losbroxas.org/favicon.svg",
points: 100, points: 2440,
isHidden: false, isHidden: false,
isRare: false, isRare: false,
isPlatinum: false, isPlatinum: false,