mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +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 {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
background: #33312c;
|
||||
border-color: #4f7a22;
|
||||
background: linear-gradient(180deg, #72b03a 0%, #5a8c2a 100%);
|
||||
}
|
||||
|
||||
.nitro-purse__btn--earnings {
|
||||
border-color: rgba(255, 255, 255, 0.1);
|
||||
background: #33312c;
|
||||
border-color: #4f7a22;
|
||||
background: linear-gradient(180deg, #72b03a 0%, #5a8c2a 100%);
|
||||
}
|
||||
|
||||
.nitro-purse__btn--help {
|
||||
|
||||
Reference in New Issue
Block a user