sapp-common-package-test-final 1.0.0 → 1.0.2
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 +9 -9
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -617,31 +617,31 @@ div._12I9I {
|
|
617
617
|
}
|
618
618
|
|
619
619
|
._3LEeo {
|
620
|
-
@apply bg-
|
620
|
+
@apply bg-white text-gray-2;
|
621
621
|
}
|
622
622
|
|
623
623
|
._1N2aY {
|
624
|
-
@apply border-
|
624
|
+
@apply border-['#FFB800'] bg-['#FFB800'] text-white;
|
625
625
|
}
|
626
626
|
|
627
627
|
._2tFGa {
|
628
|
-
@apply border-
|
628
|
+
@apply border-[#176CDD] bg-[#176CDD]/5 text-[#176CDD];
|
629
629
|
}
|
630
630
|
|
631
631
|
._3cS4h {
|
632
|
-
@apply border-
|
632
|
+
@apply border-[#EC940E] bg-[rgba(236,148,14,0.05)] text-[#EC940E];
|
633
633
|
}
|
634
634
|
|
635
635
|
._ubFeJ {
|
636
|
-
@apply border-
|
636
|
+
@apply border-[#07AF17] bg-[#07AF17]/5 text-[#07AF17];
|
637
637
|
}
|
638
638
|
|
639
639
|
._1s2ED {
|
640
|
-
@apply border-
|
640
|
+
@apply border-[#F01919] bg-[#F01919]/5 text-[#F01919];
|
641
641
|
}
|
642
642
|
|
643
643
|
._3rwzE {
|
644
|
-
@apply bg-
|
644
|
+
@apply bg-[#F2F4F7] text-[#78829D];
|
645
645
|
}
|
646
646
|
|
647
647
|
._9uloX {
|
@@ -694,7 +694,7 @@ div._US4AW {
|
|
694
694
|
thead
|
695
695
|
th:first-child
|
696
696
|
> ._2244F._2ZBuL {
|
697
|
-
@apply w-[100px] text-
|
697
|
+
@apply w-[100px] text-[#FFB800];
|
698
698
|
}
|
699
699
|
|
700
700
|
div._1N_J1 {
|
@@ -702,7 +702,7 @@ div._1N_J1 {
|
|
702
702
|
}
|
703
703
|
|
704
704
|
._3bFF2 {
|
705
|
-
@apply pt-2 px-2 font-medium text-
|
705
|
+
@apply pt-2 px-2 font-medium text-[#FFB800];
|
706
706
|
}
|
707
707
|
|
708
708
|
._3gTTi tbody td > div {
|