auto-sync: 2026-05-05 19:10:01
This commit is contained in:
@@ -286,23 +286,23 @@ body.has-map-mode #sheet-backdrop.visible { pointer-events: none; }
|
|||||||
|
|
||||||
/* Route actions */
|
/* Route actions */
|
||||||
.route-actions {
|
.route-actions {
|
||||||
display: flex; gap: 8px; margin: 12px 0;
|
display: flex; gap: 8px; margin: 8px 0;
|
||||||
padding: 8px; background: var(--surface2); border-radius: 14px;
|
|
||||||
}
|
}
|
||||||
.btn-action {
|
.btn-action {
|
||||||
flex: 1; height: 56px; padding: 8px 0;
|
height: 36px; padding: 0 14px;
|
||||||
display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
|
display: flex; align-items: center; justify-content: center; gap: 6px;
|
||||||
background: none; border: none; color: var(--text2);
|
background: var(--surface2); border: 1px solid var(--border);
|
||||||
font-size: 10px; font-weight: 600; cursor: pointer;
|
border-radius: 12px; color: var(--text2);
|
||||||
-webkit-tap-highlight-color: transparent; border-radius: 10px;
|
font-size: 13px; font-weight: 600; cursor: pointer;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
transition: background 0.15s, transform 0.1s, color 0.15s;
|
transition: background 0.15s, transform 0.1s, color 0.15s;
|
||||||
}
|
}
|
||||||
.btn-action svg { width: 20px; height: 20px; transition: transform 0.1s; }
|
.btn-action svg { width: 16px; height: 16px; flex-shrink: 0; transition: transform 0.1s; }
|
||||||
.btn-action:active { background: var(--surface2); transform: scale(0.94); }
|
.btn-action:active { transform: scale(0.94); background: var(--surface3, var(--border)); }
|
||||||
|
.btn-action.primary { border-color: var(--accent); color: var(--accent); }
|
||||||
|
.btn-action.primary:active { background: var(--accent); color: #fff; border-color: var(--accent); }
|
||||||
.btn-action.danger { color: var(--red); }
|
.btn-action.danger { color: var(--red); }
|
||||||
.btn-action.danger:active { background: var(--red); color: #fff; }
|
.btn-action.danger:active { background: var(--red); color: #fff; border-color: var(--red); }
|
||||||
.btn-action.primary { color: var(--accent); }
|
|
||||||
.btn-action.primary:active { background: var(--accent); color: #fff; }
|
|
||||||
|
|
||||||
/* ── Route Status ─────────────────────────────── */
|
/* ── Route Status ─────────────────────────────── */
|
||||||
#route-status { font-size: 13px; color: var(--text2); padding: 8px 0; display: flex; align-items: center; gap: 6px; }
|
#route-status { font-size: 13px; color: var(--text2); padding: 8px 0; display: flex; align-items: center; gap: 6px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user