general-library-union 2.3.18 → 2.3.20

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.18",
3
+ "version": "2.3.20",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2988,6 +2988,7 @@ td.GrupoColor {
2988
2988
 
2989
2989
  .breadEstructura .p-icon {
2990
2990
  margin: 0 5px;
2991
+ width: 10px;
2991
2992
  }
2992
2993
 
2993
2994
  .breadEstructura .p-breadcrumb {
@@ -4030,6 +4030,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4030
4030
 
4031
4031
  .breadEstructura .p-icon {
4032
4032
  margin: 0 5px;
4033
+ width: 10px;
4033
4034
  }
4034
4035
 
4035
4036
 
@@ -4044,7 +4045,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4044
4045
 
4045
4046
 
4046
4047
  .breadEstructura .p-breadcrumb li:nth-child(3) span {
4047
- background: #fff;
4048
+ background: #1e1e1e;
4048
4049
  border: solid 2px $morado;
4049
4050
  padding: 3px 10px;
4050
4051
  border-radius: 5px;