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:
commit
7943612c1b
2 changed files with 7 additions and 1 deletions
|
|
@ -250,6 +250,7 @@ export default {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin: 0;
|
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;
|
min-height: 170px;
|
||||||
}
|
}
|
||||||
|
//Package container height with package discount only
|
||||||
|
&.has-package-discount {
|
||||||
|
min-height: 136px;
|
||||||
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue