mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
feat: adjust gradient angle
This commit is contained in:
@@ -454,16 +454,8 @@ $margin-bottom: 28px;
|
||||
}
|
||||
|
||||
&--rare &__chip {
|
||||
&__icon {
|
||||
path {
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
&__label {
|
||||
color: #fff;
|
||||
}
|
||||
background: linear-gradient(
|
||||
118deg,
|
||||
160deg,
|
||||
#e8ad15 18.96%,
|
||||
#d5900f 26.41%,
|
||||
#e8ad15 29.99%,
|
||||
@@ -479,9 +471,6 @@ $margin-bottom: 28px;
|
||||
#503808 83.6%,
|
||||
#3e2d08 85.77%
|
||||
);
|
||||
}
|
||||
|
||||
&--platinum &__chip {
|
||||
&__icon {
|
||||
path {
|
||||
fill: #fff;
|
||||
@@ -490,6 +479,9 @@ $margin-bottom: 28px;
|
||||
&__label {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&--platinum &__chip {
|
||||
background: linear-gradient(
|
||||
118deg,
|
||||
#15e8d6 18.96%,
|
||||
@@ -507,6 +499,14 @@ $margin-bottom: 28px;
|
||||
#085042 83.6%,
|
||||
#083e31 85.77%
|
||||
);
|
||||
&__icon {
|
||||
path {
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
&__label {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&--closing * {
|
||||
|
||||
@@ -191,7 +191,7 @@ export const generateAchievementCustomNotificationTest = (
|
||||
lng: language ?? "en",
|
||||
}),
|
||||
iconUrl: "https://cdn.losbroxas.org/favicon.svg",
|
||||
points: 100,
|
||||
points: 2440,
|
||||
isHidden: false,
|
||||
isRare: false,
|
||||
isPlatinum: false,
|
||||
|
||||
Reference in New Issue
Block a user