Frontend de erp-construccion - Workspace V2
Go to file
Adrian Flores Cortes a746b0b4df feat(design-system): Implement CSS custom properties for theming
- Add src/styles/variables.css with 100+ design tokens
- Define ISEM brand colors (primary #0061A8, secondary #00A868)
- Add semantic colors (success, warning, danger, info)
- Add light/dark theme support via CSS variables
- Add construction-specific colors (EVM, HSE, project states)
- Add typography tokens (Inter font family)
- Add spacing system (4px base)
- Add border radius, shadows, z-index scales
- Add animation duration and easing tokens
- Add component-specific tokens (button, input, card, modal)
- Update tailwind.config.js to use CSS variables
- Enable dark mode support with 'class' strategy
- Update index.css to import variables and use semantic tokens

Closes G-001 from FASE3-VALIDACION-FRONTEND-UXUI.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 00:51:57 -06:00
mobile Migración desde erp-construccion/frontend - Estándar multi-repo v2 2026-01-16 08:11:18 -06:00
web feat(design-system): Implement CSS custom properties for theming 2026-02-04 00:51:57 -06:00
.gitignore chore: Add .gitignore for clean repository 2026-01-20 07:31:38 -06:00
README.md Initial commit 2026-01-16 14:04:09 +00:00

erp-construccion-frontend-v2

Frontend de erp-construccion - Workspace V2