feat:UX and fix drinkkaart payment logic
This commit is contained in:
@@ -109,6 +109,32 @@ html {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* ─── Theme Colors (CSS Variables for shadcn/ui) ─────────────────────────────
|
||||
These variables are used by shadcn/ui components and the toast system.
|
||||
─────────────────────────────────────────────────────────────────────────── */
|
||||
:root {
|
||||
--background: 0 0% 100%;
|
||||
--foreground: 0 0% 10%;
|
||||
--card: 0 0% 100%;
|
||||
--card-foreground: 0 0% 10%;
|
||||
--popover: 0 0% 100%;
|
||||
--popover-foreground: 0 0% 10%;
|
||||
--primary: 340 70% 49%;
|
||||
--primary-foreground: 0 0% 100%;
|
||||
--secondary: 183 40% 23%;
|
||||
--secondary-foreground: 0 0% 100%;
|
||||
--muted: 0 0% 96%;
|
||||
--muted-foreground: 0 0% 45%;
|
||||
--accent: 340 70% 49%;
|
||||
--accent-foreground: 0 0% 100%;
|
||||
--destructive: 0 84% 60%;
|
||||
--destructive-foreground: 0 0% 100%;
|
||||
--border: 0 0% 90%;
|
||||
--input: 0 0% 90%;
|
||||
--ring: 340 70% 49%;
|
||||
--radius: 0rem;
|
||||
}
|
||||
|
||||
/* ─── Text Selection Colors ─────────────────────────────────────────────────
|
||||
Each section gets a ::selection style that harmonizes with its background.
|
||||
The goal: selection feels native to each section, not a browser default.
|
||||
|
||||
Reference in New Issue
Block a user