feat(platform): add customer mileage question flow
This commit is contained in:
@@ -3942,6 +3942,53 @@ button.vp-realtime-command-item:focus-visible {
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.vp-mileage-question-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-mileage-question-item {
|
||||
min-height: 118px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.16);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
display: grid;
|
||||
gap: 9px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-mileage-question-item:hover,
|
||||
.vp-mileage-question-item:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
background: #f5f9ff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-mileage-question-item:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.62;
|
||||
}
|
||||
|
||||
.vp-mileage-question-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-mileage-question-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-mileage-delivery-board {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
|
||||
@@ -6544,6 +6591,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-stat-insight-grid,
|
||||
.vp-mileage-next-actions,
|
||||
.vp-mileage-next-grid,
|
||||
.vp-mileage-question-grid,
|
||||
.vp-mileage-decision-board,
|
||||
.vp-mileage-decision-grid,
|
||||
.vp-stat-definition-grid,
|
||||
|
||||
Reference in New Issue
Block a user