This commit is contained in:
2026-04-07 22:39:16 +02:00
parent 8fa9ca6439
commit 40644eb362
31 changed files with 4972 additions and 71 deletions

View File

@@ -1446,10 +1446,41 @@ details[open] > .order-statuses-side__title .order-statuses-side__arrow {
margin-bottom: 10px;
&__name {
display: flex;
align-items: center;
justify-content: space-between;
gap: 6px;
font-size: 12px;
color: #475569;
font-weight: 700;
margin-bottom: 5px;
text-decoration: none;
padding: 3px 6px;
border-radius: 6px;
border-left: 3px solid transparent;
cursor: pointer;
transition: background 0.15s;
&:hover {
background: #f1f5f9;
}
}
&__count {
min-width: 24px;
text-align: center;
border-radius: 999px;
background: var(--group-color, #64748b);
padding: 1px 6px;
font-weight: 700;
font-size: 11px;
color: #ffffff;
}
&.is-active > .order-status-group__name {
background: rgba(15, 23, 42, 0.06);
color: #0f172a;
border-left-color: var(--group-color, #64748b);
}
}