confluence_web/frontend/dev/scenario-toolbar.css
Artur Mukhamadiev a9908a533f frontend: web UI track handoff (contract revision 1)
Static frontend with vendored marked/DOMPurify, bounded Markdown
pipeline, same-origin mock server with scenario selection, unit,
contract and CDP end-to-end tests under frontend/**.
2026-09-14 21:57:54 +03:00

33 lines
626 B
CSS

#dev-scenario-bar {
position: fixed;
bottom: 12px;
right: 12px;
z-index: 9999;
background: #111827;
color: #F9FAFB;
padding: 8px 12px;
border-radius: 8px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
font-size: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
display: flex;
align-items: center;
gap: 8px;
}
#dev-scenario-label {
font-weight: 600;
color: #9CA3AF;
}
#dev-scenario-select {
background: #1F2937;
color: #FFFFFF;
border: 1px solid #374151;
border-radius: 4px;
padding: 4px 8px;
font-size: 12px;
outline: none;
cursor: pointer;
}