Merge pull request #2748 from Safelite/CASH-1353-fix-spacing-in-packages

CASH-1353 fix package spacing and button radius.
This commit is contained in:
bmauger 2025-08-11 14:35:25 -04:00 committed by GitHub
commit 7943612c1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -250,6 +250,7 @@ export default {
button {
margin: 0;
border-radius: 50rem;
}
}
}

View file

@ -227,9 +227,14 @@ export default {
}
}
&.has-package-discount {
//Package container height with package discount AND "most popular" label
&.has-package-discount.has-subheader {
min-height: 170px;
}
//Package container height with package discount only
&.has-package-discount {
min-height: 136px;
}
&:before {
content: "";