integration

This commit is contained in:
sdarbinyan
2026-02-20 10:43:47 +04:00
parent 6850a911f3
commit f7919f6ca7
9 changed files with 79 additions and 1 deletions

View File

@@ -226,6 +226,16 @@
color: #1976d2;
}
.discount-chip {
display: inline-block;
padding: 1px 6px;
border-radius: 4px;
background: #e53935;
color: #fff;
font-size: 0.75rem;
font-weight: 600;
}
.quantity {
color: #666;
}