CASH-1353 fix package spacing and button radius.
This commit is contained in:
parent
7f31f5276b
commit
c9fee68d35
2 changed files with 7 additions and 1 deletions
|
|
@ -250,6 +250,7 @@ export default {
|
|||
|
||||
button {
|
||||
margin: 0;
|
||||
border-radius: 50rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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: "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue