update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user