|
|
@@ -28,6 +28,16 @@
|
|
|
}
|
|
|
|
|
|
@layer components {
|
|
|
+ /* htmx default indicator styles, shipped from our own stylesheet
|
|
|
+ instead of htmx's built-in inline <style> injection (disabled via
|
|
|
+ <meta name="htmx-config" content='{"includeIndicatorStyles":
|
|
|
+ false}'> in views/layout.twig). The strict CSP blocks the inline
|
|
|
+ injection and would otherwise log a `csp_violation` per page load. */
|
|
|
+ .htmx-indicator { opacity: 0; visibility: hidden; }
|
|
|
+ .htmx-request .htmx-indicator,
|
|
|
+ .htmx-request.htmx-indicator { opacity: 1; visibility: visible;
|
|
|
+ transition: opacity 200ms ease-in; }
|
|
|
+
|
|
|
/* Phase 15: big-screen / beamer presentation scope. Applied via
|
|
|
views/sprints/present.php on the root <main>. Tightens typography
|
|
|
and cell padding so the task table fits the viewport without
|