feat(platform): add customer saved view library
This commit is contained in:
@@ -1999,6 +1999,88 @@ body {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library {
|
||||
margin-bottom: 16px;
|
||||
padding: 14px;
|
||||
border: 1px solid rgba(37, 119, 246, 0.16);
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(300px, 0.46fr) minmax(0, 1.54fr);
|
||||
gap: 14px;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-copy {
|
||||
padding: 16px;
|
||||
border: 1px solid rgba(37, 119, 246, 0.12);
|
||||
border-radius: 8px;
|
||||
background: #f7fbff;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-copy .semi-typography {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-grid {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-item {
|
||||
min-width: 0;
|
||||
min-height: 132px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(37, 119, 246, 0.14);
|
||||
border-radius: 8px;
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
align-content: start;
|
||||
transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-item:hover,
|
||||
.vp-customer-saved-view-library-item:focus-visible {
|
||||
border-color: rgba(37, 119, 246, 0.42);
|
||||
background: #f5f9ff;
|
||||
box-shadow: 0 0 0 3px rgba(37, 119, 246, 0.08);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
font-weight: 800;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-saved-view-library-item em {
|
||||
align-self: end;
|
||||
color: var(--vp-primary);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-service-journey {
|
||||
margin-bottom: 16px;
|
||||
padding: 14px;
|
||||
@@ -12279,6 +12361,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-vehicle-service-cockpit-grid,
|
||||
.vp-customer-platform-blueprint,
|
||||
.vp-customer-platform-blueprint-grid,
|
||||
.vp-customer-saved-view-library,
|
||||
.vp-customer-saved-view-library-grid,
|
||||
.vp-customer-service-separation,
|
||||
.vp-customer-primary-flow-grid,
|
||||
.vp-source-readiness-grid,
|
||||
|
||||
Reference in New Issue
Block a user