v0.5.18: DEV/TEST/PROD в одной строке с лого и Swagger

This commit is contained in:
2026-08-03 10:12:55 +04:00
parent 03d2d713b4
commit 9327f1cd43
2 changed files with 31 additions and 11 deletions
+25
View File
@@ -128,6 +128,31 @@ body {
color: var(--brand-primary);
}
/* ── Inline stand chips (in header row) ── */
.stand-chip-inline {
display: inline-block;
padding: 2px 10px;
border: 2px solid var(--border);
border-radius: 100px;
text-decoration: none;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: var(--text-muted);
transition: all 0.15s;
}
.stand-chip-inline:hover {
border-color: var(--brand-primary);
color: var(--brand-primary);
}
.stand-chip-inline.stand-active {
border-color: var(--brand-primary);
background: #eff6ff;
color: var(--brand-primary);
}
/* ── Layout ── */
main {
max-width: 960px;