diff --git a/website/style.css b/website/style.css index 848ee22..2a16ba6 100644 --- a/website/style.css +++ b/website/style.css @@ -4128,3 +4128,31 @@ header[id] { left: 100%; transition: left 0.8s ease-in-out; } + +/* Step 2 mockup control panel styles */ +.popup-mock-controls { + display: flex; + gap: 8px; + margin-top: 4px; + width: 100%; +} + +.popup-mock-btn { + flex: 1; + text-align: center; + padding: 6px; + border-radius: 6px; + font-size: 0.62rem; + font-weight: 700; + color: white; + cursor: default; + opacity: 0.75; +} + +.popup-mock-btn.play { + background: #22c55e; +} + +.popup-mock-btn.pause { + background: #ef4444; +} diff --git a/website/template.html b/website/template.html index 0d87d0b..0d04a2d 100644 --- a/website/template.html +++ b/website/template.html @@ -1095,45 +1095,38 @@