general-library-union 2.3.22 → 2.3.24

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.22",
3
+ "version": "2.3.24",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2903,44 +2903,6 @@ p.chip {
2903
2903
  }
2904
2904
 
2905
2905
 
2906
- .Inputgroup #id_fechaInicial input {
2907
- background: #fff;
2908
- }
2909
-
2910
-
2911
- .Inputgroup #id_fechaRegistro input {
2912
- background: #fff;
2913
- }
2914
-
2915
- .Inputgroup input#fechaInicialVigencia {
2916
- background: #fff;
2917
- }
2918
-
2919
- .Inputgroup input#fechaInicialVigencia {
2920
- background: #fff;
2921
- }
2922
-
2923
- .Inputgroup input#fechaFinalVigencia {
2924
- background: #fff;
2925
- }
2926
-
2927
- .Inputgroup #id_fechaFinal input {
2928
- background: #fff;
2929
- }
2930
-
2931
-
2932
- .Inputgroup #id_fechaConteoUno input {
2933
- background: #fff;
2934
- }
2935
-
2936
- .Inputgroup #id_fechaConteoDos input {
2937
- background: #fff;
2938
- }
2939
-
2940
- .Inputgroup #id_fechaConteoTres input {
2941
- background: #fff;
2942
- }
2943
-
2944
2906
 
2945
2907
  #login input.inputext {
2946
2908
  border: solid 1px var(--color-100);
@@ -2969,6 +2931,10 @@ p.chip {
2969
2931
  color: #fff !important;
2970
2932
  }
2971
2933
 
2934
+ .p-accordion-tab .card {
2935
+ background: #252428 !important;
2936
+ }
2937
+
2972
2938
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
2973
2939
  background: #39373f !important;
2974
2940
  color: #fff !important;