Improve CarPass product UX and service flows
This commit is contained in:
@@ -910,6 +910,10 @@ select:disabled {
|
||||
color: var(--service);
|
||||
}
|
||||
|
||||
.record .expense {
|
||||
color: var(--warning);
|
||||
}
|
||||
|
||||
.empty {
|
||||
color: var(--muted);
|
||||
padding: 18px 0;
|
||||
@@ -1144,6 +1148,25 @@ button.is-busy {
|
||||
var(--surface);
|
||||
}
|
||||
|
||||
.primary-add-btn {
|
||||
width: 100%;
|
||||
min-height: 54px;
|
||||
margin: 0 0 16px;
|
||||
font-size: 16px;
|
||||
background: linear-gradient(135deg, #12735f, #2f6f9f);
|
||||
}
|
||||
|
||||
.menu-row.active {
|
||||
border-color: rgba(18, 115, 95, 0.45);
|
||||
background: #e7f4ef;
|
||||
color: #0e604f;
|
||||
}
|
||||
|
||||
.drawer-cars {
|
||||
max-height: 320px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.summary-card::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user