general-library-union 2.5.9 → 2.5.11
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
|
@@ -3859,11 +3859,22 @@ background: var(--color-75) !important;
|
|
|
3859
3859
|
border-radius: 5px;
|
|
3860
3860
|
}
|
|
3861
3861
|
|
|
3862
|
+
.spinner-text {
|
|
3863
|
+
position: absolute;
|
|
3864
|
+
top: 50%;
|
|
3865
|
+
left: 50%;
|
|
3866
|
+
transform: translate(-50%, -50%);
|
|
3867
|
+
font-size: 12px;
|
|
3868
|
+
font-weight: bold;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
|
|
3872
|
+
|
|
3862
3873
|
.imagen-menu img {
|
|
3863
|
-
width:
|
|
3874
|
+
width: 7rem;
|
|
3864
3875
|
display: table;
|
|
3865
3876
|
margin: 0 auto;
|
|
3866
|
-
min-height:
|
|
3877
|
+
min-height: 7rem;
|
|
3867
3878
|
}
|
|
3868
3879
|
|
|
3869
3880
|
|