diff --git a/apps/web/index.html b/apps/web/index.html index 4e950c62..ec999fa2 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -6,10 +6,16 @@ - + + + + + + FactuGES 2025 - diff --git a/apps/web/src/app.css b/apps/web/src/app.css index 5a7873ab..e69de29b 100644 --- a/apps/web/src/app.css +++ b/apps/web/src/app.css @@ -1,2 +0,0 @@ -@import "tailwindcss"; -@import "tw-animate-css"; diff --git a/apps/web/src/global.css b/apps/web/src/global.css index 2761e4cf..ec47efe9 100644 --- a/apps/web/src/global.css +++ b/apps/web/src/global.css @@ -1,16 +1,8 @@ -@import "tailwindcss"; -@import "tw-animate-css"; - @import "@repo/shadcn-ui/globals.css"; @import "@repo/rdx-ui/globals.css"; @import "@erp/customers/globals.css"; @import "@erp/customer-invoices/globals.css"; -@theme { - --font-sans: "Calibri", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - /** * Tailwind CSS official document: * https://tailwindcss.com/docs/detecting-classes-in-source-files @@ -19,5 +11,6 @@ * you can always add it with the @source directive. */ -@source '../node_modules/@repo/shadcn-ui'; +/*@source '../node_modules/@repo/shadcn-ui'; @source '../node_modules/@repo/rdx-ui'; +*/ diff --git a/modules/customer-invoices/src/web/globals.css b/modules/customer-invoices/src/web/globals.css index 4cea9445..e69de29b 100644 --- a/modules/customer-invoices/src/web/globals.css +++ b/modules/customer-invoices/src/web/globals.css @@ -1,4 +0,0 @@ -@import "tailwindcss"; -@import "tw-animate-css"; -@source "./components"; -@source "./pages"; diff --git a/modules/customer-invoices/src/web/pages/create/create.tsx b/modules/customer-invoices/src/web/pages/create/create.tsx index 302f56d5..d48b1a6a 100644 --- a/modules/customer-invoices/src/web/pages/create/create.tsx +++ b/modules/customer-invoices/src/web/pages/create/create.tsx @@ -55,10 +55,8 @@ export const CustomerInvoiceCreate = () => {
-

- {t("customerInvoices.create.title")} -

-

{t("customerInvoices.create.description")}

+

{t("pages.create.title")}

+

{t("pages.create.description")}