general-library-union 2.3.13 → 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
|
@@ -2986,6 +2986,13 @@ td.GrupoColor {
|
|
|
2986
2986
|
* BREADCRUMS ALMACENAMIENTO styles
|
|
2987
2987
|
*****************************************************************************/
|
|
2988
2988
|
|
|
2989
|
+
.breadEstructura .p-icon {
|
|
2990
|
+
margin: 0 5px;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
.breadEstructura .p-breadcrumb {
|
|
2994
|
+
padding: 0.3rem !important;
|
|
2995
|
+
}
|
|
2989
2996
|
|
|
2990
2997
|
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
2991
2998
|
background: #fff;
|
|
@@ -3040,6 +3047,8 @@ td.GrupoColor {
|
|
|
3040
3047
|
.breadEstructura .p-breadcrumb.p-component {
|
|
3041
3048
|
padding: 0.75rem;
|
|
3042
3049
|
font-weight: 600;
|
|
3050
|
+
align-items: center;
|
|
3051
|
+
justify-content: center;
|
|
3043
3052
|
}
|
|
3044
3053
|
|
|
3045
3054
|
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|
|
@@ -4028,6 +4028,16 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4028
4028
|
* BREADCRUMS ALMACENAMIENTO styles
|
|
4029
4029
|
*****************************************************************************/
|
|
4030
4030
|
|
|
4031
|
+
.breadEstructura .p-icon {
|
|
4032
|
+
margin: 0 5px;
|
|
4033
|
+
}
|
|
4034
|
+
|
|
4035
|
+
|
|
4036
|
+
.breadEstructura .p-breadcrumb {
|
|
4037
|
+
padding: 0.3rem !important;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
|
|
4031
4041
|
|
|
4032
4042
|
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
4033
4043
|
background: #fff;
|
|
@@ -4082,6 +4092,8 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4082
4092
|
.breadEstructura .p-breadcrumb.p-component {
|
|
4083
4093
|
padding: 0.75rem;
|
|
4084
4094
|
font-weight: 600;
|
|
4095
|
+
align-items: center;
|
|
4096
|
+
justify-content: center;
|
|
4085
4097
|
}
|
|
4086
4098
|
|
|
4087
4099
|
.breadEstructura.breadEstructura li.p-breadcrumb-chevron.pi.pi-chevron-right.ng-star-inserted {
|