@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.
- package/components.css +3 -3
- 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-
|
|
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-
|
|
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-
|
|
226
|
+
@apply mt-4 flex items-center justify-center gap-3;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.portal-launchpad-role {
|