2026-02-18 01:15:28 +00:00
|
|
|
/* Minimal resets for admin pages */
|
|
|
|
|
|
|
|
|
|
*, *::before, *::after {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
2026-02-20 18:39:41 +00:00
|
|
|
font-family: system-ui, -apple-system, sans-serif;
|
2026-02-18 01:15:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Make LiveView wrapper divs transparent for layout */
|
|
|
|
|
[data-phx-session], [data-phx-teleported-src] {
|
|
|
|
|
display: contents;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Phoenix LiveView loading states */
|
|
|
|
|
.phx-no-feedback.phx-no-feedback {
|
|
|
|
|
/* Suppress validation styles until form is interacted with */
|
|
|
|
|
}
|