sapp-common-package-test-final 1.5.6 → 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 +19 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -270,8 +270,8 @@ div._3kHog {
|
|
270
270
|
height: 32px;
|
271
271
|
border-right-width: 1px !important;
|
272
272
|
border-style: solid !important;
|
273
|
-
--tw-border-opacity: 1;
|
274
|
-
border-color: rgb(
|
273
|
+
--tw-border-opacity: 1 !important;
|
274
|
+
border-color: rgb(220 221 221 / var(--tw-border-opacity, 1)) !important
|
275
275
|
}
|
276
276
|
|
277
277
|
._18t93 thead th,
|
@@ -355,7 +355,18 @@ div._2hVZ4 {
|
|
355
355
|
div._1uenJ {
|
356
356
|
border-top-width: 4px !important;
|
357
357
|
--tw-border-opacity: 1;
|
358
|
-
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))
|
359
370
|
}
|
360
371
|
|
361
372
|
._2hVZ4 > div {
|
@@ -782,7 +793,7 @@ div._2Uj7C {
|
|
782
793
|
}
|
783
794
|
|
784
795
|
div._US4AW {
|
785
|
-
@apply h-8 !border-r-[1px] !border-solid border-[#
|
796
|
+
@apply h-8 !border-r-[1px] !border-solid !border-[#DCDDDD];
|
786
797
|
}
|
787
798
|
|
788
799
|
._2OOkM thead th,
|
@@ -832,7 +843,10 @@ div._33-xY {
|
|
832
843
|
}
|
833
844
|
|
834
845
|
div._30qaU {
|
835
|
-
@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;
|
836
850
|
}
|
837
851
|
|
838
852
|
._33-xY > div {
|