general-library-union 2.9.8 → 2.9.10
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
|
@@ -3126,25 +3126,25 @@ p.chip {
|
|
|
3126
3126
|
.p-calendar-w-btn {
|
|
3127
3127
|
background: none;
|
|
3128
3128
|
|
|
3129
|
-
.p-inputtext.p-component {
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
}
|
|
3129
|
+
// .p-inputtext.p-component {
|
|
3130
|
+
// // border: 1px solid transparent;
|
|
3131
|
+
// // // background: var(--color-75) no-repeat;
|
|
3132
|
+
// // /* background-image: linear-gradient(to bottom, _(color-500), _(color-500)), linear-gradient(to bottom, _(color-100), _(color-100));*/
|
|
3133
|
+
// // background-size: 0 2px, 100% 1px;
|
|
3134
|
+
// // background-position: 50% 100%, 50% 100%;
|
|
3135
|
+
// // background-origin: border-box;
|
|
3136
|
+
|
|
3137
|
+
// &:enabled:hover,
|
|
3138
|
+
// &:enabled:focus {
|
|
3139
|
+
// border-color: transparent;
|
|
3140
|
+
// background: #fff no-repeat;
|
|
3141
|
+
// background-image: linear-gradient(to bottom, _(color-500), _(color-500)),
|
|
3142
|
+
// linear-gradient(to bottom, _(color-300), _(color-300));
|
|
3143
|
+
// background-size: 0 2px, 100% 1px;
|
|
3144
|
+
// background-position: 50% 100%, 50% 100%;
|
|
3145
|
+
// background-origin: border-box;
|
|
3146
|
+
// }
|
|
3147
|
+
// }
|
|
3148
3148
|
|
|
3149
3149
|
&:not(.p-calendar-disabled) {
|
|
3150
3150
|
&:not(.p-disabled):hover {
|
|
@@ -4051,6 +4051,14 @@ td.GrupoColor {
|
|
|
4051
4051
|
|
|
4052
4052
|
@media (max-width:1024px) {
|
|
4053
4053
|
|
|
4054
|
+
|
|
4055
|
+
.nav-planta-personal .p-tree{
|
|
4056
|
+
padding: 0.75rem 0px;
|
|
4057
|
+
max-height: 330px;
|
|
4058
|
+
height: 100%;
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4061
|
+
|
|
4054
4062
|
.us-foto-perfil {
|
|
4055
4063
|
min-width: 70px;
|
|
4056
4064
|
max-height: 70px;
|
|
@@ -4093,9 +4101,14 @@ td.GrupoColor {
|
|
|
4093
4101
|
|
|
4094
4102
|
@media (max-width:768px) {
|
|
4095
4103
|
|
|
4104
|
+
.nav-planta-personal .contenido {
|
|
4105
|
+
left: 0%;
|
|
4106
|
+
width: 67%;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4096
4109
|
|
|
4097
4110
|
.nav-planta-personal {
|
|
4098
|
-
width:
|
|
4111
|
+
width: 33%;
|
|
4099
4112
|
}
|
|
4100
4113
|
|
|
4101
4114
|
.tabla-planta-personal thead.p-datatable-thead th,
|
|
@@ -5019,6 +5019,12 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5019
5019
|
|
|
5020
5020
|
@media (max-width:1024px) {
|
|
5021
5021
|
|
|
5022
|
+
.nav-planta-personal .p-tree{
|
|
5023
|
+
padding: 0.75rem 0px;
|
|
5024
|
+
max-height: 330px;
|
|
5025
|
+
height: 100%;
|
|
5026
|
+
}
|
|
5027
|
+
|
|
5022
5028
|
.us-foto-perfil {
|
|
5023
5029
|
min-width: 60px;
|
|
5024
5030
|
max-height: 60px;
|
|
@@ -5066,9 +5072,14 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5066
5072
|
|
|
5067
5073
|
@media (max-width:768px) {
|
|
5068
5074
|
|
|
5075
|
+
.nav-planta-personal .contenido {
|
|
5076
|
+
left: 0%;
|
|
5077
|
+
width: 67%;
|
|
5078
|
+
}
|
|
5079
|
+
|
|
5069
5080
|
|
|
5070
5081
|
.nav-planta-personal {
|
|
5071
|
-
width:
|
|
5082
|
+
width: 33%;
|
|
5072
5083
|
}
|
|
5073
5084
|
|
|
5074
5085
|
.tabla-planta-personal thead.p-datatable-thead th,
|