general-library-union 2.5.10 → 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,6 +3859,17 @@ 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
3874
|
width: 7rem;
|
|
3864
3875
|
display: table;
|