Merge pull request #2745 from Safelite/CASH-1340-fix-button-shape

CASH-1340 fix button shape
This commit is contained in:
bmauger 2025-08-11 08:01:56 -04:00 committed by GitHub
commit bc938f02f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {