Skip to content

Commit

Permalink
Merge pull request #357 from conversionxl/raphael/fix/checkout-paymen…
Browse files Browse the repository at this point in the history
…t-methods-spacing-CU-86aymxtm1
  • Loading branch information
pawelkmpt authored Nov 6, 2023
2 parents bed22c0 + febc90e commit bb0fa1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/cxl-ui/scss/global/cxl-checkout-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ vaadin-details[theme~="cxl-checkout-details"] {
font-weight: 900;
text-transform: uppercase;
}

/*
* Checkout Payment Methods
*/

vaadin-accordion-panel.wc_payment_method {
display: block;
padding-block: var(--lumo-space-s);
}

}
3 changes: 3 additions & 0 deletions packages/storybook/cxl-ui/cxl-checkout-details.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import { CXLVaadinAccordionThemeVaadin } from './cxl-vaadin-accordion/vaadin-acc

export default {
title: 'CXL UI/cxl-checkout-details',
parameters: {
layout: 'centered',
},
};

// eslint-disable-next-line no-empty-pattern
Expand Down

0 comments on commit bb0fa1c

Please sign in to comment.