CASH-1353 fix package spacing and button radius.

This commit is contained in:
Bryan Mauger 2025-08-11 14:03:00 -04:00
parent 7f31f5276b
commit c9fee68d35
2 changed files with 7 additions and 1 deletions

View file

@ -250,6 +250,7 @@ export default {
button { button {
margin: 0; 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; min-height: 170px;
} }
//Package container height with package discount only
&.has-package-discount {
min-height: 136px;
}
&:before { &:before {
content: ""; content: "";