Five missing line-height values caused pixel shifts when Tailwind utilities (text-sm, text-lg, text-xs) were replaced with semantic classes that only set font-size. Also remove phantom padding-bottom on .admin-header (the old pb-4 utility was never defined). Fixes: .admin-header, .admin-header-subtitle, .admin-error, .admin-brand, .admin-text-secondary Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
529 B
CSS
20 lines
529 B
CSS
/* Admin CSS — bundled by esbuild */
|
|
|
|
/* Reset */
|
|
@import "./admin/reset.css";
|
|
|
|
/* Theme CSS layers (used by theme editor preview) */
|
|
@import "./theme-primitives.css";
|
|
@import "./theme-layer2-attributes.css";
|
|
@import "./theme-semantic.css";
|
|
|
|
/* Admin components, icons, and utilities */
|
|
@import "./admin/components.css";
|
|
@import "./admin/icons.css";
|
|
@import "./admin/utilities.css";
|
|
|
|
/* LiveView loading state variants */
|
|
.phx-click-loading, .phx-submit-loading, .phx-change-loading {
|
|
/* Available for component styling */
|
|
}
|