mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 06:24:25 +02:00
web/DonateCardContainer: add an active button state
This commit is contained in:
parent
0b631b31b3
commit
f5b9f59e43
@ -57,6 +57,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.donate-card button:active) {
|
||||||
|
background: rgba(255, 255, 255, 0.125);
|
||||||
|
}
|
||||||
|
|
||||||
:global(.donate-card button.selected) {
|
:global(.donate-card button.selected) {
|
||||||
background: rgba(255, 255, 255, 0.15);
|
background: rgba(255, 255, 255, 0.15);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user