From 6a6512db4971d08c87d7246aa62a48ba722a9b14 Mon Sep 17 00:00:00 2001 From: aliya_kairzhanova Date: Wed, 3 Jun 2026 12:09:13 +0000 Subject: [PATCH] =?UTF-8?q?v2:=20=D0=9D=D0=BE=D1=80=D0=BC=D1=8B=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B4=D0=B0=D1=87=D0=B8=20=D0=A1=D0=98=D0=97=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8F?= =?UTF-8?q?=D0=BC=20+=20=D0=BA=D0=BB=D0=B8=D0=BC=D0=B0=D1=82=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D1=81=D0=BA=D0=B8=D0=B5=20=D0=BF=D0=BE=D1=8F=D1=81=D0=B0?= =?UTF-8?q?=20+=20=D0=B1=D1=8B=D1=81=D1=82=D1=80=D1=8B=D0=B9=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=B1=D0=BE=D1=80=20=D0=BF=D1=80=D0=B8=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B4=D0=B0=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 359 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 353 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index b48ad2f..092cf8c 100644 --- a/index.html +++ b/index.html @@ -364,6 +364,45 @@ tr:hover td { background: var(--cyan-50); } } .action-btn:hover { background: var(--gray-100); } +/* Norm hint in issuance modal */ +.norm-hint { + margin: 16px 0 8px; + padding: 12px; + background: var(--cyan-50); + border-radius: var(--radius); + border: 1px solid rgba(0,229,255,.2); +} +.norm-hint-label { + font-size: 13px; + font-weight: 700; + margin-bottom: 8px; + color: var(--ink); +} +.norm-hint-item { + display: flex; + align-items: center; + justify-content: space-between; + gap: 8px; + padding: 6px 0; + font-size: 13px; + border-bottom: 1px solid rgba(0,0,0,.05); +} +.norm-hint-item:last-child { border-bottom: none; } +.norm-hint-item-name { font-weight: 600; } +.norm-hint-item-wear { color: var(--gray-500); font-size: 12px; white-space: nowrap; } +.norm-hint-item .btn-xs { + padding: 3px 10px; + font-size: 11px; + font-weight: 600; + border-radius: 4px; + border: none; + cursor: pointer; + background: var(--cyan); + color: var(--ink); + white-space: nowrap; +} +.norm-hint-item .btn-xs:hover { opacity: .8; } + /* Responsive */ @media (max-width: 768px) { .header { padding: 12px 16px; } @@ -394,6 +433,7 @@ tr:hover td { background: var(--cyan-50); } + @@ -490,6 +530,41 @@ tr:hover td { background: var(--cyan-50); } + +
+
+ + + +
+
+ + + + + + + + + + + + + +
ДолжностьКлим. поясСИЗСрок носкиКол-воПримечание
+
+ +
+
@@ -612,6 +687,17 @@ tr:hover td { background: var(--cyan-50); }
+
+
+ + +
+
+ + +