@limpiolux/ui-styles 1.0.21 → 1.0.22
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
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.theme-icon-button {
|
|
46
|
-
@apply inline-flex h-
|
|
46
|
+
@apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
47
47
|
transition:
|
|
48
48
|
transform 220ms ease,
|
|
49
49
|
background-color 220ms ease,
|
|
@@ -820,11 +820,11 @@
|
|
|
820
820
|
}
|
|
821
821
|
|
|
822
822
|
.portal-toolbar-button {
|
|
823
|
-
@apply h-
|
|
823
|
+
@apply h-9 min-w-9 rounded-xl px-0;
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
.portal-toolbar-icon {
|
|
827
|
-
@apply inline-flex h-
|
|
827
|
+
@apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
828
828
|
transition:
|
|
829
829
|
transform 220ms ease,
|
|
830
830
|
background-color 220ms ease,
|