Improve CarPass product UX and service flows

This commit is contained in:
VPN SaaS Dev
2026-05-14 19:33:25 +09:00
parent b85db333d8
commit caa5f6d3db
36 changed files with 1836 additions and 366 deletions

View File

@@ -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;
}