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