@limpiolux/ui-styles 1.0.14 → 1.0.16
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/components.css +107 -10
- package/light.css +56 -0
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.portal-launchpad-grid {
|
|
185
|
-
@apply grid gap-x-
|
|
185
|
+
@apply grid grid-cols-3 gap-x-4 gap-y-6 sm:grid-cols-4 lg:grid-cols-3 xl:grid-cols-4;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
.portal-launchpad-card {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.portal-launchpad-icon {
|
|
201
|
-
@apply inline-flex h-
|
|
201
|
+
@apply inline-flex h-20 w-20 items-center justify-center rounded-[28px] border sm:h-24 sm:w-24;
|
|
202
202
|
border-color: rgba(255, 255, 255, 0.14);
|
|
203
203
|
background:
|
|
204
204
|
radial-gradient(circle at top left, rgba(255, 255, 255, 0.42), transparent 54%),
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.portal-launchpad-title {
|
|
232
|
-
@apply mt-3 text-
|
|
232
|
+
@apply mt-3 text-sm font-semibold tracking-tight sm:text-base;
|
|
233
233
|
color: #f4f4f5;
|
|
234
234
|
}
|
|
235
235
|
|
|
@@ -260,6 +260,98 @@
|
|
|
260
260
|
transform: translateY(0);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
+
.portal-home-grid {
|
|
264
|
+
@apply grid gap-5 lg:grid-cols-3;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.portal-home-card {
|
|
268
|
+
@apply rounded-[28px] border border-white/10 bg-white/[0.045] p-5 shadow-2xl shadow-black/30 backdrop-blur-xl;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.portal-dashboard-grid {
|
|
272
|
+
@apply mt-8 grid gap-6 xl:grid-cols-[1.45fr_0.95fr];
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.portal-dashboard-main {
|
|
276
|
+
@apply rounded-[30px] border border-white/10 bg-white/[0.045] p-5 shadow-2xl shadow-black/30 backdrop-blur-xl md:p-6;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.portal-dashboard-side {
|
|
280
|
+
@apply grid gap-5;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.portal-section-kicker {
|
|
284
|
+
@apply text-[11px] font-medium uppercase tracking-[0.22em];
|
|
285
|
+
color: #71717a;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.portal-section-title {
|
|
289
|
+
@apply mt-2 text-2xl font-semibold tracking-tight;
|
|
290
|
+
color: #f4f4f5;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.portal-section-copy {
|
|
294
|
+
@apply mt-2 text-sm leading-6;
|
|
295
|
+
color: #a1a1aa;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.portal-home-header {
|
|
299
|
+
@apply flex items-start gap-4;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.portal-home-icon {
|
|
303
|
+
@apply inline-flex h-12 w-12 items-center justify-center rounded-2xl border;
|
|
304
|
+
border-color: rgba(var(--color-brand) / 0.2);
|
|
305
|
+
background: rgba(var(--color-brand) / 0.1);
|
|
306
|
+
color: rgb(var(--color-brand-soft));
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.portal-home-kicker {
|
|
310
|
+
@apply text-[11px] font-medium uppercase tracking-[0.18em];
|
|
311
|
+
color: #71717a;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.portal-home-title {
|
|
315
|
+
@apply mt-2 text-lg font-semibold tracking-tight;
|
|
316
|
+
color: #f4f4f5;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.portal-home-copy {
|
|
320
|
+
@apply mt-2 text-sm leading-6;
|
|
321
|
+
color: #a1a1aa;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.portal-home-list {
|
|
325
|
+
@apply mt-5 space-y-3;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.portal-home-item {
|
|
329
|
+
@apply rounded-2xl border p-4 transition duration-200;
|
|
330
|
+
border-color: rgba(255, 255, 255, 0.08);
|
|
331
|
+
background: rgba(255, 255, 255, 0.03);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.portal-home-item:hover {
|
|
335
|
+
border-color: rgba(var(--color-brand) / 0.18);
|
|
336
|
+
background: rgba(255, 255, 255, 0.05);
|
|
337
|
+
transform: translateY(-1px);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.portal-home-item-title {
|
|
341
|
+
@apply text-sm font-medium;
|
|
342
|
+
color: #f4f4f5;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.portal-home-item-copy {
|
|
346
|
+
@apply mt-1 text-sm leading-6;
|
|
347
|
+
color: #a1a1aa;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.portal-home-item-meta {
|
|
351
|
+
@apply mt-3 inline-flex items-center gap-2 text-xs font-medium uppercase tracking-[0.16em];
|
|
352
|
+
color: rgb(var(--color-brand-soft));
|
|
353
|
+
}
|
|
354
|
+
|
|
263
355
|
.auth-hero-panel {
|
|
264
356
|
@apply relative overflow-hidden p-8 md:p-10;
|
|
265
357
|
}
|
|
@@ -467,7 +559,7 @@
|
|
|
467
559
|
/* ── Soft tabs ── */
|
|
468
560
|
|
|
469
561
|
.soft-tab {
|
|
470
|
-
@apply relative inline-flex items-center justify-center rounded-xl px-3.5 py-2 text-sm;
|
|
562
|
+
@apply relative inline-flex shrink-0 items-center justify-center rounded-xl px-3.5 py-2 text-sm;
|
|
471
563
|
background: transparent;
|
|
472
564
|
border-color: transparent;
|
|
473
565
|
color: #a1a1aa;
|
|
@@ -488,7 +580,7 @@
|
|
|
488
580
|
}
|
|
489
581
|
|
|
490
582
|
.soft-tab-track {
|
|
491
|
-
@apply relative
|
|
583
|
+
@apply relative flex w-full items-center gap-1 overflow-x-auto rounded-2xl p-1 md:inline-flex md:w-auto;
|
|
492
584
|
border: 1px solid rgba(63, 63, 70, 0.78);
|
|
493
585
|
background:
|
|
494
586
|
linear-gradient(180deg, rgba(39, 39, 42, 0.28), rgba(24, 24, 27, 0.32)),
|
|
@@ -502,6 +594,11 @@
|
|
|
502
594
|
0 18px 34px -28px rgba(0, 0, 0, 0.34);
|
|
503
595
|
backdrop-filter: blur(18px);
|
|
504
596
|
-webkit-backdrop-filter: blur(18px);
|
|
597
|
+
scrollbar-width: none;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.soft-tab-track::-webkit-scrollbar {
|
|
601
|
+
display: none;
|
|
505
602
|
}
|
|
506
603
|
|
|
507
604
|
.soft-tab-slider {
|
|
@@ -611,25 +708,25 @@
|
|
|
611
708
|
}
|
|
612
709
|
|
|
613
710
|
.portal-header-panel {
|
|
614
|
-
@apply flex flex-col gap-4 p-
|
|
711
|
+
@apply flex flex-col gap-4 p-5 md:flex-row md:items-end md:justify-between md:p-6;
|
|
615
712
|
}
|
|
616
713
|
|
|
617
714
|
.portal-stat-card {
|
|
618
|
-
@apply flex h-
|
|
715
|
+
@apply flex h-11 items-center rounded-2xl border px-3;
|
|
619
716
|
border-color: rgba(255, 255, 255, 0.1);
|
|
620
717
|
background: rgba(255, 255, 255, 0.05);
|
|
621
718
|
}
|
|
622
719
|
|
|
623
720
|
.portal-toolbar {
|
|
624
|
-
@apply flex flex-wrap items-center justify-end
|
|
721
|
+
@apply flex flex-wrap items-center gap-2 md:justify-end;
|
|
625
722
|
}
|
|
626
723
|
|
|
627
724
|
.portal-toolbar-button {
|
|
628
|
-
@apply h-
|
|
725
|
+
@apply h-11 min-w-11 rounded-2xl px-0;
|
|
629
726
|
}
|
|
630
727
|
|
|
631
728
|
.portal-toolbar-icon {
|
|
632
|
-
@apply inline-flex h-
|
|
729
|
+
@apply inline-flex h-11 w-11 items-center justify-center rounded-2xl border border-white/10 bg-white/5 text-zinc-200;
|
|
633
730
|
transition:
|
|
634
731
|
transform 220ms ease,
|
|
635
732
|
background-color 220ms ease,
|
package/light.css
CHANGED
|
@@ -509,6 +509,62 @@
|
|
|
509
509
|
color: #0369a1;
|
|
510
510
|
}
|
|
511
511
|
|
|
512
|
+
.light .portal-home-card {
|
|
513
|
+
border-color: rgba(212, 212, 216, 0.92);
|
|
514
|
+
background: rgba(255, 255, 255, 0.84);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.light .portal-dashboard-main {
|
|
518
|
+
border-color: rgba(212, 212, 216, 0.92);
|
|
519
|
+
background: rgba(255, 255, 255, 0.84);
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.light .portal-home-icon {
|
|
523
|
+
border-color: rgba(186, 230, 253, 0.92);
|
|
524
|
+
background: rgba(240, 249, 255, 0.92);
|
|
525
|
+
color: rgb(var(--color-brand-strong));
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.light .portal-home-kicker {
|
|
529
|
+
color: #52525b;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.light .portal-section-kicker {
|
|
533
|
+
color: #52525b;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.light .portal-section-title {
|
|
537
|
+
color: #18181b;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.light .portal-section-copy {
|
|
541
|
+
color: #52525b;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.light .portal-home-title,
|
|
545
|
+
.light .portal-home-item-title {
|
|
546
|
+
color: #18181b;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.light .portal-home-copy,
|
|
550
|
+
.light .portal-home-item-copy {
|
|
551
|
+
color: #52525b;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.light .portal-home-item {
|
|
555
|
+
border-color: rgba(212, 212, 216, 0.92);
|
|
556
|
+
background: rgba(255, 255, 255, 0.9);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.light .portal-home-item:hover {
|
|
560
|
+
border-color: rgba(186, 230, 253, 0.92);
|
|
561
|
+
background: #ffffff;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.light .portal-home-item-meta {
|
|
565
|
+
color: rgb(var(--color-brand-strong));
|
|
566
|
+
}
|
|
567
|
+
|
|
512
568
|
.light .portal-title {
|
|
513
569
|
color: #18181b;
|
|
514
570
|
}
|