sapp-common-package-test-final 1.5.2 → 1.5.4
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/dist/index.css +6 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -795,7 +795,7 @@ div._US4AW {
|
|
795
795
|
}
|
796
796
|
|
797
797
|
._2244F {
|
798
|
-
@apply text-center font-semibold text-
|
798
|
+
@apply text-center font-semibold text-[12px];
|
799
799
|
}
|
800
800
|
|
801
801
|
._3gTTi
|
@@ -806,7 +806,7 @@ div._US4AW {
|
|
806
806
|
}
|
807
807
|
|
808
808
|
div._1N_J1 {
|
809
|
-
@apply flex flex-col !border-t-
|
809
|
+
@apply flex flex-col !border-t-[1px] !border-solid border-[#F5F5F5];
|
810
810
|
}
|
811
811
|
|
812
812
|
._3bFF2 {
|
@@ -827,7 +827,7 @@ div._1N_J1 {
|
|
827
827
|
}
|
828
828
|
|
829
829
|
div._33-xY {
|
830
|
-
@apply flex flex-col justify-between !border-t-
|
830
|
+
@apply flex flex-col justify-between !border-t-[1px] !border-solid;
|
831
831
|
}
|
832
832
|
|
833
833
|
div._30qaU {
|
@@ -845,7 +845,7 @@ div._30qaU {
|
|
845
845
|
|
846
846
|
._33-xY > ul > li,
|
847
847
|
._1fqX3 > li {
|
848
|
-
@apply px-2 py-
|
848
|
+
@apply px-2 py-[2px] rounded;
|
849
849
|
}
|
850
850
|
|
851
851
|
._S-x_L {
|
@@ -865,7 +865,7 @@ div._30qaU {
|
|
865
865
|
}
|
866
866
|
|
867
867
|
._3HaWW {
|
868
|
-
@apply flex flex-col gap-y-
|
868
|
+
@apply flex flex-col gap-y-[2px] text-center font-semibold text-[12px];
|
869
869
|
}
|
870
870
|
|
871
871
|
._1JsGC thead th:first-child > ._3HaWW {
|
@@ -877,7 +877,7 @@ div._30qaU {
|
|
877
877
|
}
|
878
878
|
|
879
879
|
._1JsGC tbody td:first-child > div {
|
880
|
-
@apply text-center text-
|
880
|
+
@apply text-center text-[12px];
|
881
881
|
}
|
882
882
|
|
883
883
|
._1tvYg {
|