feat: publish case launch context and product area

This commit is contained in:
2026-08-18 21:32:25 +02:00
parent 83e69565fe
commit 2efe574f18
3 changed files with 65 additions and 4 deletions
+4 -4
View File
@@ -97,7 +97,7 @@
margin-top: 16px;
padding: 14px;
border: 1px solid var(--border);
border-radius: 6px;
border-radius: var(--radius-compact);
background: var(--surface-raised);
}
@@ -128,7 +128,7 @@
margin-top: 18px;
background: var(--border);
border: 1px solid var(--border);
border-radius: 6px;
border-radius: var(--radius-compact);
overflow: hidden;
}
@@ -233,7 +233,7 @@
.case-decision-list > article {
padding: 12px;
border: 1px solid var(--border);
border-radius: 6px;
border-radius: var(--radius-compact);
background: var(--surface-raised);
}
@@ -326,7 +326,7 @@
font-size: 0.76rem;
}
@media (max-width: 860px) {
@media (max-width: 900px) {
.cases-count {
margin-left: 0;
}