Add customer profile shortcuts

This commit is contained in:
Yera All
2026-04-04 03:56:18 +05:00
parent ed76f89c9a
commit 14da622d36
3 changed files with 138 additions and 8 deletions
+14
View File
@@ -1291,6 +1291,20 @@ textarea::placeholder {
font-size: 12px;
}
.customer-history-actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 12px;
}
.customer-history-link {
min-height: 36px;
padding: 0 12px;
border-radius: 12px;
font-size: 12px;
}
.customer-history-event.voice .customer-history-mark {
background: #e8f0ff;
border-color: #cfdcff;