general-library-union 2.7.34 → 2.7.35
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 +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +9 -5
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +9 -2
package/package.json
CHANGED
|
@@ -1130,16 +1130,20 @@ min-height: 60px !important;
|
|
|
1130
1130
|
border-radius: 0;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
+
.menu-accordeon .p-accordion-content td{
|
|
1134
|
+
padding: 0 !important;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1133
1137
|
|
|
1134
1138
|
.hijo-seleccionado {
|
|
1135
|
-
border-left: 5px solid
|
|
1139
|
+
border-left: 5px solid var(--color-400);
|
|
1136
1140
|
padding-left: 10px;
|
|
1137
1141
|
padding: 8px 15px 5px;
|
|
1138
|
-
min-height:
|
|
1142
|
+
min-height: 30px;
|
|
1139
1143
|
margin-left: 15px;
|
|
1140
1144
|
|
|
1141
1145
|
.hijo-seleccionado {
|
|
1142
|
-
border-left: 5px solid
|
|
1146
|
+
border-left: 5px solid var(--color-400);
|
|
1143
1147
|
padding-left: 10px;
|
|
1144
1148
|
padding: 8px 15px 5px;
|
|
1145
1149
|
min-height: 30px;
|
|
@@ -1148,9 +1152,9 @@ min-height: 60px !important;
|
|
|
1148
1152
|
}
|
|
1149
1153
|
|
|
1150
1154
|
.hijo-noseleccionado {
|
|
1151
|
-
border-left: 5px solid
|
|
1155
|
+
border-left: 5px solid var(--color-400);
|
|
1152
1156
|
padding: 8px 15px 5px;
|
|
1153
|
-
min-height:
|
|
1157
|
+
min-height: 30px;
|
|
1154
1158
|
margin-left: 15px;
|
|
1155
1159
|
}
|
|
1156
1160
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
1
3
|
/* Add your customizations of the theme here */
|
|
2
4
|
@use "sass:color";
|
|
3
5
|
|
|
@@ -1178,12 +1180,17 @@ body {
|
|
|
1178
1180
|
border-radius: 0;
|
|
1179
1181
|
}
|
|
1180
1182
|
|
|
1183
|
+
.menu-accordeon .p-accordion-content td{
|
|
1184
|
+
padding: 0 !important;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
|
|
1181
1188
|
|
|
1182
1189
|
.hijo-seleccionado {
|
|
1183
1190
|
border-left: 5px solid var(--color-200);
|
|
1184
1191
|
padding-left: 10px;
|
|
1185
1192
|
padding: 8px 15px 5px;
|
|
1186
|
-
min-height:
|
|
1193
|
+
min-height: 30px;
|
|
1187
1194
|
margin-left: 15px;
|
|
1188
1195
|
|
|
1189
1196
|
.hijo-seleccionado {
|
|
@@ -1198,7 +1205,7 @@ body {
|
|
|
1198
1205
|
.hijo-noseleccionado {
|
|
1199
1206
|
border-left: 5px solid #4f4f5f;
|
|
1200
1207
|
padding: 8px 15px 5px;
|
|
1201
|
-
min-height:
|
|
1208
|
+
min-height: 30px;
|
|
1202
1209
|
margin-left: 15px;
|
|
1203
1210
|
}
|
|
1204
1211
|
|