Add unsend campaign feature (#45)

* Add unsend email editor

Add email editor

Add more email editor

Add renderer partial

Add more marketing email features

* Add more campaign feature

* Add variables

* Getting there

* campaign is there mfs

* Add migration
This commit is contained in:
KM Koushik
2024-08-10 10:09:10 +10:00
committed by GitHub
parent 0c072579b9
commit 5ddc0a7bb9
92 changed files with 11766 additions and 338 deletions

View File

@@ -3,7 +3,8 @@
@tailwind utilities;
@layer base {
:root {
:root,
.light {
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
@@ -28,7 +29,7 @@
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 210 40% 98%;
--border: 214.3 31.8% 91.4%;
--border: 214 1% 71%;
--input: 214.3 31.8% 91.4%;
--ring: 222.2 84% 4.9%;
@@ -77,3 +78,12 @@
@apply h-full;
}
}
/* .app,
::before,
::after {
@apply border-border;
box-sizing: border-box;
border-width: 0;
border-style: solid;
} */