feat: redesign superadmin agencies list, implement flat design, add date filters, and fix UI bugs

This commit is contained in:
Erik Silva
2025-12-11 23:39:54 -03:00
parent 053e180321
commit dc98d5dccc
129 changed files with 20730 additions and 1611 deletions

View File

@@ -3,7 +3,7 @@
@import "tailwindcss";
@import "./tokens.css";
@custom-variant dark (&:is(.dark *));
@variant dark (&:where(.dark, .dark *));
:root {
color-scheme: light;
@@ -47,7 +47,17 @@ html.dark {
@layer base {
* {
font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
font-family: var(--font-arimo), ui-sans-serif, system-ui, sans-serif;
}
a,
button,
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
label[for] {
cursor: pointer;
}
body {