add vehicle service profile settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user