Новый сервис pcp-tgu-ui-service: ТГУ-фронт на headless-auth nstart + платформенный CI/деплой

This commit is contained in:
Дмитрий Соловьев
2026-06-09 13:35:13 +03:00
parent 0b617594fd
commit 505bf1f31c
129 changed files with 21640 additions and 0 deletions
@@ -0,0 +1,20 @@
:root {
--bg-0: var(--bg-base);
--bg-1: var(--bg-panel);
--bg-2: var(--bg-panel-2);
--bg-3: var(--bg-elevated);
--ink: var(--text);
--ink-1: var(--text);
--ink-2: var(--text-muted);
--ink-3: var(--text-dim);
--grid: var(--line-soft);
--now: var(--warning);
--warn: var(--warning);
--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
--t-optical: var(--accent);
--t-optical-dim: rgba(104, 195, 189, 0.18);
--t-radar: var(--warning);
--t-radar-dim: rgba(240, 173, 46, 0.16);
--t-combo: var(--danger);
--t-combo-dim: rgba(214, 69, 69, 0.16);
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,57 @@
:root {
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #e7ecec;
background: #111315;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
--bg-base: #111315;
--bg-panel: #171a1c;
--bg-panel-2: #1f2325;
--bg-elevated: #262b2e;
--line: #30373a;
--line-soft: #252b2d;
--text: #e7ecec;
--text-muted: #a4b0b1;
--text-dim: #748183;
--accent: #68c3bd;
--accent-strong: #82ded8;
--danger: #d64545;
--warning: #f0ad2e;
--success: #2f9e44;
--shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}
* {
box-sizing: border-box;
}
html,
body,
#root {
min-width: 0;
min-height: 0;
width: 100%;
height: 100%;
margin: 0;
}
button,
input {
font: inherit;
}
button {
cursor: pointer;
}
button:disabled {
cursor: not-allowed;
opacity: 0.62;
}
.mono {
font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}