@limpiolux/ui-styles 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/components.css +3 -3
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -186,7 +186,7 @@
186
186
  }
187
187
 
188
188
  .portal-launchpad-card {
189
- @apply rounded-[28px] border border-white/10 bg-white/[0.04] p-5 text-left shadow-2xl shadow-black/30 backdrop-blur-xl transition duration-300;
189
+ @apply rounded-[28px] border border-white/10 bg-white/[0.04] p-5 text-center shadow-2xl shadow-black/30 backdrop-blur-xl transition duration-300;
190
190
  }
191
191
 
192
192
  .portal-launchpad-card:hover {
@@ -201,7 +201,7 @@
201
201
  }
202
202
 
203
203
  .portal-launchpad-icon {
204
- @apply inline-flex h-20 w-20 items-center justify-center rounded-[26px] border;
204
+ @apply inline-flex h-24 w-24 items-center justify-center rounded-[28px] border;
205
205
  border-color: rgba(var(--color-brand) / 0.2);
206
206
  background:
207
207
  radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 56%),
@@ -223,7 +223,7 @@
223
223
  }
224
224
 
225
225
  .portal-launchpad-meta {
226
- @apply mt-4 flex items-center justify-between gap-3;
226
+ @apply mt-4 flex items-center justify-center gap-3;
227
227
  }
228
228
 
229
229
  .portal-launchpad-role {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Shared design system — Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {