general-library-union 2.3.14 → 2.3.15
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
|
@@ -2990,11 +2990,10 @@ td.GrupoColor {
|
|
|
2990
2990
|
margin: 0 5px;
|
|
2991
2991
|
}
|
|
2992
2992
|
|
|
2993
|
-
.breadEstructura
|
|
2994
|
-
|
|
2993
|
+
.breadEstructura .p-breadcrumb {
|
|
2994
|
+
padding: 0.3rem !important;
|
|
2995
2995
|
}
|
|
2996
2996
|
|
|
2997
|
-
|
|
2998
2997
|
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
2999
2998
|
background: #fff;
|
|
3000
2999
|
border: solid 2px $morado;
|
|
@@ -3048,6 +3047,8 @@ td.GrupoColor {
|
|
|
3048
3047
|
.breadEstructura .p-breadcrumb.p-component {
|
|
3049
3048
|
padding: 0.75rem;
|
|
3050
3049
|
font-weight: 600;
|
|
3050
|
+
align-items: center;
|
|
3051
|
+
justify-content: center;
|
|
3051
3052
|
}
|
|
3052
3053
|
|
|
3053
3054
|
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|
|
@@ -4032,11 +4032,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4032
4032
|
margin: 0 5px;
|
|
4033
4033
|
}
|
|
4034
4034
|
|
|
4035
|
-
|
|
4036
|
-
|
|
4035
|
+
|
|
4036
|
+
.breadEstructura .p-breadcrumb {
|
|
4037
|
+
padding: 0.3rem !important;
|
|
4037
4038
|
}
|
|
4038
4039
|
|
|
4039
4040
|
|
|
4041
|
+
|
|
4040
4042
|
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
4041
4043
|
background: #fff;
|
|
4042
4044
|
border: solid 2px $morado;
|
|
@@ -4090,6 +4092,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4090
4092
|
.breadEstructura .p-breadcrumb.p-component {
|
|
4091
4093
|
padding: 0.75rem;
|
|
4092
4094
|
font-weight: 600;
|
|
4095
|
+
align-items: center;
|
|
4096
|
+
justify-content: center;
|
|
4093
4097
|
}
|
|
4094
4098
|
|
|
4095
4099
|
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|