berrypod/assets/css/admin.css
jamey 867a69109e fix visual regressions in admin CSS refactor
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>
2026-03-01 19:39:22 +00:00

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 */
}