general-library-union 2.3.32 → 2.3.34
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
|
@@ -117,7 +117,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
117
117
|
|
|
118
118
|
.card-container{
|
|
119
119
|
height: 100vh;
|
|
120
|
-
|
|
120
|
+
justify-content: center;
|
|
121
|
+
align-items: center;
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
|
|
@@ -204,19 +205,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
204
205
|
|
|
205
206
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
206
207
|
|
|
207
|
-
|
|
208
|
-
padding-top: 2%;
|
|
209
|
-
}
|
|
208
|
+
|
|
210
209
|
|
|
211
210
|
#not-found img {
|
|
212
|
-
margin-top: 6%;
|
|
213
211
|
max-width: 18rem;
|
|
214
212
|
}
|
|
215
213
|
|
|
216
214
|
|
|
217
215
|
#not-found h5{
|
|
218
|
-
margin-top: -5%;
|
|
219
|
-
margin-bottom: 7%;
|
|
220
216
|
color: var(--color-700);
|
|
221
217
|
}
|
|
222
218
|
|
|
@@ -2122,7 +2118,7 @@ span{
|
|
|
2122
2118
|
}
|
|
2123
2119
|
|
|
2124
2120
|
.p-datatable .p-datatable-loading-icon {
|
|
2125
|
-
color: var(--color-
|
|
2121
|
+
color: var(--color-800) !important;
|
|
2126
2122
|
}
|
|
2127
2123
|
|
|
2128
2124
|
|
|
@@ -126,7 +126,8 @@ body {
|
|
|
126
126
|
|
|
127
127
|
.card-container{
|
|
128
128
|
height: 100vh;
|
|
129
|
-
|
|
129
|
+
justify-content: center;
|
|
130
|
+
align-items: center;
|
|
130
131
|
}
|
|
131
132
|
|
|
132
133
|
|
|
@@ -203,24 +204,13 @@ body {
|
|
|
203
204
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
204
205
|
|
|
205
206
|
|
|
206
|
-
#not-found .card-container {
|
|
207
|
-
padding-top: 2%;
|
|
208
|
-
}
|
|
209
207
|
|
|
210
208
|
#not-found img {
|
|
211
|
-
margin-top: 6%;
|
|
212
209
|
max-width: 18rem;
|
|
213
210
|
|
|
214
211
|
}
|
|
215
212
|
|
|
216
213
|
|
|
217
|
-
#not-found h5{
|
|
218
|
-
margin-top: -5%;
|
|
219
|
-
margin-bottom: 7%;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
214
|
}
|
|
225
215
|
|
|
226
216
|
|
|
@@ -2367,7 +2357,7 @@ span{
|
|
|
2367
2357
|
|
|
2368
2358
|
|
|
2369
2359
|
.p-datatable .p-datatable-loading-icon {
|
|
2370
|
-
color: var(--color-
|
|
2360
|
+
color: var(--color-500) !important;
|
|
2371
2361
|
}
|
|
2372
2362
|
|
|
2373
2363
|
|