mirror of
https://github.com/wasrusgen/zov-tech.git
synced 2026-06-03 16:24:50 +00:00
ui(clients): все шрифты страницы клиентов #0E1621 — имя, телефон, счётчик, поиск, footer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fe79c832ec
commit
fe7d08ee39
@ -2039,10 +2039,10 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.client-footer .leads-count {
|
.client-footer .leads-count {
|
||||||
color: var(--accent-2);
|
color: #0E1621;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
.client-footer .muted { color: var(--muted); }
|
.client-footer .muted { color: #0E1621; }
|
||||||
|
|
||||||
/* Детальный экран клиента */
|
/* Детальный экран клиента */
|
||||||
.client-detail-head {
|
.client-detail-head {
|
||||||
@ -3544,8 +3544,8 @@
|
|||||||
border-color: var(--walnut, #6B4A2B);
|
border-color: var(--walnut, #6B4A2B);
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
.client-search::placeholder { color: var(--muted, #998877); }
|
.client-search::placeholder { color: #0E1621; }
|
||||||
.client-search-meta { transition: color 0.15s; }
|
.client-search-meta { color: #0E1621; transition: color 0.15s; }
|
||||||
|
|
||||||
/* ===== Поля адреса (addr-grid) ===== */
|
/* ===== Поля адреса (addr-grid) ===== */
|
||||||
.addr-grid {
|
.addr-grid {
|
||||||
|
|||||||
@ -1422,7 +1422,7 @@ html[data-variant="d"] .section-head .label {
|
|||||||
font-family: var(--font-ui);
|
font-family: var(--font-ui);
|
||||||
font-size: 13.5px;
|
font-size: 13.5px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #F5F5F5;
|
color: #0E1621;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -1434,12 +1434,12 @@ html[data-variant="d"] .section-head .label {
|
|||||||
font-size: 9.5px;
|
font-size: 9.5px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
color: #F5F5F5;
|
color: #0E1621;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-arrow {
|
.client-arrow {
|
||||||
color: var(--muted);
|
color: #0E1621;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1452,7 +1452,7 @@ html[data-variant="d"] .section-head .label {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
letter-spacing: 0.06em;
|
letter-spacing: 0.06em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: var(--muted);
|
color: #0E1621;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-detail-head {
|
.client-detail-head {
|
||||||
|
|||||||
@ -12,8 +12,8 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=Geist:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,wght@0,400..600;1,400..600&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600&family=Caveat:wght@500;700&display=swap">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=Geist:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Newsreader:ital,wght@0,400..600;1,400..600&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&family=Cormorant+Garamond:ital,wght@1,400;1,500;1,600&family=Caveat:wght@500;700&display=swap">
|
||||||
<script src="https://telegram.org/js/telegram-web-app.js"></script>
|
<script src="https://telegram.org/js/telegram-web-app.js"></script>
|
||||||
<link rel="stylesheet" href="assets/styles.css?v=20260517i">
|
<link rel="stylesheet" href="assets/styles.css?v=20260517j">
|
||||||
<link rel="stylesheet" href="assets/podbor.css?v=20260517d">
|
<link rel="stylesheet" href="assets/podbor.css?v=20260517j">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Splash — лого @wasrusgen1 + опилки (16) + вращающийся диск -->
|
<!-- Splash — лого @wasrusgen1 + опилки (16) + вращающийся диск -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user