Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Slow down $AUDIO page Stripe/Coinbase button animation speed (#2143)
Browse files Browse the repository at this point in the history
* Make the buy button grow less quickly if it's the only button

* Conflict resolution
  • Loading branch information
rickyrombo authored Oct 13, 2022
1 parent 44916a5 commit f331426
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
.onRampButton {
width: 100%;
}
.onRampButtons > div:only-child > .onRampButton {
transition: all 120ms ease-in-out !important;
}

.manageWalletsButton:hover,
div:only-child > .onRampButton:not(:disabled):hover {
Expand Down

0 comments on commit f331426

Please sign in to comment.