general-library-union 2.7.35 → 2.7.37

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.7.35",
3
+ "version": "2.7.37",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1143,7 +1143,7 @@ min-height: 60px !important;
1143
1143
  margin-left: 15px;
1144
1144
 
1145
1145
  .hijo-seleccionado {
1146
- border-left: 5px solid var(--color-400);
1146
+ border-left: 5px solid var(--color-100);
1147
1147
  padding-left: 10px;
1148
1148
  padding: 8px 15px 5px;
1149
1149
  min-height: 30px;
@@ -1152,7 +1152,7 @@ min-height: 60px !important;
1152
1152
  }
1153
1153
 
1154
1154
  .hijo-noseleccionado {
1155
- border-left: 5px solid var(--color-400);
1155
+ border-left: 5px solid var(--color-100);
1156
1156
  padding: 8px 15px 5px;
1157
1157
  min-height: 30px;
1158
1158
  margin-left: 15px;
@@ -1283,6 +1283,27 @@ min-height: 60px !important;
1283
1283
 
1284
1284
  }
1285
1285
 
1286
+
1287
+ @media (max-width:1024px){
1288
+ .UploadFoto-btn h1 {
1289
+ font-size: 1rem !important;
1290
+ }
1291
+
1292
+ .avatar-container {
1293
+ width: 70px;
1294
+ height: 70px;
1295
+ border: solid 5px var(--color-700);
1296
+ }
1297
+
1298
+ .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
1299
+ font-size: 0.8rem;
1300
+ }
1301
+
1302
+ .p-accordion .p-accordion-header .p-accordion-header-link {
1303
+ font-size: 0.8rem;
1304
+ }
1305
+
1306
+ }
1286
1307
  /******************************************************************************
1287
1308
  * CARD INSTRUCCIONES styles
1288
1309
  *****************************************************************************/
@@ -1221,8 +1221,8 @@ body {
1221
1221
  }
1222
1222
 
1223
1223
  .avatar-image {
1224
- width: 100%;
1225
- height: 100%;
1224
+ width: 104%;
1225
+ height: 110%;
1226
1226
  object-fit: cover;
1227
1227
  }
1228
1228
 
@@ -1343,6 +1343,25 @@ body {
1343
1343
 
1344
1344
  }
1345
1345
 
1346
+ @media (max-width:1024px){
1347
+ .UploadFoto-btn h1 {
1348
+ font-size: 1rem !important;
1349
+ }
1350
+
1351
+ .avatar-container{
1352
+ width: 70px;
1353
+ height: 70px;
1354
+ }
1355
+
1356
+ .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
1357
+ font-size: 0.8rem;
1358
+ }
1359
+
1360
+ .p-accordion .p-accordion-header .p-accordion-header-link {
1361
+ font-size: 0.8rem;
1362
+ }
1363
+ }
1364
+
1346
1365
 
1347
1366
 
1348
1367
  /******************************************************************************
@@ -2821,7 +2840,7 @@ li.btn-descarga-masiva a {
2821
2840
  }
2822
2841
 
2823
2842
  .hojavida {
2824
- margin-right: 19.5% !important;
2843
+ margin-right: 21.5% !important;
2825
2844
  margin-left: auto !important;
2826
2845
  }
2827
2846
 
@@ -3003,12 +3022,6 @@ li.btn-descarga-masiva a {
3003
3022
  text-align: center
3004
3023
  }
3005
3024
 
3006
- .avatar-image {
3007
- width: 100%;
3008
- height: 100%;
3009
- object-fit: cover;
3010
- }
3011
-
3012
3025
 
3013
3026
  p.chip {
3014
3027
  background: #27272b;
@@ -4460,12 +4473,6 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4460
4473
  box-shadow: 2px 2px 6px 2px #0000002b;
4461
4474
  }
4462
4475
 
4463
- .avatar-image {
4464
- width: 100%;
4465
- height: 100%;
4466
- object-fit: cover;
4467
- background: transparent;
4468
- }
4469
4476
 
4470
4477
  .sombra-caja.icono-naranja .pi-chevron-down {
4471
4478
  color: var(--color-500) !important;