@limpiolux/ui-styles 1.0.28 → 1.0.29
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 +2 -2
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.theme-icon-button {
|
|
48
|
-
@apply inline-flex h-9 w-9 shrink-0 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
48
|
+
@apply inline-flex h-9 w-9 shrink-0 self-center aspect-square items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
49
49
|
transition: transform 220ms ease, opacity 220ms ease;
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
}
|
|
799
799
|
|
|
800
800
|
.portal-toolbar-icon {
|
|
801
|
-
@apply inline-flex h-9 w-9 shrink-0 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
801
|
+
@apply inline-flex h-9 w-9 shrink-0 self-center aspect-square items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
802
802
|
transition: transform 220ms ease, opacity 220ms ease;
|
|
803
803
|
}
|
|
804
804
|
|