general-library-union 2.3.19 → 2.3.21
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
|
@@ -4045,7 +4045,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4045
4045
|
|
|
4046
4046
|
|
|
4047
4047
|
.breadEstructura .p-breadcrumb li:nth-child(3) span {
|
|
4048
|
-
background: #
|
|
4048
|
+
background: #1e1e1e;
|
|
4049
4049
|
border: solid 2px $morado;
|
|
4050
4050
|
padding: 3px 10px;
|
|
4051
4051
|
border-radius: 5px;
|
|
@@ -4055,7 +4055,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4055
4055
|
}
|
|
4056
4056
|
|
|
4057
4057
|
.breadEstructura .p-breadcrumb li:nth-child(5) span {
|
|
4058
|
-
background: #
|
|
4058
|
+
background: #1e1e1e;
|
|
4059
4059
|
border: solid 2px $verde;
|
|
4060
4060
|
padding: 3px 10px;
|
|
4061
4061
|
border-radius: 5px;
|
|
@@ -4065,7 +4065,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4065
4065
|
}
|
|
4066
4066
|
|
|
4067
4067
|
.breadEstructura .p-breadcrumb li:nth-child(7) span {
|
|
4068
|
-
background: #
|
|
4068
|
+
background: #1e1e1e;
|
|
4069
4069
|
border: solid 2px $amarillo;
|
|
4070
4070
|
padding: 3px 10px;
|
|
4071
4071
|
border-radius: 5px;
|
|
@@ -4075,7 +4075,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4075
4075
|
}
|
|
4076
4076
|
|
|
4077
4077
|
.breadEstructura .p-breadcrumb li:nth-child(9) span {
|
|
4078
|
-
background: #
|
|
4078
|
+
background: #1e1e1e;
|
|
4079
4079
|
border: solid 2px $naranaja;
|
|
4080
4080
|
padding: 3px 10px;
|
|
4081
4081
|
border-radius: 5px;
|
|
@@ -4085,7 +4085,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4085
4085
|
}
|
|
4086
4086
|
|
|
4087
4087
|
.breadEstructura .p-breadcrumb li:nth-child(11) span {
|
|
4088
|
-
background
|
|
4088
|
+
background:#1e1e1e;
|
|
4089
4089
|
border: solid 2px $rojo;
|
|
4090
4090
|
padding: 3px 10px;
|
|
4091
4091
|
border-radius: 5px;
|