|
1 | | -body, html{ |
2 | | - padding: 0px; |
3 | | - margin: 0px; |
4 | | - overflow-x: hidden; |
5 | | - width: 100%; |
6 | | - height: 100%; |
7 | | -} |
8 | | - |
| 1 | +@tailwind base; |
| 2 | +@tailwind components; |
| 3 | +@tailwind utilities; |
9 | 4 |
|
10 | | -.App { |
11 | | - display: flex; |
12 | | - flex-direction: column; |
13 | | - align-items: center; |
14 | | - justify-content: center; |
15 | | - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; |
16 | | - background-color: #282c34; |
17 | | - min-height: 100vh; |
18 | | - width: 100%; |
19 | | - font-size: calc(60px + 2vmin); |
20 | | - color: white; |
21 | | - /* padding: 10px; */ |
22 | | -} |
23 | | -.App .header{ |
24 | | - display: flex; |
25 | | - flex-direction: column; |
26 | | - align-items: center; |
27 | | - justify-content: center; |
28 | | - text-align: center; |
29 | | -} |
30 | | -.App p{ |
31 | | - font-size: 14px; |
32 | | - max-width: 800px; |
33 | | - margin: auto; |
34 | | - text-align: center; |
35 | | -} |
36 | | -.App p b{ |
37 | | - color: #f71137; |
38 | | - font-size: 16px; |
| 5 | +:root { |
| 6 | + --background: 223.8136 -172.5242% 100.0000%; |
| 7 | + --foreground: 223.8136 0.0000% 3.9388%; |
| 8 | + --card: 223.8136 -172.5242% 100.0000%; |
| 9 | + --card-foreground: 223.8136 0.0000% 3.9388%; |
| 10 | + --popover: 223.8136 -172.5242% 100.0000%; |
| 11 | + --popover-foreground: 223.8136 0.0000% 3.9388%; |
| 12 | + --primary: 223.8136 0.0000% 9.0527%; |
| 13 | + --primary-foreground: 223.8136 0.0004% 98.0256%; |
| 14 | + --secondary: 223.8136 0.0002% 96.0587%; |
| 15 | + --secondary-foreground: 223.8136 0.0000% 9.0527%; |
| 16 | + --muted: 223.8136 0.0002% 96.0587%; |
| 17 | + --muted-foreground: 223.8136 0.0000% 45.1519%; |
| 18 | + --accent: 223.8136 0.0002% 96.0587%; |
| 19 | + --accent-foreground: 223.8136 0.0000% 9.0527%; |
| 20 | + --destructive: 351.7303 123.6748% 40.5257%; |
| 21 | + --destructive-foreground: 223.8136 -172.5242% 100.0000%; |
| 22 | + --border: 223.8136 0.0001% 89.8161%; |
| 23 | + --input: 223.8136 0.0001% 89.8161%; |
| 24 | + --ring: 223.8136 0.0000% 63.0163%; |
| 25 | + --chart-1: 211.7880 101.9718% 78.6759%; |
| 26 | + --chart-2: 217.4076 91.3672% 59.5787%; |
| 27 | + --chart-3: 221.4336 86.3731% 54.0624%; |
| 28 | + --chart-4: 223.6587 78.7180% 47.8635%; |
| 29 | + --chart-5: 226.5426 70.0108% 39.9224%; |
| 30 | + --sidebar: 223.8136 0.0004% 98.0256%; |
| 31 | + --sidebar-foreground: 223.8136 0.0000% 3.9388%; |
| 32 | + --sidebar-primary: 223.8136 0.0000% 9.0527%; |
| 33 | + --sidebar-primary-foreground: 223.8136 0.0004% 98.0256%; |
| 34 | + --sidebar-accent: 223.8136 0.0002% 96.0587%; |
| 35 | + --sidebar-accent-foreground: 223.8136 0.0000% 9.0527%; |
| 36 | + --sidebar-border: 223.8136 0.0001% 89.8161%; |
| 37 | + --sidebar-ring: 223.8136 0.0000% 63.0163%; |
| 38 | + --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; |
| 39 | + --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; |
| 40 | + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
| 41 | + --radius: 0.625rem; |
| 42 | + --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); |
| 43 | + --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); |
| 44 | + --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10); |
| 45 | + --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10); |
| 46 | + --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 2px 4px -1px hsl(0 0% 0% / 0.10); |
| 47 | + --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 4px 6px -1px hsl(0 0% 0% / 0.10); |
| 48 | + --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 8px 10px -1px hsl(0 0% 0% / 0.10); |
| 49 | + --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25); |
| 50 | + --tracking-normal: 0em; |
| 51 | + --spacing: 0.25rem; |
39 | 52 | } |
40 | 53 |
|
41 | | -.App .id-container{ |
42 | | - margin-top: 20px; |
43 | | -} |
44 | | -.App .id-container textarea{ |
45 | | - font-size: 30px; |
46 | | - max-width: 900px; |
47 | | - width: 100%; |
48 | | - padding: 20px; |
49 | | -} |
50 | | -.App .id-container button{ |
51 | | - padding: 10px 25px; |
52 | | - color: white; |
53 | | - background: #f71137; |
54 | | - border: 1px solid #f71137; |
55 | | - border-radius: 5px; |
56 | | - cursor: pointer; |
57 | | -} |
58 | | -.App .id-container button:hover { |
59 | | - background: #f8072f; |
60 | | -} |
61 | | - |
62 | | -footer{ |
63 | | - margin-top: 80px; |
64 | | - font-size: 24px; |
65 | | -display: flex; |
66 | | -justify-content: center; |
67 | | -align-items: center; |
68 | | -flex-wrap: wrap; |
69 | | - |
70 | | -} |
71 | | -footer a{ |
72 | | - color: #f71137 !important; |
73 | | -} |
74 | | -footer div{ |
75 | | - margin: 10px; |
| 54 | +.dark { |
| 55 | + --background: 223.8136 0.0000% 3.9388%; |
| 56 | + --foreground: 223.8136 0.0004% 98.0256%; |
| 57 | + --card: 223.8136 0.0000% 9.0527%; |
| 58 | + --card-foreground: 223.8136 0.0004% 98.0256%; |
| 59 | + --popover: 223.8136 0.0000% 14.9382%; |
| 60 | + --popover-foreground: 223.8136 0.0004% 98.0256%; |
| 61 | + --primary: 223.8136 0.0001% 89.8161%; |
| 62 | + --primary-foreground: 223.8136 0.0000% 9.0527%; |
| 63 | + --secondary: 223.8136 0.0000% 14.9382%; |
| 64 | + --secondary-foreground: 223.8136 0.0004% 98.0256%; |
| 65 | + --muted: 223.8136 0.0000% 14.9382%; |
| 66 | + --muted-foreground: 223.8136 0.0000% 63.0163%; |
| 67 | + --accent: 223.8136 0.0000% 25.0471%; |
| 68 | + --accent-foreground: 223.8136 0.0004% 98.0256%; |
| 69 | + --destructive: 358.7594 101.8439% 69.8357%; |
| 70 | + --destructive-foreground: 223.8136 0.0004% 98.0256%; |
| 71 | + --border: 223.8136 0.0000% 15.5096%; |
| 72 | + --input: 223.8136 0.0000% 20.3885%; |
| 73 | + --ring: 223.8136 0.0000% 45.1519%; |
| 74 | + --chart-1: 211.7880 101.9718% 78.6759%; |
| 75 | + --chart-2: 217.4076 91.3672% 59.5787%; |
| 76 | + --chart-3: 221.4336 86.3731% 54.0624%; |
| 77 | + --chart-4: 223.6587 78.7180% 47.8635%; |
| 78 | + --chart-5: 226.5426 70.0108% 39.9224%; |
| 79 | + --sidebar: 223.8136 0.0000% 9.0527%; |
| 80 | + --sidebar-foreground: 223.8136 0.0004% 98.0256%; |
| 81 | + --sidebar-primary: 225.3451 84.0953% 48.9841%; |
| 82 | + --sidebar-primary-foreground: 223.8136 0.0004% 98.0256%; |
| 83 | + --sidebar-accent: 223.8136 0.0000% 14.9382%; |
| 84 | + --sidebar-accent-foreground: 223.8136 0.0004% 98.0256%; |
| 85 | + --sidebar-border: 223.8136 0.0000% 15.5096%; |
| 86 | + --sidebar-ring: 223.8136 0.0000% 32.1993%; |
| 87 | + --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; |
| 88 | + --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; |
| 89 | + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
| 90 | + --radius: 0.625rem; |
| 91 | + --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); |
| 92 | + --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); |
| 93 | + --shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10); |
| 94 | + --shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 1px 2px -1px hsl(0 0% 0% / 0.10); |
| 95 | + --shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 2px 4px -1px hsl(0 0% 0% / 0.10); |
| 96 | + --shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 4px 6px -1px hsl(0 0% 0% / 0.10); |
| 97 | + --shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.10), 0 8px 10px -1px hsl(0 0% 0% / 0.10); |
| 98 | + --shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25); |
76 | 99 | } |
77 | 100 |
|
78 | 101 |
|
0 commit comments