@arsedizioni/ars-utils 19.1.2 → 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,
|
|
@@ -279,18 +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
285
|
}
|
|
286
286
|
|
|
287
|
-
.unread {
|
|
288
|
-
background-color: var(--app-color-unread, #f7931c);
|
|
289
|
-
color: var(--ars-color-text-low, #e0e2e5);
|
|
287
|
+
.unread-button {
|
|
288
|
+
background-color: var(--app-color-unread, #f7931c) !important;
|
|
289
|
+
color: var(--ars-color-text-low, #e0e2e5) !important;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
.check-selected {
|
|
293
|
-
background-color: var(--ars-color-primary-hi, #12c0ae);
|
|
293
|
+
background-color: var(--ars-color-primary-hi, #12c0ae)!important;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
}
|
|
@@ -358,14 +358,14 @@
|
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
.image-mark {
|
|
361
|
-
min-height:100% !important;
|
|
361
|
+
min-height: 100% !important;
|
|
362
362
|
border-left: 6px solid transparent;
|
|
363
363
|
margin: 8px 0;
|
|
364
364
|
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.image-mark-unread {
|
|
368
|
-
min-height:100% !important;
|
|
368
|
+
min-height: 100% !important;
|
|
369
369
|
border-left-color: var(--ars-color-error, #ff5449) !important;
|
|
370
370
|
margin: 8px 0;
|
|
371
371
|
}
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
|
|
393
393
|
.stripe-info-1,
|
|
394
394
|
.info-1 {
|
|
395
|
-
margin-top:8px;
|
|
395
|
+
margin-top: 8px;
|
|
396
396
|
padding: 4px 8px !important;
|
|
397
397
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
398
398
|
color: var(--ars-color-text, #191c1b) !important;
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
|
|
404
404
|
.stripe-info-2,
|
|
405
405
|
.info-2 {
|
|
406
|
-
margin-top:8px;
|
|
406
|
+
margin-top: 8px;
|
|
407
407
|
padding: 4px 8px !important;
|
|
408
408
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
409
409
|
color: var(--ars-color-accent, #7894ae) !important;
|