general-library-union 2.7.20 → 2.7.22
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/package.json
CHANGED
|
@@ -2388,9 +2388,9 @@ li.btn-descarga-masiva a {
|
|
|
2388
2388
|
margin: 0 auto;
|
|
2389
2389
|
width: 100%;
|
|
2390
2390
|
position: -webkit-sticky;
|
|
2391
|
-
position: sticky;
|
|
2391
|
+
// position: sticky;
|
|
2392
2392
|
top: 60px;
|
|
2393
|
-
z-index: 99;
|
|
2393
|
+
// z-index: 99;
|
|
2394
2394
|
padding: 0;
|
|
2395
2395
|
}
|
|
2396
2396
|
|
|
@@ -2614,8 +2614,8 @@ li.btn-descarga-masiva a {
|
|
|
2614
2614
|
}
|
|
2615
2615
|
|
|
2616
2616
|
.avatar-image {
|
|
2617
|
-
width:
|
|
2618
|
-
height:
|
|
2617
|
+
width: 102%;
|
|
2618
|
+
height: 110%;
|
|
2619
2619
|
object-fit: cover;
|
|
2620
2620
|
}
|
|
2621
2621
|
|
|
@@ -2673,9 +2673,9 @@ li.btn-descarga-masiva a {
|
|
|
2673
2673
|
display: table;
|
|
2674
2674
|
margin: 0 auto;
|
|
2675
2675
|
width: 100%;
|
|
2676
|
-
position: sticky;
|
|
2676
|
+
// position: sticky;
|
|
2677
2677
|
top: 60px;
|
|
2678
|
-
z-index: 99;
|
|
2678
|
+
// z-index: 99;
|
|
2679
2679
|
padding: 0;
|
|
2680
2680
|
}
|
|
2681
2681
|
|
|
@@ -2971,8 +2971,8 @@ li.btn-descarga-masiva a {
|
|
|
2971
2971
|
}
|
|
2972
2972
|
|
|
2973
2973
|
.avatar-image {
|
|
2974
|
-
width:
|
|
2975
|
-
height:
|
|
2974
|
+
width: 102%;
|
|
2975
|
+
height: 110%;
|
|
2976
2976
|
object-fit: cover;
|
|
2977
2977
|
}
|
|
2978
2978
|
|