feat(platform): make vehicle detail source agnostic
This commit is contained in:
@@ -140,6 +140,21 @@ body {
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.vp-table-footer {
|
||||
min-height: 52px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.vp-vehicle-summary {
|
||||
min-height: 72px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.semi-navigation-item-text {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user