adds tailwind & images

This commit is contained in:
2025-06-09 23:38:35 +02:00
parent 9597baf51a
commit 62da0c40db
10 changed files with 777 additions and 25 deletions

View File

@@ -41,5 +41,21 @@ KEYCLOAK_ISSUER=http://localhost:8180/realms/master
# ToDo:
- Service: saldo from mail | read csv,xlsx
- I+D: host astro server
- I+D: host astro server
- Internazionalization
- Theme
- Logo
- Colors
- Active BG: #095885
--e-global-color-primary: #6EC1E4;
--e-global-color-secondary: #54595F;
--e-global-color-text: #7A7A7A;
--e-global-color-accent: #61CE70;
--e-global-typography-primary-font-family: "Roboto";
--e-global-typography-primary-font-weight: 600;
--e-global-typography-secondary-font-family: "Roboto Slab";
--e-global-typography-secondary-font-weight: 400;
--e-global-typography-text-font-family: "Roboto";
--e-global-typography-text-font-weight: 400;
--e-global-typography-accent-font-family: "Roboto";
--e-global-typography-accent-font-weight: 500;