Files
orderPRO/resources/scss/modules/_delivery-status-mappings.scss
2026-04-22 22:54:26 +02:00

24 lines
375 B
SCSS

.dsm-row--custom {
background: rgba(59, 130, 246, 0.06);
}
.dsm-raw-status {
font-size: 0.82rem;
background: var(--surface-alt, #f1f5f9);
padding: 2px 6px;
border-radius: 3px;
white-space: nowrap;
}
.dsm-unmapped {
border-left: 4px solid #f59e0b;
.section-title {
color: #b45309;
}
table tbody tr {
background: rgba(245, 158, 11, 0.05);
}
}