feat(platform): surface customer next best actions
This commit is contained in:
@@ -1311,6 +1311,85 @@ body {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-service-next {
|
||||
grid-column: 1 / -1;
|
||||
border-top: 1px solid var(--vp-border);
|
||||
background: #ffffff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.vp-customer-service-next-copy {
|
||||
min-width: 0;
|
||||
padding: 14px 18px;
|
||||
border-right: 1px solid var(--vp-border);
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-copy .semi-typography-secondary {
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-grid {
|
||||
min-width: 0;
|
||||
padding: 12px 14px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-item {
|
||||
min-width: 0;
|
||||
min-height: 116px;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.14);
|
||||
border-radius: 8px;
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
display: grid;
|
||||
gap: 7px;
|
||||
align-content: start;
|
||||
transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-item:hover,
|
||||
.vp-customer-service-next-item:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
background: #f5f9ff;
|
||||
box-shadow: 0 0 0 3px rgba(22, 100, 255, 0.08);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 15px;
|
||||
line-height: 21px;
|
||||
font-weight: 800;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-item em {
|
||||
align-self: end;
|
||||
color: var(--vp-primary);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-vehicle-priority-queue {
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(255, 127, 0, 0.2);
|
||||
@@ -14489,6 +14568,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-vehicle-question-grid,
|
||||
.vp-customer-service-path,
|
||||
.vp-customer-service-path-grid,
|
||||
.vp-customer-service-next,
|
||||
.vp-customer-service-next-grid,
|
||||
.vp-unified-service-board,
|
||||
.vp-unified-service-grid,
|
||||
.vp-service-dossier,
|
||||
@@ -14867,6 +14948,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-time-next-action-copy,
|
||||
.vp-time-next-action-actions,
|
||||
.vp-customer-service-path-copy,
|
||||
.vp-customer-service-next-copy,
|
||||
.vp-time-monitor-dedicated-copy,
|
||||
.vp-map-layer-control-copy,
|
||||
.vp-map-layer-control-actions,
|
||||
|
||||
Reference in New Issue
Block a user