feat(platform): highlight customer service modules
This commit is contained in:
@@ -1319,6 +1319,94 @@ body {
|
||||
grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.vp-customer-service-overview {
|
||||
grid-column: 1 / -1;
|
||||
border-top: 1px solid rgba(22, 100, 255, 0.14);
|
||||
background: #f9fbff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-copy {
|
||||
min-width: 0;
|
||||
padding: 14px 18px;
|
||||
border-right: 1px solid var(--vp-border);
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-copy .semi-typography-secondary {
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-grid {
|
||||
min-width: 0;
|
||||
padding: 12px 14px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-item {
|
||||
min-width: 0;
|
||||
min-height: 132px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.14);
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
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-overview-item:hover,
|
||||
.vp-customer-service-overview-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-overview-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 15px;
|
||||
line-height: 21px;
|
||||
font-weight: 800;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-item span {
|
||||
color: var(--vp-primary);
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
font-weight: 800;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-item p {
|
||||
margin: 0;
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-overview-item em {
|
||||
align-self: end;
|
||||
color: var(--vp-primary);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-service-next-copy {
|
||||
min-width: 0;
|
||||
padding: 14px 18px;
|
||||
@@ -14598,6 +14686,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-vehicle-question-grid,
|
||||
.vp-customer-service-path,
|
||||
.vp-customer-service-path-grid,
|
||||
.vp-customer-service-overview,
|
||||
.vp-customer-service-overview-grid,
|
||||
.vp-customer-service-next,
|
||||
.vp-customer-service-next-grid,
|
||||
.vp-unified-service-board,
|
||||
@@ -14978,6 +15068,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-overview-copy,
|
||||
.vp-customer-service-next-copy,
|
||||
.vp-time-monitor-dedicated-copy,
|
||||
.vp-map-layer-control-copy,
|
||||
|
||||
Reference in New Issue
Block a user