CASH-1340 fix button radius and color.

This commit is contained in:
Bryan Mauger 2025-08-08 16:58:26 -04:00
parent 43053972da
commit d3d0cd5007
2 changed files with 4 additions and 6 deletions

View file

@ -137,9 +137,9 @@ body .buttonContainer {
}
body .buttonContainer button {
position: relative;
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
background: #db0020;
border: none;
border-radius: 8px;
border-radius: 50rem;
color: #fff;
justify-content: center;
font-family: Urbanist, Arial, Helvetica, sans-serif;
@ -149,7 +149,6 @@ body .buttonContainer button {
}
@media (hover: hover) {
body .buttonContainer button {
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
cursor: pointer;
}
}

View file

@ -148,9 +148,9 @@ body {
height: 48px;
button {
position: relative;
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
background: #db0020;
border: none;
border-radius: 8px;
border-radius: 50rem;
color: #fff;
justify-content: center;
font-family: Urbanist, Arial, Helvetica, sans-serif;
@ -158,7 +158,6 @@ body {
font-size: 16px;
height: 48px;
@media (hover: hover) {
background: linear-gradient(270deg, #1574a1 0%, #003d58 100%);
cursor: pointer;
}
&:focus {