Merge pull request #2822 from Safelite/feature/CASH-1477

Feature/CASH-1477
This commit is contained in:
Chris 2025-09-05 15:42:35 -04:00 committed by GitHub
commit 64942df3d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -268,6 +268,9 @@ export default {
button { button {
margin: 0; margin: 0;
border-radius: 50rem; border-radius: 50rem;
&.btn-secondary {
font-weight: 600;
}
} }
} }
} }

View file

@ -117,7 +117,7 @@ export default {
background: transparent; background: transparent;
border: 1px solid $blue; border: 1px solid $blue;
color: $blue; color: $blue;
font-weight: 600; font-weight: 500;
transition: all 150ms linear; transition: all 150ms linear;
height: 3rem; height: 3rem;
&:hover, &:hover,