@arsedizioni/ars-utils 19.1.1 → 19.1.3
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.
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.unread-bg {
|
|
43
|
-
background-color: var(--app-color-unread, #f7931c)!important;
|
|
43
|
+
background-color: var(--app-color-unread, #f7931c) !important;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.error-bg {
|
|
47
|
-
background-color: var(--ars-color-error, #ff5449)!important;
|
|
47
|
+
background-color: var(--ars-color-error, #ff5449) !important;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.expired-bg {
|
|
51
|
-
background-color: var(--app-color-expired, #ff5449)!important;
|
|
51
|
+
background-color: var(--app-color-expired, #ff5449) !important;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.expiring-bg {
|
|
55
|
-
background-color: var(--app-color-expiring, #FFC107)!important;
|
|
55
|
+
background-color: var(--app-color-expiring, #FFC107) !important;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.popular-bg,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.image-mark-unread {
|
|
226
|
-
border-top-color: var(--
|
|
226
|
+
border-top-color: var(--app-color-unread, #f7931c);
|
|
227
227
|
margin: 0 8px;
|
|
228
228
|
}
|
|
229
229
|
|
|
@@ -279,13 +279,18 @@
|
|
|
279
279
|
height: 42px;
|
|
280
280
|
|
|
281
281
|
.check,
|
|
282
|
-
.read {
|
|
283
|
-
background-color: var(--ars-color-primary, #00a293);
|
|
284
|
-
color: var(--ars-color-text-low, #e0e2e5);
|
|
282
|
+
.read-button {
|
|
283
|
+
background-color: var(--ars-color-primary, #00a293) !important;
|
|
284
|
+
color: var(--ars-color-text-low, #e0e2e5) !important;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.unread-button {
|
|
288
|
+
background-color: var(--app-color-unread, #f7931c) !important;
|
|
289
|
+
color: var(--ars-color-text-low, #e0e2e5) !important;
|
|
285
290
|
}
|
|
286
291
|
|
|
287
292
|
.check-selected {
|
|
288
|
-
background-color: var(--ars-color-primary-hi, #12c0ae);
|
|
293
|
+
background-color: var(--ars-color-primary-hi, #12c0ae)!important;
|
|
289
294
|
}
|
|
290
295
|
}
|
|
291
296
|
}
|
|
@@ -353,14 +358,14 @@
|
|
|
353
358
|
}
|
|
354
359
|
|
|
355
360
|
.image-mark {
|
|
356
|
-
min-height:100% !important;
|
|
361
|
+
min-height: 100% !important;
|
|
357
362
|
border-left: 6px solid transparent;
|
|
358
363
|
margin: 8px 0;
|
|
359
364
|
|
|
360
365
|
}
|
|
361
366
|
|
|
362
367
|
.image-mark-unread {
|
|
363
|
-
min-height:100% !important;
|
|
368
|
+
min-height: 100% !important;
|
|
364
369
|
border-left-color: var(--ars-color-error, #ff5449) !important;
|
|
365
370
|
margin: 8px 0;
|
|
366
371
|
}
|
|
@@ -387,7 +392,7 @@
|
|
|
387
392
|
|
|
388
393
|
.stripe-info-1,
|
|
389
394
|
.info-1 {
|
|
390
|
-
margin-top:8px;
|
|
395
|
+
margin-top: 8px;
|
|
391
396
|
padding: 4px 8px !important;
|
|
392
397
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
393
398
|
color: var(--ars-color-text, #191c1b) !important;
|
|
@@ -398,7 +403,7 @@
|
|
|
398
403
|
|
|
399
404
|
.stripe-info-2,
|
|
400
405
|
.info-2 {
|
|
401
|
-
margin-top:8px;
|
|
406
|
+
margin-top: 8px;
|
|
402
407
|
padding: 4px 8px !important;
|
|
403
408
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
404
409
|
color: var(--ars-color-accent, #7894ae) !important;
|