diff --git a/AGENTS.md b/AGENTS.md index 707f307..cd66c3d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,6 +56,9 @@ npm.cmd run build:css Rules: +- Treat `src/styles/tailwind.css` as the master style source from now on. +- `public/admin.css` is legacy/specialized CSS. Do not add new generic component styling there; migrate repeated UI patterns into Tailwind component classes instead. +- New screens and redesigned sections should be built with Tailwind utility classes or reusable classes from `@layer components`. - Prefer reusable Tailwind component classes in `@layer components` over one-off CSS for repeated controls. - Repeated controls should share the same structure: icon before text, centered text, chevron on the right, consistent icon size/color/alignment, height, padding, border, radius, hover, and focus states. - Panel top bars should share height, border, background, text color, and button styling. diff --git a/public/admin.html b/public/admin.html index e163a8d..233f166 100644 --- a/public/admin.html +++ b/public/admin.html @@ -10,12 +10,12 @@
-
-
-

MaalFlows

- - - +
@@ -23,7 +23,7 @@