sapp-common-package-test-final 1.7.2 → 1.7.3
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 +17 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -226,6 +226,7 @@ div._3Yvs5 {
|
|
226
226
|
|
227
227
|
._2GTYD {
|
228
228
|
display: flex;
|
229
|
+
width: 170px;
|
229
230
|
align-items: center;
|
230
231
|
-moz-column-gap: 16px;
|
231
232
|
column-gap: 16px;
|
@@ -708,6 +709,16 @@ button._1GA3p:hover {
|
|
708
709
|
white-space: nowrap
|
709
710
|
}
|
710
711
|
|
712
|
+
button {
|
713
|
+
outline: 2px solid transparent !important;
|
714
|
+
outline-offset: 2px !important
|
715
|
+
}
|
716
|
+
|
717
|
+
button:focus {
|
718
|
+
outline: 2px solid transparent;
|
719
|
+
outline-offset: 2px
|
720
|
+
}
|
721
|
+
|
711
722
|
@tailwind utilities;
|
712
723
|
|
713
724
|
._2OOkM {
|
@@ -784,7 +795,7 @@ div._2Uj7C {
|
|
784
795
|
}
|
785
796
|
|
786
797
|
._pki6z {
|
787
|
-
@apply flex items-center gap-x-4 focus-within:!shadow-none text-center;
|
798
|
+
@apply flex items-center gap-x-4 focus-within:!shadow-none text-center w-[170px];
|
788
799
|
}
|
789
800
|
|
790
801
|
._2OOkM div._pki6z input {
|
@@ -1042,6 +1053,11 @@ button._3-kZ6 {
|
|
1042
1053
|
@apply overflow-hidden text-ellipsis whitespace-nowrap w-[120px];
|
1043
1054
|
}
|
1044
1055
|
|
1056
|
+
|
1057
|
+
button {
|
1058
|
+
@apply focus:outline-none !outline-none;
|
1059
|
+
}
|
1060
|
+
|
1045
1061
|
._2Y9jk ._3puh0 {
|
1046
1062
|
display: none;
|
1047
1063
|
}
|