mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
style(purse): make the Join/Earnings buttons green to match the reference
Entra (Join) and Guadagni (Earnings) now use a green gradient instead of the dark surface, matching the requested purse style.
This commit is contained in:
@@ -121,13 +121,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nitro-purse__btn--join {
|
.nitro-purse__btn--join {
|
||||||
border-color: rgba(255, 255, 255, 0.1);
|
border-color: #4f7a22;
|
||||||
background: #33312c;
|
background: linear-gradient(180deg, #72b03a 0%, #5a8c2a 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nitro-purse__btn--earnings {
|
.nitro-purse__btn--earnings {
|
||||||
border-color: rgba(255, 255, 255, 0.1);
|
border-color: #4f7a22;
|
||||||
background: #33312c;
|
background: linear-gradient(180deg, #72b03a 0%, #5a8c2a 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nitro-purse__btn--help {
|
.nitro-purse__btn--help {
|
||||||
|
|||||||
Reference in New Issue
Block a user