replace orphaned tailwind classes with project CSS
All checks were successful
deploy / deploy (push) Successful in 1m27s

auth pages (login, registration, confirmation, recover) now use
setup-page/setup-header/admin-btn-block. theme toggle indicator
gets proper CSS. cleaned up dead h-full, size-3.5, ml-2 classes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-03-04 17:12:21 +00:00
parent 7547d0d4b8
commit dd659e4c61
11 changed files with 58 additions and 55 deletions

View File

@@ -111,7 +111,7 @@ defmodule BerrypodWeb.ErrorHTML do
~H"""
<!DOCTYPE html>
<html lang="en" class="h-full">
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -121,9 +121,9 @@ defmodule BerrypodWeb.ErrorHTML do
<%= Phoenix.HTML.raw(@generated_css) %>
</style>
</head>
<body class="h-full">
<body>
<div
class="shop-root themed h-full"
class="shop-root themed"
data-mood={@theme_settings.mood}
data-typography={@theme_settings.typography}
data-shape={@theme_settings.shape}