-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathglobal.css
More file actions
98 lines (88 loc) · 3.58 KB
/
global.css
File metadata and controls
98 lines (88 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
--card: 0 0% 100%;
--card-foreground: 222.2 84% 4.9%;
--popover: 0 0% 100%;
--popover-foreground: 222.2 84% 4.9%;
--primary: 221.2 83.2% 53.3%;
--primary-foreground: 210 40% 98%;
--secondary: 210 40% 96.1%;
--secondary-foreground: 222.2 47.4% 11.2%;
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 210 40% 98%;
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--ring: 221.2 83.2% 53.3%;
--radius: 0.5rem;
}
.dark {
--background: 222.2 84% 4.9%;
--foreground: 210 40% 98%;
--card: 222.2 84% 4.9%;
--card-foreground: 210 40% 98%;
--popover: 222.2 84% 4.9%;
--popover-foreground: 210 40% 98%;
--primary: 217.2 91.2% 59.8%;
--primary-foreground: 222.2 47.4% 11.2%;
--secondary: 217.2 32.6% 17.5%;
--secondary-foreground: 210 40% 98%;
--muted: 217.2 32.6% 17.5%;
--muted-foreground: 215 20.2% 65.1%;
--accent: 217.2 32.6% 17.5%;
--accent-foreground: 210 40% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 210 40% 98%;
--border: 217.2 32.6% 17.5%;
--input: 217.2 32.6% 17.5%;
--ring: 224.3 76.3% 48%;
}
}
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}
.gradient-heading {
@apply bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-purple-600 dark:from-blue-400 dark:to-purple-400;
}
.theme-gradient-bg {
@apply bg-gradient-to-r from-blue-600 to-purple-600 dark:from-blue-500 dark:to-purple-500 text-white;
}
.card-glow:hover {
box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}
/* Modern SaaS Styles */
.animated-gradient {
background-size: 200% 200%;
animation: gradient-shift 8s ease infinite;
}
@keyframes gradient-shift {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* Grid pattern background */
.bg-grid-black {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M0 0h1v1H0V0zm3 0h1v1H3V0zm3 0h1v1H6V0zm3 0h1v1H9V0zm3 0h1v1h-1V0zm3 0h1v1h-1V0zM0 3h1v1H0V3zm3 0h1v1H3V3zm3 0h1v1H6V3zm3 0h1v1H9V3zm3 0h1v1h-1V3zm3 0h1v1h-1V3zM0 6h1v1H0V6zm3 0h1v1H3V6zm3 0h1v1H6V6zm3 0h1v1H9V6zm3 0h1v1h-1V6zm3 0h1v1h-1V6zM0 9h1v1H0V9zm3 0h1v1H3V9zm3 0h1v1H6V9zm3 0h1v1H9V9zm3 0h1v1h-1V9zm3 0h1v1h-1V9zM0 12h1v1H0v-1zm3 0h1v1H3v-1zm3 0h1v1H6v-1zm3 0h1v1H9v-1zm3 0h1v1h-1v-1zm3 0h1v1h-1v-1zM0 15h1v1H0v-1zm3 0h1v1H3v-1zm3 0h1v1H6v-1zm3 0h1v1H9v-1zm3 0h1v1h-1v-1zm3 0h1v1h-1v-1z' fill='%23000000' fill-opacity='0.1'/%3E%3C/svg%3E");
}
.dark .bg-grid-black {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M0 0h1v1H0V0zm3 0h1v1H3V0zm3 0h1v1H6V0zm3 0h1v1H9V0zm3 0h1v1h-1V0zm3 0h1v1h-1V0zM0 3h1v1H0V3zm3 0h1v1H3V3zm3 0h1v1H6V3zm3 0h1v1H9V3zm3 0h1v1h-1V3zm3 0h1v1h-1V3zM0 6h1v1H0V6zm3 0h1v1H3V6zm3 0h1v1H6V6zm3 0h1v1H9V6zm3 0h1v1h-1V6zm3 0h1v1h-1V6zM0 9h1v1H0V9zm3 0h1v1H3V9zm3 0h1v1H6V9zm3 0h1v1H9V9zm3 0h1v1h-1V9zm3 0h1v1h-1V9zM0 12h1v1H0v-1zm3 0h1v1H3v-1zm3 0h1v1H6v-1zm3 0h1v1H9v-1zm3 0h1v1h-1v-1zm3 0h1v1h-1v-1zM0 15h1v1H0v-1zm3 0h1v1H3v-1zm3 0h1v1H6v-1zm3 0h1v1H9v-1zm3 0h1v1h-1v-1zm3 0h1v1h-1v-1z' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E");
}