feat(platform): align console with vehicle operations center
This commit is contained in:
@@ -34,7 +34,7 @@ body {
|
||||
}
|
||||
|
||||
.vp-brand {
|
||||
height: 44px;
|
||||
min-height: 54px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
@@ -50,6 +50,25 @@ body {
|
||||
background: linear-gradient(135deg, var(--vp-primary), var(--vp-cyan));
|
||||
}
|
||||
|
||||
.vp-brand-copy {
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-brand-copy span:first-child {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.vp-brand-copy span:last-child {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 11px;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.vp-main {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user