Skip to content

Commit

Permalink
fix: revert upsell changes for logged-out only version
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Jun 18, 2024
1 parent e72f408 commit 0a1de4a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Checkout/UpsellModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<kv-button
variant="link"
class="tw-w-full md:tw-w-44 tw-mt-2 md:tw-mt-7"
style="min-width: 140px;"
@click="addToBasket(loanId, amountLeft)"
>
Add loan to basket
Expand Down Expand Up @@ -122,6 +121,12 @@ export default {
<style lang="scss" scoped>
@import 'settings';
@media screen and (min-width: 1160px) {
.upsellLoanDetails {
min-width: 600px;
}
}
@media screen and (min-width: 734px) {
.upsellModule {
gap: 32px;
Expand Down

0 comments on commit 0a1de4a

Please sign in to comment.