@limpiolux/ui-styles 1.0.21 → 1.0.23
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 +4 -9
- 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,
|
|
@@ -621,11 +621,6 @@
|
|
|
621
621
|
opacity 160ms ease;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
@media (min-width: 768px) {
|
|
625
|
-
.soft-tab {
|
|
626
|
-
flex: 0 0 auto;
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
624
|
|
|
630
625
|
.soft-tab:hover {
|
|
631
626
|
color: #e4e4e7;
|
|
@@ -636,7 +631,7 @@
|
|
|
636
631
|
}
|
|
637
632
|
|
|
638
633
|
.soft-tab-track {
|
|
639
|
-
@apply relative flex w-full items-center gap-1 overflow-x-auto rounded-2xl p-1
|
|
634
|
+
@apply relative flex w-full items-center gap-1 overflow-x-auto rounded-2xl p-1;
|
|
640
635
|
border: 1px solid rgba(63, 63, 70, 0.78);
|
|
641
636
|
background:
|
|
642
637
|
linear-gradient(180deg, rgba(39, 39, 42, 0.28), rgba(24, 24, 27, 0.32)),
|
|
@@ -820,11 +815,11 @@
|
|
|
820
815
|
}
|
|
821
816
|
|
|
822
817
|
.portal-toolbar-button {
|
|
823
|
-
@apply h-
|
|
818
|
+
@apply h-9 min-w-9 rounded-xl px-0;
|
|
824
819
|
}
|
|
825
820
|
|
|
826
821
|
.portal-toolbar-icon {
|
|
827
|
-
@apply inline-flex h-
|
|
822
|
+
@apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
828
823
|
transition:
|
|
829
824
|
transform 220ms ease,
|
|
830
825
|
background-color 220ms ease,
|