pb-sxp-ui 1.16.2 → 1.16.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 +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -991,7 +991,7 @@ a:active {
|
|
991
991
|
color: white;
|
992
992
|
border-radius: 10px;
|
993
993
|
overflow: hidden;
|
994
|
-
margin:
|
994
|
+
margin: 1.5px;
|
995
995
|
-webkit-box-sizing: border-box;
|
996
996
|
box-sizing: border-box;
|
997
997
|
width: 100%;
|
@@ -1021,8 +1021,8 @@ a:active {
|
|
1021
1021
|
.index-module_gridItem__KrJP6::after {
|
1022
1022
|
content: '';
|
1023
1023
|
position: absolute;
|
1024
|
-
inset:
|
1025
|
-
border-radius:
|
1024
|
+
inset: 1.5px;
|
1025
|
+
border-radius: 10px;
|
1026
1026
|
background-color: transparent;
|
1027
1027
|
}
|
1028
1028
|
@-webkit-keyframes index-module_rotate__5zJec {
|