sapp-common-package-test-final 1.5.5 → 1.5.7
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 +22 -7
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -74,7 +74,8 @@
|
|
74
74
|
display: flex;
|
75
75
|
width: 100%;
|
76
76
|
-moz-column-gap: 24px;
|
77
|
-
column-gap: 24px
|
77
|
+
column-gap: 24px;
|
78
|
+
overflow: auto
|
78
79
|
}
|
79
80
|
|
80
81
|
._18t93 * {
|
@@ -269,8 +270,8 @@ div._3kHog {
|
|
269
270
|
height: 32px;
|
270
271
|
border-right-width: 1px !important;
|
271
272
|
border-style: solid !important;
|
272
|
-
--tw-border-opacity: 1;
|
273
|
-
border-color: rgb(
|
273
|
+
--tw-border-opacity: 1 !important;
|
274
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
274
275
|
}
|
275
276
|
|
276
277
|
._18t93 thead th,
|
@@ -354,7 +355,18 @@ div._2hVZ4 {
|
|
354
355
|
div._1uenJ {
|
355
356
|
border-top-width: 4px !important;
|
356
357
|
--tw-border-opacity: 1;
|
357
|
-
border-color: rgb(
|
358
|
+
border-color: rgb(31 127 181 / var(--tw-border-opacity, 1))
|
359
|
+
}
|
360
|
+
|
361
|
+
div._1uenJ > div {
|
362
|
+
--tw-bg-opacity: 1;
|
363
|
+
background-color: rgb(31 127 181 / var(--tw-bg-opacity, 1));
|
364
|
+
padding-left: 8px;
|
365
|
+
padding-right: 8px;
|
366
|
+
padding-bottom: 8px;
|
367
|
+
font-weight: 600;
|
368
|
+
--tw-text-opacity: 1;
|
369
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
358
370
|
}
|
359
371
|
|
360
372
|
._2hVZ4 > div {
|
@@ -692,7 +704,7 @@ button._1GA3p:hover {
|
|
692
704
|
@tailwind utilities;
|
693
705
|
|
694
706
|
._2OOkM {
|
695
|
-
@apply w-full flex gap-x-6;
|
707
|
+
@apply w-full flex gap-x-6 overflow-auto;
|
696
708
|
}
|
697
709
|
|
698
710
|
._2OOkM * {
|
@@ -781,7 +793,7 @@ div._2Uj7C {
|
|
781
793
|
}
|
782
794
|
|
783
795
|
div._US4AW {
|
784
|
-
@apply h-8 !border-r-[1px] !border-solid border-[#
|
796
|
+
@apply h-8 !border-r-[1px] !border-solid !border-[#DCDDDD];
|
785
797
|
}
|
786
798
|
|
787
799
|
._2OOkM thead th,
|
@@ -831,7 +843,10 @@ div._33-xY {
|
|
831
843
|
}
|
832
844
|
|
833
845
|
div._30qaU {
|
834
|
-
@apply border-[#
|
846
|
+
@apply border-[#1F7FB5] !border-t-4;
|
847
|
+
}
|
848
|
+
div._30qaU > div {
|
849
|
+
@apply bg-[#1F7FB5] text-white pb-2 px-2 font-semibold;
|
835
850
|
}
|
836
851
|
|
837
852
|
._33-xY > div {
|