admin and vendor backends features

This commit is contained in:
2025-10-19 16:16:13 +02:00
parent 7b8e31a198
commit cbe1ab09d1
25 changed files with 5787 additions and 1540 deletions

View File

@@ -1,6 +1,10 @@
/* static/css/shared/base.css */
/* Base styles shared across all pages */
/* Import responsive utilities */
@import url('responsive-utilities.css');
/* Rest of your base.css... */
:root {
/* Color Palette */
--primary-color: #667eea;