general-library-union 2.3.20 → 2.3.22
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
|
@@ -265,6 +265,9 @@ margin-bottom: 10%;
|
|
|
265
265
|
button {
|
|
266
266
|
padding: 0.5rem 6rem;
|
|
267
267
|
margin-top: 2%;
|
|
268
|
+
background: #232323;
|
|
269
|
+
border-radius: 5px;
|
|
270
|
+
color: #fff;
|
|
268
271
|
}
|
|
269
272
|
}
|
|
270
273
|
|
|
@@ -4055,7 +4058,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4055
4058
|
}
|
|
4056
4059
|
|
|
4057
4060
|
.breadEstructura .p-breadcrumb li:nth-child(5) span {
|
|
4058
|
-
background: #
|
|
4061
|
+
background: #1e1e1e;
|
|
4059
4062
|
border: solid 2px $verde;
|
|
4060
4063
|
padding: 3px 10px;
|
|
4061
4064
|
border-radius: 5px;
|
|
@@ -4065,7 +4068,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4065
4068
|
}
|
|
4066
4069
|
|
|
4067
4070
|
.breadEstructura .p-breadcrumb li:nth-child(7) span {
|
|
4068
|
-
background: #
|
|
4071
|
+
background: #1e1e1e;
|
|
4069
4072
|
border: solid 2px $amarillo;
|
|
4070
4073
|
padding: 3px 10px;
|
|
4071
4074
|
border-radius: 5px;
|
|
@@ -4075,7 +4078,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4075
4078
|
}
|
|
4076
4079
|
|
|
4077
4080
|
.breadEstructura .p-breadcrumb li:nth-child(9) span {
|
|
4078
|
-
background: #
|
|
4081
|
+
background: #1e1e1e;
|
|
4079
4082
|
border: solid 2px $naranaja;
|
|
4080
4083
|
padding: 3px 10px;
|
|
4081
4084
|
border-radius: 5px;
|
|
@@ -4085,7 +4088,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4085
4088
|
}
|
|
4086
4089
|
|
|
4087
4090
|
.breadEstructura .p-breadcrumb li:nth-child(11) span {
|
|
4088
|
-
background
|
|
4091
|
+
background:#1e1e1e;
|
|
4089
4092
|
border: solid 2px $rojo;
|
|
4090
4093
|
padding: 3px 10px;
|
|
4091
4094
|
border-radius: 5px;
|