1
1
@tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
4
5
- @layer base {
6
- : root {
7
- --background : 0 0% 100% ;
8
- --foreground : 0 0% 3.9% ;
9
- --card : 0 0% 100% ;
10
- --card-foreground : 0 0% 3.9% ;
11
- --popover : 0 0% 100% ;
12
- --popover-foreground : 0 0% 3.9% ;
13
- --primary : 0 0% 9% ;
14
- --primary-foreground : 0 0% 98% ;
15
- --secondary : 0 0% 96.1% ;
16
- --secondary-foreground : 0 0% 9% ;
17
- --muted : 0 0% 96.1% ;
18
- --muted-foreground : 0 0% 45.1% ;
19
- --accent : 0 0% 96.1% ;
20
- --accent-foreground : 0 0% 9% ;
21
- --destructive : 0 84.2% 60.2% ;
22
- --destructive-foreground : 0 0% 98% ;
23
- --border : 0 0% 89.8% ;
24
- --input : 0 0% 89.8% ;
25
- --ring : 0 0% 3.9% ;
26
- --radius : 0.5rem ;
27
- --chart-1 : 12 76% 61% ;
28
- --chart-2 : 173 58% 39% ;
29
- --chart-3 : 197 37% 24% ;
30
- --chart-4 : 43 74% 66% ;
31
- --chart-5 : 27 87% 67% ;
32
- }
5
+ * {
6
+ margin : 0 ;
7
+ padding : 0 ;
8
+ box-sizing : border-box;
9
+ }
33
10
34
- .dark {
35
- --background : 0 0% 3.9% ;
36
- --foreground : 0 0% 98% ;
37
- --card : 0 0% 3.9% ;
38
- --card-foreground : 0 0% 98% ;
39
- --popover : 0 0% 3.9% ;
40
- --popover-foreground : 0 0% 98% ;
41
- --primary : 0 0% 98% ;
42
- --primary-foreground : 0 0% 9% ;
43
- --secondary : 0 0% 14.9% ;
44
- --secondary-foreground : 0 0% 98% ;
45
- --muted : 0 0% 14.9% ;
46
- --muted-foreground : 0 0% 63.9% ;
47
- --accent : 0 0% 14.9% ;
48
- --accent-foreground : 0 0% 98% ;
49
- --destructive : 0 62.8% 30.6% ;
50
- --destructive-foreground : 0 0% 98% ;
51
- --border : 0 0% 14.9% ;
52
- --input : 0 0% 14.9% ;
53
- --ring : 0 0% 83.1% ;
54
- --chart-1 : 220 70% 50% ;
55
- --chart-2 : 160 60% 45% ;
56
- --chart-3 : 30 80% 55% ;
57
- --chart-4 : 280 65% 60% ;
58
- --chart-5 : 340 75% 55% ;
59
- }
11
+ body {
12
+ overflow-x : hidden;
13
+ }
14
+
15
+ @layer base {
16
+ : root {
17
+ --background : 0 0% 100% ;
18
+ --foreground : 0 0% 3.9% ;
19
+ --card : 0 0% 100% ;
20
+ --card-foreground : 0 0% 3.9% ;
21
+ --popover : 0 0% 100% ;
22
+ --popover-foreground : 0 0% 3.9% ;
23
+ --primary : 0 0% 9% ;
24
+ --primary-foreground : 0 0% 98% ;
25
+ --secondary : 0 0% 96.1% ;
26
+ --secondary-foreground : 0 0% 9% ;
27
+ --muted : 0 0% 96.1% ;
28
+ --muted-foreground : 0 0% 45.1% ;
29
+ --accent : 0 0% 96.1% ;
30
+ --accent-foreground : 0 0% 9% ;
31
+ --destructive : 0 84.2% 60.2% ;
32
+ --destructive-foreground : 0 0% 98% ;
33
+ --border : 0 0% 89.8% ;
34
+ --input : 0 0% 89.8% ;
35
+ --ring : 0 0% 3.9% ;
36
+ --radius : 0.5rem ;
37
+ --chart-1 : 12 76% 61% ;
38
+ --chart-2 : 173 58% 39% ;
39
+ --chart-3 : 197 37% 24% ;
40
+ --chart-4 : 43 74% 66% ;
41
+ --chart-5 : 27 87% 67% ;
60
42
}
61
43
62
- @layer base {
63
- * {
64
- @apply border-border;
65
- }
66
- body {
67
- @apply bg-background text-foreground;
68
- }
44
+ .dark {
45
+ --background : 0 0% 3.9% ;
46
+ --foreground : 0 0% 98% ;
47
+ --card : 0 0% 3.9% ;
48
+ --card-foreground : 0 0% 98% ;
49
+ --popover : 0 0% 3.9% ;
50
+ --popover-foreground : 0 0% 98% ;
51
+ --primary : 0 0% 98% ;
52
+ --primary-foreground : 0 0% 9% ;
53
+ --secondary : 0 0% 14.9% ;
54
+ --secondary-foreground : 0 0% 98% ;
55
+ --muted : 0 0% 14.9% ;
56
+ --muted-foreground : 0 0% 63.9% ;
57
+ --accent : 0 0% 14.9% ;
58
+ --accent-foreground : 0 0% 98% ;
59
+ --destructive : 0 62.8% 30.6% ;
60
+ --destructive-foreground : 0 0% 98% ;
61
+ --border : 0 0% 14.9% ;
62
+ --input : 0 0% 14.9% ;
63
+ --ring : 0 0% 83.1% ;
64
+ --chart-1 : 220 70% 50% ;
65
+ --chart-2 : 160 60% 45% ;
66
+ --chart-3 : 30 80% 55% ;
67
+ --chart-4 : 280 65% 60% ;
68
+ --chart-5 : 340 75% 55% ;
69
69
}
70
+ }
70
71
72
+ @layer base {
73
+ * {
74
+ @apply border-border;
75
+ }
76
+ body {
77
+ @apply bg-background text-foreground;
78
+ }
79
+ }
71
80
72
-
73
- @keyframes scan {
74
- 0% {
75
- top : -50% ;
76
- }
77
- 100% {
78
- top : 100% ;
79
- }
81
+ @keyframes scan {
82
+ 0% {
83
+ top : -50% ;
80
84
}
81
-
82
- .scanning ::after {
83
- content : "" ;
84
- position : absolute;
85
- left : 0 ;
86
- width : 100% ;
87
- height : 5px ;
88
- background : linear-gradient (to right, transparent, # 00ff00, transparent);
89
- filter : blur (4px );
90
- animation : scan 2s linear infinite;
91
- }
85
+ 100% {
86
+ top : 100% ;
87
+ }
88
+ }
89
+
90
+ .scanning ::after {
91
+ content : "" ;
92
+ position : absolute;
93
+ left : 0 ;
94
+ width : 100% ;
95
+ height : 5px ;
96
+ background : linear-gradient (to right, transparent, # 00ff00, transparent);
97
+ filter : blur (4px );
98
+ animation : scan 2s linear infinite;
99
+ }
0 commit comments