mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-05-22 18:20:16 +02:00
* add lemon squeezy checkout and webhook * add lemonSqueezy customer portal url * Update AccountPage.tsx * add lemon squeezy total revenue function * update app diff * update app diff * add LS docs * Update PricingPage.tsx * add unified payment processor * unify customer portal url * Update paymentProcessor.ts * update paymentProcessor logic * update app diff to use both payments processors * Update contentSections.ts.diff * finishing touches * Update e2e-tests.yml * remove lemonsqueezy from app diff * Update webhook.ts
21 lines
561 B
Diff
21 lines
561 B
Diff
--- template/app/tailwind.config.cjs
|
|
+++ opensaas-sh/app/tailwind.config.cjs
|
|
@@ -8,6 +8,7 @@
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
+ sans: ['ui-monospace', 'Liberation Mono', 'Menlo', 'monospace'],
|
|
satoshi: ['Satoshi', 'sans-serif'],
|
|
},
|
|
colors: {
|
|
@@ -246,6 +247,9 @@
|
|
'spin-2': 'spin 2s linear infinite',
|
|
'spin-3': 'spin 3s linear infinite',
|
|
},
|
|
+ aspectRatio: {
|
|
+ '4/3': '4 / 3',
|
|
+ },
|
|
},
|
|
},
|
|
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
|