@arsedizioni/ars-utils 18.4.74 → 18.4.76

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.
@@ -338,7 +338,7 @@
338
338
  margin-bottom: 5px !important;
339
339
 
340
340
  .body {
341
- padding: 0px 15px !important;
341
+ padding: 5px 15px !important;
342
342
  }
343
343
 
344
344
  .image-mark {
@@ -348,7 +348,7 @@
348
348
  }
349
349
 
350
350
  .image-mark-unread {
351
- border-left-color: var(--ars-color-error, #ff5449);
351
+ border-left-color: var(--ars-color-error, #ff5449) !important;
352
352
  margin: 8px 0;
353
353
  }
354
354
 
@@ -373,25 +373,19 @@
373
373
 
374
374
 
375
375
  .info-1 {
376
- position: absolute;
377
- left: 0;
378
- bottom: 0;
379
- padding: 4px 8px;
380
- background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
381
- color: var(--ars-color-text, #191c1b);
376
+ padding: 4px 8px !important;;
377
+ background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
378
+ color: var(--ars-color-text, #191c1b)!important;;
382
379
  font-size: small !important;
383
380
  font-weight: 700 !important;
384
381
  text-transform: uppercase !important;
385
382
  }
386
383
 
387
- .info-2 {
388
- position: absolute;
389
- right: 0;
390
- top: 0;
391
- padding: 4px 8px;
392
- background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
393
- color: var(--ars-color-accent, #7894ae);
394
- font-size: x-small !important;
384
+ .info-2 {
385
+ padding: 4px 8px !important;
386
+ background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75))!important;
387
+ color: var(--ars-color-accent, #7894ae) !important;
388
+ font-size: small !important;
395
389
  font-weight: 700 !important;
396
390
  text-transform: uppercase !important;
397
391
  }
@@ -439,8 +433,6 @@
439
433
  text-decoration: none !important;
440
434
  font-size: 16px !important;
441
435
  font-weight: 600;
442
- min-height: 50px !important; // 2 lines;
443
- max-height: 70px !important; // 3 lines;
444
436
  min-width: 100%;
445
437
  white-space: initial !important;
446
438
  overflow: hidden !important;