general-library-union 2.3.14 → 2.3.16
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,8 +2990,13 @@ td.GrupoColor {
|
|
|
2990
2990
|
margin: 0 5px;
|
|
2991
2991
|
}
|
|
2992
2992
|
|
|
2993
|
-
.breadEstructura
|
|
2994
|
-
|
|
2993
|
+
.breadEstructura .p-breadcrumb {
|
|
2994
|
+
padding: 0.3rem !important;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
|
|
2998
|
+
.breadEstructura span.p-menuitem-text{
|
|
2999
|
+
margin: 2px 0 1px;
|
|
2995
3000
|
}
|
|
2996
3001
|
|
|
2997
3002
|
|
|
@@ -3048,6 +3053,8 @@ td.GrupoColor {
|
|
|
3048
3053
|
.breadEstructura .p-breadcrumb.p-component {
|
|
3049
3054
|
padding: 0.75rem;
|
|
3050
3055
|
font-weight: 600;
|
|
3056
|
+
align-items: center;
|
|
3057
|
+
justify-content: center;
|
|
3051
3058
|
}
|
|
3052
3059
|
|
|
3053
3060
|
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|
|
@@ -4032,11 +4032,17 @@ 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;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
.breadEstructura span.p-menuitem-text{
|
|
4041
|
+
margin: 2px 0 1px;
|
|
4037
4042
|
}
|
|
4038
4043
|
|
|
4039
4044
|
|
|
4045
|
+
|
|
4040
4046
|
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
4041
4047
|
background: #fff;
|
|
4042
4048
|
border: solid 2px $morado;
|
|
@@ -4090,6 +4096,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4090
4096
|
.breadEstructura .p-breadcrumb.p-component {
|
|
4091
4097
|
padding: 0.75rem;
|
|
4092
4098
|
font-weight: 600;
|
|
4099
|
+
align-items: center;
|
|
4100
|
+
justify-content: center;
|
|
4093
4101
|
}
|
|
4094
4102
|
|
|
4095
4103
|
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|