This commit is contained in:
2026-04-22 22:54:26 +02:00
parent cd1ea4a9db
commit c73b2fe9f6
26 changed files with 1377 additions and 34 deletions

View File

@@ -8,6 +8,7 @@
@use "modules/global-search";
@use "modules/order-preview-modal";
@use "modules/project-mappings";
@use "modules/customer-risk-alert";
* {
box-sizing: border-box;
@@ -278,6 +279,19 @@ details[open] > .sidebar__group-toggle .sidebar__toggle-arrow {
}
}
.sidebar__badge {
margin-left: auto;
background: #f59e0b;
color: #1f2937;
font-size: 10.5px;
font-weight: 700;
line-height: 1;
padding: 2px 6px;
border-radius: 10px;
min-width: 18px;
text-align: center;
}
.app-main {
flex: 1;
min-width: 0;