Refine secondary rail icons and animations
Build and Deploy Gateway / build-and-push (push) Successful in 23s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-14 23:40:05 +03:00
parent 5a21a09b82
commit 978fe71628
7 changed files with 104 additions and 79 deletions
@@ -249,9 +249,9 @@ export function InstructionsToggle({
onClick={onToggle}
>
<svg viewBox="0 0 24 24" aria-hidden="true">
<path className="client-rail-book-page is-left" d="M12 7.5C10.2 6.1 7.7 5.7 5 6v11c2.8-.3 5.2.3 7 1.7z" />
<path className="client-rail-book-page is-right" d="M12 7.5c1.8-1.4 4.3-1.8 7-1.5v11c-2.8-.3-5.2.3-7 1.7z" />
<path className="client-rail-book-spine" d="M12 7.5v11.2" />
<circle className="client-rail-info-ring" cx="12" cy="12" r="8.5" pathLength="1" />
<circle className="client-rail-info-sweep" cx="12" cy="12" r="8.5" pathLength="1" />
<path className="client-rail-info-mark" d="M12 11v5M12 8h.01" />
</svg>
</RailAction>;
}