general-library-union 2.3.21 → 2.3.23

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.3.21",
3
+ "version": "2.3.23",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -265,6 +265,9 @@ margin-bottom: 10%;
265
265
  button {
266
266
  padding: 0.5rem 6rem;
267
267
  margin-top: 2%;
268
+ background: #232323;
269
+ border-radius: 5px;
270
+ color: #fff;
268
271
  }
269
272
  }
270
273
 
@@ -2900,44 +2903,6 @@ p.chip {
2900
2903
  }
2901
2904
 
2902
2905
 
2903
- .Inputgroup #id_fechaInicial input {
2904
- background: #fff;
2905
- }
2906
-
2907
-
2908
- .Inputgroup #id_fechaRegistro input {
2909
- background: #fff;
2910
- }
2911
-
2912
- .Inputgroup input#fechaInicialVigencia {
2913
- background: #fff;
2914
- }
2915
-
2916
- .Inputgroup input#fechaInicialVigencia {
2917
- background: #fff;
2918
- }
2919
-
2920
- .Inputgroup input#fechaFinalVigencia {
2921
- background: #fff;
2922
- }
2923
-
2924
- .Inputgroup #id_fechaFinal input {
2925
- background: #fff;
2926
- }
2927
-
2928
-
2929
- .Inputgroup #id_fechaConteoUno input {
2930
- background: #fff;
2931
- }
2932
-
2933
- .Inputgroup #id_fechaConteoDos input {
2934
- background: #fff;
2935
- }
2936
-
2937
- .Inputgroup #id_fechaConteoTres input {
2938
- background: #fff;
2939
- }
2940
-
2941
2906
 
2942
2907
  #login input.inputext {
2943
2908
  border: solid 1px var(--color-100);