general-library-union 2.3.29 → 2.3.31
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
|
@@ -2114,9 +2114,16 @@ span{
|
|
|
2114
2114
|
|
|
2115
2115
|
}
|
|
2116
2116
|
|
|
2117
|
+
/******************************************************************************
|
|
2118
|
+
* Tabla spinner styles
|
|
2119
|
+
*****************************************************************************/
|
|
2120
|
+
.p-component-overlay {
|
|
2121
|
+
background-color: rgba(238, 238, 238, 0.32) !important;
|
|
2122
|
+
}
|
|
2117
2123
|
|
|
2118
|
-
|
|
2119
|
-
|
|
2124
|
+
.p-datatable .p-datatable-loading-icon {
|
|
2125
|
+
color: var(--color-500) !important;
|
|
2126
|
+
}
|
|
2120
2127
|
|
|
2121
2128
|
|
|
2122
2129
|
/******************************************************************************
|
|
@@ -2361,7 +2361,14 @@ span{
|
|
|
2361
2361
|
}
|
|
2362
2362
|
|
|
2363
2363
|
|
|
2364
|
+
/******************************************************************************
|
|
2365
|
+
* Tabla spinner styles
|
|
2366
|
+
*****************************************************************************/
|
|
2367
|
+
|
|
2364
2368
|
|
|
2369
|
+
.p-datatable .p-datatable-loading-icon {
|
|
2370
|
+
color: var(--color-500) !important;
|
|
2371
|
+
}
|
|
2365
2372
|
|
|
2366
2373
|
|
|
2367
2374
|
/******************************************************************************
|
|
@@ -5026,7 +5033,7 @@ img#footer-logo::before {
|
|
|
5026
5033
|
top: 50%;
|
|
5027
5034
|
border-top: 15px solid transparent;
|
|
5028
5035
|
border-right: none;
|
|
5029
|
-
border-left: 15px solid #
|
|
5036
|
+
border-left: 15px solid #262626;
|
|
5030
5037
|
border-bottom: 15px solid transparent;
|
|
5031
5038
|
}
|
|
5032
5039
|
|