feat: add calendar component with event management features including create, edit, delete, and share functionalities
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m25s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m25s
This commit is contained in:
@@ -440,6 +440,32 @@
|
||||
--gradient-end: #d6336a;
|
||||
}
|
||||
|
||||
/* ===== RED MODULAR LIGHT ===== */
|
||||
[data-theme="red-modular-light"] {
|
||||
--bg-primary: #ffffff;
|
||||
--bg-secondary: #f5f5f5;
|
||||
--bg-tertiary: #e0e0e0;
|
||||
--text-primary: #000000;
|
||||
--text-secondary: #333333;
|
||||
--accent: #e60000;
|
||||
--accent-hover: #ff3333;
|
||||
--accent-text: #ffffff;
|
||||
--border: rgba(255, 255, 255, 0.1);
|
||||
--card-bg: #ffffff;
|
||||
--input-bg: #ffffff;
|
||||
--input-border: #d3cbb7;
|
||||
--nav-bg: #ffffff;
|
||||
--sidebar-bg: #ffffff;
|
||||
--hover-bg: #e0e0e0;
|
||||
--success: #86b300;
|
||||
--warning: #ecb637;
|
||||
--error: #ec4137;
|
||||
--ring: #b30051;
|
||||
--shadow-color: rgba(0, 0, 0, 0.3);
|
||||
--gradient-start: #b30051;
|
||||
--gradient-end: #d6336a;
|
||||
}
|
||||
|
||||
|
||||
@layer components {
|
||||
.btn-primary {
|
||||
|
||||
Reference in New Issue
Block a user