@sunggang/ui-lib 0.2.10 → 0.2.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/index.esm.css +9 -3
- package/index.esm.js +2117 -318
- package/package.json +1 -1
- package/src/index.d.ts +2 -0
- package/src/lib/Select/CustomSelect.d.ts +2 -1
- package/src/lib/Tabs/TabsPanel.d.ts +1 -1
package/index.esm.css
CHANGED
|
@@ -816,9 +816,6 @@ video {
|
|
|
816
816
|
.h-4 {
|
|
817
817
|
height: 1rem;
|
|
818
818
|
}
|
|
819
|
-
.h-40 {
|
|
820
|
-
height: 10rem;
|
|
821
|
-
}
|
|
822
819
|
.h-5 {
|
|
823
820
|
height: 1.25rem;
|
|
824
821
|
}
|
|
@@ -2700,10 +2697,19 @@ video {
|
|
|
2700
2697
|
justify-content: center;
|
|
2701
2698
|
}
|
|
2702
2699
|
|
|
2700
|
+
.lg\:p-10 {
|
|
2701
|
+
padding: 2.5rem;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2703
2704
|
.lg\:px-8 {
|
|
2704
2705
|
padding-left: 2rem;
|
|
2705
2706
|
padding-right: 2rem;
|
|
2706
2707
|
}
|
|
2708
|
+
|
|
2709
|
+
.lg\:text-lg {
|
|
2710
|
+
font-size: 1.125rem;
|
|
2711
|
+
line-height: 1.75rem;
|
|
2712
|
+
}
|
|
2707
2713
|
}
|
|
2708
2714
|
|
|
2709
2715
|
@media (min-width: 1280px) {
|