mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Add business Finance hub with invoices and templates.
Ship invoice issue/list/templates under Finance, fix tenant theme reset and owner role badge, and show customers-joined charts by Persian months. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
722933dda9
commit
917b840ee5
@@ -21,6 +21,12 @@
|
||||
--bg-gradient-mid: color-mix(in srgb, var(--primary-light) 42%, #ffffff);
|
||||
--bg-gradient-end: color-mix(in srgb, var(--primary-light) 18%, #ffffff);
|
||||
--glass-bg: rgba(255, 255, 255, 0.55);
|
||||
/* Sticky header over scrolling content — more opaque than --glass-bg; theme-tinted */
|
||||
--header-bg: color-mix(
|
||||
in srgb,
|
||||
color-mix(in srgb, var(--primary-light) 42%, #ffffff) 90%,
|
||||
transparent
|
||||
);
|
||||
--glass-border: rgba(255, 255, 255, 0.7);
|
||||
--glass-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
|
||||
--blur-glass: 28px;
|
||||
|
||||
Reference in New Issue
Block a user