mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-30 22:31:03 +00:00
feat: adjust gradient angle
This commit is contained in:
@@ -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 * {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user