Stripe checkout #104411

Merged
Anna Sirota merged 61 commits from stripe into main 2024-06-17 18:08:41 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 7f132bdff1 - Show all commits

@ -1 +1 @@
Subproject commit 3132748ae566f988b9aab36f9cc582bbcad9d34e Subproject commit b86afac98cc9c01df559bdfcbf565ccacc91483a

View File

@ -1,5 +1,4 @@
// TODO: consider moving to web-assets $container-max-widths: (sm: 100%, md: 100%, lg: 100%, xl: 1320px, xxl: 1600px)
$container-max-widths: (sm: 100%, md: 100%, lg: 100%, xl: 132.0rem, xxl: 160.0rem)
$container-width: map-get($container-max-widths, 'xl') $container-width: map-get($container-max-widths, 'xl')