add vehicle service profile settings

This commit is contained in:
VPN SaaS Dev
2026-05-12 04:52:42 +09:00
parent b5012ec6e7
commit e75697f83e
10 changed files with 496 additions and 5 deletions

View File

@@ -14,6 +14,10 @@
--shadow: 0 14px 40px rgba(24, 33, 31, 0.08);
}
body.auth-required .shell {
display: none;
}
.top-actions {
display: flex;
gap: 8px;
@@ -1194,6 +1198,24 @@ select {
min-height: 46px;
}
.telegram-login-link {
display: inline-flex;
width: 100%;
min-height: 46px;
align-items: center;
justify-content: center;
margin-top: 10px;
border-radius: 8px;
background: #16806a;
color: #fff;
font-weight: 800;
text-decoration: none;
}
.telegram-login-link.hidden {
display: none;
}
.scan-form {
display: grid;
gap: 10px;