From 0a9d924d58c52650d2f21ff0276a8cae6c55c78b Mon Sep 17 00:00:00 2001 From: wasrusgen Date: Mon, 1 Jun 2026 21:52:20 +0300 Subject: [PATCH] =?UTF-8?q?feat(CRM):=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8?= =?UTF-8?q?=D0=B2=20=E2=80=94=20=D0=B3=D0=B0=D0=BC=D0=B1=D1=83=D1=80=D0=B3?= =?UTF-8?q?=D0=B5=D1=80-=D0=BC=D0=B5=D0=BD=D1=8E,=20drawer-=D1=81=D0=B0?= =?UTF-8?q?=D0=B9=D0=B4=D0=B1=D0=B0=D1=80,=20KPI/=D0=B3=D1=80=D0=B8=D0=B4?= =?UTF-8?q?=D1=8B=20=D0=B2=201-2=20=D0=BA=D0=BE=D0=BB=D0=BE=D0=BD=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/crm.html | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/docs/crm.html b/docs/crm.html index 78a5b96..a2931f8 100644 --- a/docs/crm.html +++ b/docs/crm.html @@ -130,12 +130,36 @@ body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);displ .spin{display:inline-block;animation:sp 1s linear infinite}@keyframes sp{to{transform:rotate(360deg)}} .empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#cbd5e1;gap:10px;height:100%} ::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:4px} +/* ── Мобильный (CRM с телефона) ── */ +.hdr-burger{display:none;background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:0 2px;line-height:1;flex-shrink:0} +.sb-backdrop{display:none;position:fixed;inset:54px 0 0 0;background:rgba(0,0,0,.55);z-index:40} +.sb-backdrop.show{display:block} +@media(max-width:680px){ + .hdr{padding:0 12px;gap:8px} + .hdr-burger{display:block} + .sb{position:fixed;left:-260px;top:54px;bottom:0;z-index:50;width:240px;transition:left .25s ease;box-shadow:3px 0 18px rgba(0,0,0,.45)} + .sb.open{left:0} + .main{width:100%} + .scroll{padding:14px} + .kpis{grid-template-columns:1fr 1fr;gap:8px} + .kpi{padding:11px 13px} + .kpi-v{font-size:21px} + .cc-grid{grid-template-columns:1fr 1fr} + .deal-overview{grid-template-columns:1fr!important} + .canvas-grid{grid-template-columns:1fr 1fr} + .mtabs{flex-wrap:nowrap;overflow-x:auto} + .mtab{min-width:auto;padding:9px 12px} + .cc-top{flex-wrap:wrap} + .cc-name{font-size:17px} + .sec-h{font-size:14px} +} -
@
wasrusgen1КОНСАЛТИНГ
CRM
Руслан
+
@
wasrusgen1КОНСАЛТИНГ
CRM
Руслан
-