general-library-union 2.7.32 → 2.7.34
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/esm2022/src/app/shared/componentes/input-helper-seleccion-plantilla/input-helper-seleccion-plantilla.component.mjs +6 -3
- package/fesm2022/general-library-union.mjs +5 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +12 -10
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +15 -10
package/package.json
CHANGED
|
@@ -1132,27 +1132,29 @@ min-height: 60px !important;
|
|
|
1132
1132
|
|
|
1133
1133
|
|
|
1134
1134
|
.hijo-seleccionado {
|
|
1135
|
-
border-left: 5px solid
|
|
1135
|
+
border-left: 5px solid #4f4f5f;
|
|
1136
1136
|
padding-left: 10px;
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1137
|
+
padding: 8px 15px 5px;
|
|
1138
|
+
min-height: 40px;
|
|
1139
|
+
margin-left: 15px;
|
|
1140
1140
|
|
|
1141
1141
|
.hijo-seleccionado {
|
|
1142
|
-
border-left: 5px solid
|
|
1142
|
+
border-left: 5px solid #4f4f5f;
|
|
1143
1143
|
padding-left: 10px;
|
|
1144
|
-
padding:
|
|
1145
|
-
min-height:
|
|
1144
|
+
padding: 8px 15px 5px;
|
|
1145
|
+
min-height: 30px;
|
|
1146
1146
|
margin-left: 15px;
|
|
1147
1147
|
}
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
|
-
.
|
|
1151
|
-
|
|
1150
|
+
.hijo-noseleccionado {
|
|
1151
|
+
border-left: 5px solid #4f4f5f;
|
|
1152
|
+
padding: 8px 15px 5px;
|
|
1153
|
+
min-height: 40px;
|
|
1154
|
+
margin-left: 15px;
|
|
1152
1155
|
}
|
|
1153
1156
|
|
|
1154
1157
|
|
|
1155
|
-
|
|
1156
1158
|
.avatar-container {
|
|
1157
1159
|
position: relative;
|
|
1158
1160
|
width: 130px;
|
|
@@ -1180,24 +1180,29 @@ body {
|
|
|
1180
1180
|
|
|
1181
1181
|
|
|
1182
1182
|
.hijo-seleccionado {
|
|
1183
|
+
border-left: 5px solid var(--color-200);
|
|
1184
|
+
padding-left: 10px;
|
|
1185
|
+
padding: 8px 15px 5px;
|
|
1186
|
+
min-height: 40px;
|
|
1187
|
+
margin-left: 15px;
|
|
1188
|
+
|
|
1189
|
+
.hijo-seleccionado {
|
|
1183
1190
|
border-left: 5px solid #4f4f5f;
|
|
1184
1191
|
padding-left: 10px;
|
|
1185
|
-
padding:
|
|
1186
|
-
min-height:
|
|
1192
|
+
padding: 8px 15px 5px;
|
|
1193
|
+
min-height: 30px;
|
|
1187
1194
|
margin-left: 15px;
|
|
1188
|
-
|
|
1189
|
-
.hijo-noseleccionado {
|
|
1190
|
-
border-left: 5px solid #4f4f5f;
|
|
1191
|
-
padding: 6px 15px 5px;
|
|
1192
|
-
min-height: 33px;
|
|
1193
|
-
margin-left: 15px;
|
|
1194
1195
|
}
|
|
1195
1196
|
}
|
|
1196
1197
|
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1198
|
+
.hijo-noseleccionado {
|
|
1199
|
+
border-left: 5px solid #4f4f5f;
|
|
1200
|
+
padding: 8px 15px 5px;
|
|
1201
|
+
min-height: 40px;
|
|
1202
|
+
margin-left: 15px;
|
|
1199
1203
|
}
|
|
1200
1204
|
|
|
1205
|
+
|
|
1201
1206
|
.avatar-container {
|
|
1202
1207
|
position: relative;
|
|
1203
1208
|
width: 130px;
|