Бирюзовая шапка дашборда
This commit is contained in:
parent
02cfb9cd39
commit
d3dc000bf9
@ -21,9 +21,9 @@
|
|||||||
* { margin: 0; box-sizing: border-box; }
|
* { margin: 0; box-sizing: border-box; }
|
||||||
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; padding: 24px; }
|
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; padding: 24px; }
|
||||||
.container { max-width: 1400px; margin: 0 auto; }
|
.container { max-width: 1400px; margin: 0 auto; }
|
||||||
header { margin-bottom: 32px; }
|
header { margin-bottom: 32px; background: linear-gradient(135deg, #00b8cc 0%, #0095a8 100%); border-radius: 16px; padding: 32px; color: white; }
|
||||||
h1 { font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
|
h1 { font-size: 28px; font-weight: 700; color: white; margin-bottom: 8px; }
|
||||||
.subtitle { color: var(--text-secondary); font-size: 14px; }
|
.subtitle { color: rgba(255,255,255,0.9); font-size: 14px; }
|
||||||
|
|
||||||
/* KPI карточки */
|
/* KPI карточки */
|
||||||
.kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 32px; }
|
.kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-bottom: 32px; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user