@doneisbetter/gds-theme 3.0.2 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-3QN7LJN7.mjs +665 -0
- package/dist/{chunk-E55P7FOX.mjs → chunk-7XQ45NO6.mjs} +9 -2
- package/dist/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +323 -3
- package/dist/client.mjs +8 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +323 -3
- package/dist/index.mjs +8 -2
- package/dist/server.d.mts +39 -2
- package/dist/server.d.ts +39 -2
- package/dist/server.js +316 -2
- package/dist/server.mjs +7 -1
- package/package.json +1 -1
- package/styles.css +357 -0
- package/dist/chunk-TAPLA36E.mjs +0 -354
package/styles.css
CHANGED
|
@@ -1,3 +1,360 @@
|
|
|
1
1
|
@import '@mantine/core/styles.css';
|
|
2
2
|
@import '@mantine/notifications/styles.css';
|
|
3
3
|
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Source+Serif+4:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700;800&display=swap');
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--gds-vibe-primary: #7c3aed;
|
|
7
|
+
--gds-vibe-accent: #06b6d4;
|
|
8
|
+
--gds-vibe-glow: rgba(124, 58, 237, 0.2);
|
|
9
|
+
--gds-vibe-canvas: #f8fafc;
|
|
10
|
+
--gds-vibe-shell: rgba(255, 255, 255, 0.82);
|
|
11
|
+
--gds-vibe-surface: rgba(255, 255, 255, 0.9);
|
|
12
|
+
--gds-vibe-border: rgba(124, 58, 237, 0.22);
|
|
13
|
+
--gds-vibe-text: #111827;
|
|
14
|
+
--gds-vibe-muted: #64748b;
|
|
15
|
+
--gds-vibe-gradient: radial-gradient(circle at 18% 12%, rgba(124, 58, 237, 0.18), transparent 28%), radial-gradient(circle at 82% 8%, rgba(6, 182, 212, 0.16), transparent 30%);
|
|
16
|
+
--gds-vibe-hero: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(6, 182, 212, 0.12));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
html[data-gds-theme-preset] body {
|
|
20
|
+
color: var(--gds-vibe-text);
|
|
21
|
+
background:
|
|
22
|
+
var(--gds-vibe-gradient),
|
|
23
|
+
linear-gradient(135deg, var(--gds-vibe-canvas), color-mix(in srgb, var(--gds-vibe-primary) 8%, var(--gds-vibe-canvas)));
|
|
24
|
+
background-attachment: fixed;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
html[data-gds-theme-preset] body::before {
|
|
28
|
+
position: fixed;
|
|
29
|
+
inset: 0;
|
|
30
|
+
z-index: -1;
|
|
31
|
+
pointer-events: none;
|
|
32
|
+
content: '';
|
|
33
|
+
background:
|
|
34
|
+
radial-gradient(circle at 8% 78%, color-mix(in srgb, var(--gds-vibe-primary) 24%, transparent), transparent 24rem),
|
|
35
|
+
radial-gradient(circle at 92% 24%, color-mix(in srgb, var(--gds-vibe-accent) 22%, transparent), transparent 28rem),
|
|
36
|
+
linear-gradient(135deg, color-mix(in srgb, var(--gds-vibe-primary) 8%, transparent), transparent 42%);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
html[data-gds-theme-preset] .mantine-AppShell-main {
|
|
40
|
+
min-height: 100vh;
|
|
41
|
+
color: var(--gds-vibe-text);
|
|
42
|
+
background:
|
|
43
|
+
radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--gds-vibe-accent) 18%, transparent), transparent 24rem),
|
|
44
|
+
radial-gradient(circle at 8% 88%, color-mix(in srgb, var(--gds-vibe-primary) 16%, transparent), transparent 24rem),
|
|
45
|
+
linear-gradient(135deg, color-mix(in srgb, var(--gds-vibe-canvas) 90%, white), var(--gds-vibe-canvas));
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
html[data-mantine-color-scheme='dark'][data-gds-theme-preset] .mantine-AppShell-main {
|
|
49
|
+
background:
|
|
50
|
+
radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--gds-vibe-accent) 24%, transparent), transparent 25rem),
|
|
51
|
+
radial-gradient(circle at 12% 80%, color-mix(in srgb, var(--gds-vibe-primary) 26%, transparent), transparent 24rem),
|
|
52
|
+
linear-gradient(135deg, color-mix(in srgb, var(--gds-vibe-canvas) 94%, black), var(--gds-vibe-canvas));
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
html[data-gds-theme-preset] .mantine-AppShell-header,
|
|
56
|
+
html[data-gds-theme-preset] .mantine-AppShell-navbar,
|
|
57
|
+
html[data-gds-theme-preset] .mantine-AppShell-footer {
|
|
58
|
+
color: var(--gds-vibe-text);
|
|
59
|
+
background:
|
|
60
|
+
linear-gradient(135deg, color-mix(in srgb, var(--gds-vibe-shell) 88%, var(--gds-vibe-primary) 8%), var(--gds-vibe-shell));
|
|
61
|
+
border-color: var(--gds-vibe-border);
|
|
62
|
+
backdrop-filter: blur(20px) saturate(1.25);
|
|
63
|
+
box-shadow: 0 18px 60px color-mix(in srgb, var(--gds-vibe-glow) 36%, transparent);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
html[data-gds-theme-preset] .mantine-AppShell-navbar {
|
|
67
|
+
background:
|
|
68
|
+
radial-gradient(circle at 86% 78%, color-mix(in srgb, var(--gds-vibe-accent) 16%, transparent), transparent 11rem),
|
|
69
|
+
linear-gradient(155deg, color-mix(in srgb, var(--gds-vibe-shell) 82%, var(--gds-vibe-primary) 10%), var(--gds-vibe-shell));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
html[data-gds-theme-preset] .mantine-Paper-root,
|
|
73
|
+
html[data-gds-theme-preset] .mantine-Card-root {
|
|
74
|
+
color: var(--gds-vibe-text);
|
|
75
|
+
background:
|
|
76
|
+
linear-gradient(145deg, color-mix(in srgb, var(--gds-vibe-surface) 94%, white), color-mix(in srgb, var(--gds-vibe-surface) 86%, var(--gds-vibe-primary) 7%));
|
|
77
|
+
border-color: var(--gds-vibe-border);
|
|
78
|
+
box-shadow: 0 18px 54px color-mix(in srgb, var(--gds-vibe-glow) 20%, transparent);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
html[data-mantine-color-scheme='dark'][data-gds-theme-preset] .mantine-Paper-root,
|
|
82
|
+
html[data-mantine-color-scheme='dark'][data-gds-theme-preset] .mantine-Card-root {
|
|
83
|
+
background:
|
|
84
|
+
linear-gradient(145deg, color-mix(in srgb, var(--gds-vibe-surface) 88%, black), color-mix(in srgb, var(--gds-vibe-surface) 76%, var(--gds-vibe-primary) 14%));
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
html[data-gds-theme-preset] .mantine-Button-root:not([data-variant='default']) {
|
|
88
|
+
background: linear-gradient(135deg, var(--gds-vibe-primary), var(--gds-vibe-accent));
|
|
89
|
+
border-color: color-mix(in srgb, var(--gds-vibe-primary) 72%, var(--gds-vibe-accent));
|
|
90
|
+
color: white;
|
|
91
|
+
box-shadow: 0 12px 34px color-mix(in srgb, var(--gds-vibe-glow) 58%, transparent);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
html[data-gds-theme-preset] .mantine-Button-root[data-variant='default'] {
|
|
95
|
+
color: var(--gds-vibe-text);
|
|
96
|
+
background: color-mix(in srgb, var(--gds-vibe-surface) 90%, var(--gds-vibe-primary) 7%);
|
|
97
|
+
border-color: var(--gds-vibe-border);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
html[data-gds-theme-preset] .mantine-Badge-root {
|
|
101
|
+
color: color-mix(in srgb, var(--gds-vibe-primary) 76%, var(--gds-vibe-text));
|
|
102
|
+
background: color-mix(in srgb, var(--gds-vibe-primary) 15%, transparent);
|
|
103
|
+
border-color: color-mix(in srgb, var(--gds-vibe-primary) 28%, transparent);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
html[data-gds-theme-preset] .mantine-Input-input,
|
|
107
|
+
html[data-gds-theme-preset] .mantine-NativeSelect-input,
|
|
108
|
+
html[data-gds-theme-preset] .mantine-Textarea-input {
|
|
109
|
+
color: var(--gds-vibe-text);
|
|
110
|
+
background: color-mix(in srgb, var(--gds-vibe-surface) 88%, transparent);
|
|
111
|
+
border-color: color-mix(in srgb, var(--gds-vibe-border) 90%, var(--gds-vibe-primary));
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
html[data-gds-theme-preset] .mantine-Input-input:focus,
|
|
115
|
+
html[data-gds-theme-preset] .mantine-NativeSelect-input:focus,
|
|
116
|
+
html[data-gds-theme-preset] .mantine-Textarea-input:focus {
|
|
117
|
+
border-color: var(--gds-vibe-primary);
|
|
118
|
+
box-shadow: 0 0 0 3px color-mix(in srgb, var(--gds-vibe-primary) 18%, transparent);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
html[data-gds-theme-preset] .mantine-Checkbox-input:checked {
|
|
122
|
+
background: linear-gradient(135deg, var(--gds-vibe-primary), var(--gds-vibe-accent));
|
|
123
|
+
border-color: var(--gds-vibe-primary);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
html[data-gds-theme-preset] a,
|
|
127
|
+
html[data-gds-theme-preset] button {
|
|
128
|
+
transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
html[data-gds-theme-preset] .mantine-AppShell-main h1,
|
|
132
|
+
html[data-gds-theme-preset] .mantine-AppShell-main h2,
|
|
133
|
+
html[data-gds-theme-preset] .mantine-AppShell-main h3 {
|
|
134
|
+
color: var(--gds-vibe-text);
|
|
135
|
+
text-shadow: 0 1px 0 color-mix(in srgb, var(--gds-vibe-surface) 70%, transparent);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
html[data-gds-theme-preset] .mantine-Text-root[data-dimmed],
|
|
139
|
+
html[data-gds-theme-preset] .mantine-InputWrapper-description,
|
|
140
|
+
html[data-gds-theme-preset] .mantine-InputWrapper-label {
|
|
141
|
+
color: var(--gds-vibe-muted);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
html[data-gds-theme-preset='default'] body,
|
|
145
|
+
html[data-gds-theme-preset='flat-surface'] body,
|
|
146
|
+
html[data-gds-theme-preset='editorial'] body,
|
|
147
|
+
html[data-gds-theme-preset='brand'] body {
|
|
148
|
+
background:
|
|
149
|
+
var(--gds-vibe-gradient),
|
|
150
|
+
linear-gradient(135deg, var(--gds-vibe-canvas), color-mix(in srgb, var(--gds-vibe-primary) 4%, var(--gds-vibe-canvas)));
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
html[data-gds-theme-preset='sunset'] .mantine-AppShell-main,
|
|
154
|
+
html[data-gds-theme-preset='oceanic'] .mantine-AppShell-main,
|
|
155
|
+
html[data-gds-theme-preset='forest'] .mantine-AppShell-main,
|
|
156
|
+
html[data-gds-theme-preset='ruby'] .mantine-AppShell-main,
|
|
157
|
+
html[data-gds-theme-preset='amber'] .mantine-AppShell-main,
|
|
158
|
+
html[data-gds-theme-preset='neon-night'] .mantine-AppShell-main,
|
|
159
|
+
html[data-gds-theme-preset='skyline'] .mantine-AppShell-main,
|
|
160
|
+
html[data-gds-theme-preset='aurora'] .mantine-AppShell-main,
|
|
161
|
+
html[data-gds-theme-preset='coral'] .mantine-AppShell-main,
|
|
162
|
+
html[data-gds-theme-preset='mint'] .mantine-AppShell-main,
|
|
163
|
+
html[data-gds-theme-preset='orchid'] .mantine-AppShell-main,
|
|
164
|
+
html[data-gds-theme-preset='royal'] .mantine-AppShell-main {
|
|
165
|
+
background:
|
|
166
|
+
radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--gds-vibe-accent) 34%, transparent), transparent 22rem),
|
|
167
|
+
radial-gradient(circle at 10% 78%, color-mix(in srgb, var(--gds-vibe-primary) 30%, transparent), transparent 25rem),
|
|
168
|
+
radial-gradient(circle at 78% 88%, color-mix(in srgb, var(--gds-vibe-primary) 16%, transparent), transparent 18rem),
|
|
169
|
+
linear-gradient(135deg, color-mix(in srgb, var(--gds-vibe-canvas) 72%, var(--gds-vibe-primary) 18%), color-mix(in srgb, var(--gds-vibe-canvas) 74%, var(--gds-vibe-accent) 14%)) !important;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
html[data-gds-theme-preset='sunset'] .mantine-AppShell-header,
|
|
173
|
+
html[data-gds-theme-preset='sunset'] .mantine-AppShell-navbar,
|
|
174
|
+
html[data-gds-theme-preset='oceanic'] .mantine-AppShell-header,
|
|
175
|
+
html[data-gds-theme-preset='oceanic'] .mantine-AppShell-navbar,
|
|
176
|
+
html[data-gds-theme-preset='forest'] .mantine-AppShell-header,
|
|
177
|
+
html[data-gds-theme-preset='forest'] .mantine-AppShell-navbar,
|
|
178
|
+
html[data-gds-theme-preset='ruby'] .mantine-AppShell-header,
|
|
179
|
+
html[data-gds-theme-preset='ruby'] .mantine-AppShell-navbar,
|
|
180
|
+
html[data-gds-theme-preset='amber'] .mantine-AppShell-header,
|
|
181
|
+
html[data-gds-theme-preset='amber'] .mantine-AppShell-navbar,
|
|
182
|
+
html[data-gds-theme-preset='neon-night'] .mantine-AppShell-header,
|
|
183
|
+
html[data-gds-theme-preset='neon-night'] .mantine-AppShell-navbar,
|
|
184
|
+
html[data-gds-theme-preset='skyline'] .mantine-AppShell-header,
|
|
185
|
+
html[data-gds-theme-preset='skyline'] .mantine-AppShell-navbar,
|
|
186
|
+
html[data-gds-theme-preset='aurora'] .mantine-AppShell-header,
|
|
187
|
+
html[data-gds-theme-preset='aurora'] .mantine-AppShell-navbar,
|
|
188
|
+
html[data-gds-theme-preset='coral'] .mantine-AppShell-header,
|
|
189
|
+
html[data-gds-theme-preset='coral'] .mantine-AppShell-navbar,
|
|
190
|
+
html[data-gds-theme-preset='mint'] .mantine-AppShell-header,
|
|
191
|
+
html[data-gds-theme-preset='mint'] .mantine-AppShell-navbar,
|
|
192
|
+
html[data-gds-theme-preset='orchid'] .mantine-AppShell-header,
|
|
193
|
+
html[data-gds-theme-preset='orchid'] .mantine-AppShell-navbar,
|
|
194
|
+
html[data-gds-theme-preset='royal'] .mantine-AppShell-header,
|
|
195
|
+
html[data-gds-theme-preset='royal'] .mantine-AppShell-navbar {
|
|
196
|
+
background:
|
|
197
|
+
radial-gradient(circle at 90% 20%, color-mix(in srgb, var(--gds-vibe-accent) 24%, transparent), transparent 14rem),
|
|
198
|
+
linear-gradient(135deg, color-mix(in srgb, var(--gds-vibe-shell) 68%, var(--gds-vibe-primary) 20%), color-mix(in srgb, var(--gds-vibe-shell) 74%, var(--gds-vibe-accent) 10%)) !important;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
html[data-gds-theme-preset='sunset'] .mantine-Paper-root,
|
|
202
|
+
html[data-gds-theme-preset='sunset'] .mantine-Card-root,
|
|
203
|
+
html[data-gds-theme-preset='oceanic'] .mantine-Paper-root,
|
|
204
|
+
html[data-gds-theme-preset='oceanic'] .mantine-Card-root,
|
|
205
|
+
html[data-gds-theme-preset='forest'] .mantine-Paper-root,
|
|
206
|
+
html[data-gds-theme-preset='forest'] .mantine-Card-root,
|
|
207
|
+
html[data-gds-theme-preset='ruby'] .mantine-Paper-root,
|
|
208
|
+
html[data-gds-theme-preset='ruby'] .mantine-Card-root,
|
|
209
|
+
html[data-gds-theme-preset='amber'] .mantine-Paper-root,
|
|
210
|
+
html[data-gds-theme-preset='amber'] .mantine-Card-root,
|
|
211
|
+
html[data-gds-theme-preset='neon-night'] .mantine-Paper-root,
|
|
212
|
+
html[data-gds-theme-preset='neon-night'] .mantine-Card-root,
|
|
213
|
+
html[data-gds-theme-preset='skyline'] .mantine-Paper-root,
|
|
214
|
+
html[data-gds-theme-preset='skyline'] .mantine-Card-root,
|
|
215
|
+
html[data-gds-theme-preset='aurora'] .mantine-Paper-root,
|
|
216
|
+
html[data-gds-theme-preset='aurora'] .mantine-Card-root,
|
|
217
|
+
html[data-gds-theme-preset='coral'] .mantine-Paper-root,
|
|
218
|
+
html[data-gds-theme-preset='coral'] .mantine-Card-root,
|
|
219
|
+
html[data-gds-theme-preset='mint'] .mantine-Paper-root,
|
|
220
|
+
html[data-gds-theme-preset='mint'] .mantine-Card-root,
|
|
221
|
+
html[data-gds-theme-preset='orchid'] .mantine-Paper-root,
|
|
222
|
+
html[data-gds-theme-preset='orchid'] .mantine-Card-root,
|
|
223
|
+
html[data-gds-theme-preset='royal'] .mantine-Paper-root,
|
|
224
|
+
html[data-gds-theme-preset='royal'] .mantine-Card-root {
|
|
225
|
+
background:
|
|
226
|
+
radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--gds-vibe-accent) 16%, transparent), transparent 12rem),
|
|
227
|
+
linear-gradient(145deg, color-mix(in srgb, var(--gds-vibe-surface) 82%, white), color-mix(in srgb, var(--gds-vibe-surface) 74%, var(--gds-vibe-primary) 14%)) !important;
|
|
228
|
+
border-color: color-mix(in srgb, var(--gds-vibe-border) 78%, var(--gds-vibe-primary)) !important;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
html[data-gds-theme-preset='cosmic'] body {
|
|
232
|
+
color: #ffffff;
|
|
233
|
+
background:
|
|
234
|
+
radial-gradient(circle at 92% 32%, rgba(255, 180, 70, 0.95) 0 8%, transparent 22%),
|
|
235
|
+
radial-gradient(circle at 84% 42%, rgba(255, 45, 190, 0.75) 0 12%, transparent 28%),
|
|
236
|
+
radial-gradient(circle at 72% 18%, rgba(0, 220, 255, 0.55) 0 11%, transparent 28%),
|
|
237
|
+
radial-gradient(circle at 22% 82%, rgba(255, 60, 210, 0.35) 0 5%, transparent 16%),
|
|
238
|
+
linear-gradient(135deg, #19005c 0%, #071a80 38%, #003fd1 63%, #4d08a8 100%) !important;
|
|
239
|
+
background-attachment: fixed;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
html[data-gds-theme-preset='cosmic'] body::before {
|
|
243
|
+
position: fixed;
|
|
244
|
+
inset: 0;
|
|
245
|
+
z-index: -1;
|
|
246
|
+
pointer-events: none;
|
|
247
|
+
content: '';
|
|
248
|
+
background:
|
|
249
|
+
radial-gradient(circle at 80% 30%, rgba(160, 42, 255, 0.95) 0 4%, transparent 11%),
|
|
250
|
+
radial-gradient(circle at 72% 36%, rgba(0, 145, 255, 0.8) 0 3%, transparent 9%),
|
|
251
|
+
radial-gradient(circle at 98% 74%, rgba(120, 25, 255, 0.75) 0 10%, transparent 24%),
|
|
252
|
+
linear-gradient(115deg, transparent 0 61%, rgba(0, 245, 255, 0.42) 61% 72%, transparent 72%);
|
|
253
|
+
filter: blur(0.5px);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
html[data-gds-theme-preset='cosmic'] body::after {
|
|
257
|
+
position: fixed;
|
|
258
|
+
inset: 0;
|
|
259
|
+
z-index: -1;
|
|
260
|
+
pointer-events: none;
|
|
261
|
+
content: '';
|
|
262
|
+
opacity: 0.38;
|
|
263
|
+
mix-blend-mode: screen;
|
|
264
|
+
background-image:
|
|
265
|
+
radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.6px),
|
|
266
|
+
radial-gradient(circle, rgba(255, 255, 255, 0.45) 0 1px, transparent 1.4px);
|
|
267
|
+
background-position: 20px 40px, 90px 120px;
|
|
268
|
+
background-size: 160px 160px, 260px 260px;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-main {
|
|
272
|
+
color: #ffffff;
|
|
273
|
+
background:
|
|
274
|
+
radial-gradient(circle at 92% 32%, rgba(255, 180, 70, 0.95) 0 8%, transparent 22%),
|
|
275
|
+
radial-gradient(circle at 84% 42%, rgba(255, 45, 190, 0.75) 0 12%, transparent 28%),
|
|
276
|
+
radial-gradient(circle at 72% 18%, rgba(0, 220, 255, 0.55) 0 11%, transparent 28%),
|
|
277
|
+
radial-gradient(circle at 22% 82%, rgba(255, 60, 210, 0.35) 0 5%, transparent 16%),
|
|
278
|
+
linear-gradient(135deg, #19005c 0%, #071a80 38%, #003fd1 63%, #4d08a8 100%) !important;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-header,
|
|
282
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-navbar,
|
|
283
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-footer {
|
|
284
|
+
color: #ffffff;
|
|
285
|
+
background: rgba(10, 18, 70, 0.62) !important;
|
|
286
|
+
border-color: rgba(190, 160, 255, 0.45) !important;
|
|
287
|
+
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
|
|
288
|
+
backdrop-filter: blur(22px) saturate(1.25);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Paper-root,
|
|
292
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Card-root {
|
|
293
|
+
color: #ffffff;
|
|
294
|
+
background:
|
|
295
|
+
radial-gradient(circle at 100% 0%, rgba(224, 24, 255, 0.2), transparent 13rem),
|
|
296
|
+
rgba(10, 18, 70, 0.62) !important;
|
|
297
|
+
border-color: rgba(190, 160, 255, 0.45) !important;
|
|
298
|
+
border-radius: 28px;
|
|
299
|
+
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
|
|
300
|
+
backdrop-filter: blur(22px) saturate(1.2);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Button-root:not([data-variant='default']) {
|
|
304
|
+
color: #ffffff;
|
|
305
|
+
background: linear-gradient(135deg, #7c3cff, #e018ff, #ff9b3d) !important;
|
|
306
|
+
border-color: transparent !important;
|
|
307
|
+
box-shadow: 0 12px 32px rgba(224, 24, 255, 0.32);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Button-root[data-variant='default'],
|
|
311
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Input-input,
|
|
312
|
+
html[data-gds-theme-preset='cosmic'] .mantine-NativeSelect-input,
|
|
313
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Textarea-input {
|
|
314
|
+
color: #ffffff;
|
|
315
|
+
background: rgba(16, 26, 86, 0.54) !important;
|
|
316
|
+
border-color: rgba(190, 160, 255, 0.45) !important;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Input-input::placeholder,
|
|
320
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Textarea-input::placeholder {
|
|
321
|
+
color: rgba(235, 238, 255, 0.58);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-main h1,
|
|
325
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-main h2,
|
|
326
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-main h3,
|
|
327
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-main h4,
|
|
328
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Text-root,
|
|
329
|
+
html[data-gds-theme-preset='cosmic'] .mantine-InputWrapper-label {
|
|
330
|
+
color: #ffffff;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
html[data-gds-theme-preset='cosmic'] .mantine-Text-root[data-dimmed],
|
|
334
|
+
html[data-gds-theme-preset='cosmic'] .mantine-InputWrapper-description {
|
|
335
|
+
color: rgba(235, 238, 255, 0.76);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
@media (max-width: 768px) {
|
|
339
|
+
html[data-gds-theme-preset='cosmic'] body,
|
|
340
|
+
html[data-gds-theme-preset='cosmic'] .mantine-AppShell-main {
|
|
341
|
+
background:
|
|
342
|
+
radial-gradient(circle at 115% 18%, rgba(255, 170, 70, 0.95) 0 13%, transparent 31%),
|
|
343
|
+
radial-gradient(circle at 90% 38%, rgba(255, 45, 190, 0.72) 0 17%, transparent 38%),
|
|
344
|
+
radial-gradient(circle at 58% 14%, rgba(0, 220, 255, 0.48) 0 13%, transparent 35%),
|
|
345
|
+
linear-gradient(150deg, #180052 0%, #07136f 42%, #0038bc 70%, #5207a4 100%) !important;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
html[data-gds-theme-preset='cosmic'] body::before {
|
|
349
|
+
background:
|
|
350
|
+
radial-gradient(circle at 83% 32%, rgba(160, 42, 255, 0.9) 0 8%, transparent 20%),
|
|
351
|
+
radial-gradient(circle at 95% 76%, rgba(120, 25, 255, 0.7) 0 14%, transparent 34%);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
@media (prefers-reduced-motion: reduce) {
|
|
356
|
+
html[data-gds-theme-preset] a,
|
|
357
|
+
html[data-gds-theme-preset] button {
|
|
358
|
+
transition: none;
|
|
359
|
+
}
|
|
360
|
+
}
|