Web Dev Solutions

Catalin Mititiuc

From adc67da606798fa0eaf7c155fe73cfa6d87f1463 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 3 Apr 2024 14:11:12 -0700 Subject: Toggle allegiance firing arc visibility --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 7f1946e..0985c2f 100644 --- a/style.css +++ b/style.css @@ -194,6 +194,18 @@ image.map-scans { text-align: right; } +#toggle-firing-arc-vis { + position: absolute; + right: 0; + padding-top: 20px; +} + +#toggle-firing-arc-vis div { + margin-top: 10px; + writing-mode: vertical-lr; + transform: rotate(180deg); +} + /* circle.counter { stroke: transparent; stroke-width: 0.5in; -- cgit v1.2.3