diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index 319dea8..0d16287 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -4,7 +4,7 @@ SLC-Workshop — Companion-App - + @@ -120,16 +120,6 @@ .actions .spacer { flex:1; } .unclear { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:14px; } - dialog { border:none; border-radius:16px; padding:0; box-shadow: var(--shadow); max-width: 640px; width: 92%; } - dialog::backdrop { background: rgba(15,22,35,.45); } - .modal { padding: 24px; } - .modal h2 { margin:0 0 6px; } - pre.export { background:#0f1623; color:#d6e2f0; padding:14px; border-radius:10px; overflow:auto; max-height:320px; font-size:13px; } - .stat { display:flex; gap:20px; margin:14px 0; } - .stat div b { display:block; font-size:24px; } - .stat div span { color:var(--muted); font-size:12px; } - .note { font-size:12px; color:var(--muted); margin-top:18px; text-align:center; } - /* Setup-Screens (Action Card / Startpunkt) */ body:not(.runMode) aside { display:none; } body:not(.runMode) .layout { grid-template-columns: 1fr; } @@ -193,7 +183,6 @@
-
@@ -202,22 +191,6 @@
- - - -