@social-mail/social-mail-client 1.4.127 → 1.4.128
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.
|
@@ -1,67 +1,74 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--size-tiny: 2px;
|
|
3
|
-
--size-small: 5px;
|
|
4
|
-
--size-smaller: 7px;
|
|
5
|
-
--size-default: 10px;
|
|
6
|
-
--size-larger: 15px;
|
|
7
|
-
--size-large: 20px;
|
|
8
|
-
--rel-size-x-s: 20rem;
|
|
9
|
-
--rel-size-small: 24rem;
|
|
10
|
-
--rel-size-medium: 28rem;
|
|
11
|
-
--rel-size-large: 32rem;
|
|
12
|
-
--rel-size-x-l: 36rem;
|
|
13
|
-
--rel-size2-x-l: 42rem;
|
|
14
|
-
--rel-size3-x-l: 48rem;
|
|
15
|
-
--rel-size4-x-l: 56rem;
|
|
16
|
-
--rel-size5-x-l: 64rem;
|
|
17
|
-
--rel-size6-x-l: 72rem;
|
|
18
|
-
--rel-size7-x-l: 80rem;
|
|
19
|
-
--rel-size-full: 100%;
|
|
20
|
-
--rel-size-prose: 65ch;
|
|
21
|
-
--default-color: canvas;
|
|
22
|
-
--default-text-color: canvastext;
|
|
23
|
-
--border-color: lightgray;
|
|
24
|
-
--header-color: #0571ff30;
|
|
25
|
-
--header-text-color: ;
|
|
26
|
-
--accent-color: blue;
|
|
27
|
-
--accent-text-color: white;
|
|
28
|
-
--note-color: #ffffe0;
|
|
29
|
-
--note-text-color: ;
|
|
30
|
-
--warning-color: #FFC107;
|
|
31
|
-
--warning-text-color: darkgray;
|
|
32
|
-
--selection-color: highlight;
|
|
33
|
-
--selection-text-color: highlightText;
|
|
34
|
-
--hover-color: #A0A0A010;
|
|
35
|
-
--hover-text-color: CanvasText;
|
|
36
|
-
--stop-color: red;
|
|
37
|
-
--stop-text-color: white;
|
|
38
|
-
--go-color: green;
|
|
39
|
-
--go-text-color: white;
|
|
40
|
-
--accept-color: blue;
|
|
41
|
-
--accept-text-color: white;
|
|
42
|
-
--reject-color: red;
|
|
43
|
-
--reject-text-color: white;
|
|
44
|
-
--font-size-small: 0.8125em;
|
|
45
|
-
--command-bg-color: #F0F0F0;
|
|
46
|
-
--menu-bg-color: #808080;
|
|
47
|
-
--menu-color: #F0F0F0;
|
|
48
|
-
--link-color: blue;
|
|
49
|
-
--primary-background: #dddddd23;
|
|
50
|
-
--primary-color: gray;
|
|
51
|
-
--primary-accent: #6145a9c9;
|
|
52
|
-
--primary-accent-text: white;
|
|
53
|
-
--primary-surface: #FFFFFFA0;
|
|
54
|
-
--primary-surface-text: gray;
|
|
55
|
-
--secondary-background: #00808050;
|
|
56
|
-
--secondary-color: gray;
|
|
57
|
-
--secondary-accent: #9ec93ca8;
|
|
58
|
-
--secondary-accent-text: white;
|
|
59
|
-
--secondary-surface: #FFFFFFA0;
|
|
60
|
-
--secondary-surface-text: gray;
|
|
61
|
-
--tertiary-background: #cfa55c87;
|
|
62
|
-
--tertiary-color: gray;
|
|
63
|
-
--tertiary-accent: #e17b42cf;
|
|
64
|
-
--tertiary-accent-text: white;
|
|
65
|
-
--tertiary-surface: #FFFFFFA0;
|
|
66
|
-
--tertiary-surface-text: gray;
|
|
3
|
+
--size-small: 5px;
|
|
4
|
+
--size-smaller: 7px;
|
|
5
|
+
--size-default: 10px;
|
|
6
|
+
--size-larger: 15px;
|
|
7
|
+
--size-large: 20px;
|
|
8
|
+
--rel-size-x-s: 20rem;
|
|
9
|
+
--rel-size-small: 24rem;
|
|
10
|
+
--rel-size-medium: 28rem;
|
|
11
|
+
--rel-size-large: 32rem;
|
|
12
|
+
--rel-size-x-l: 36rem;
|
|
13
|
+
--rel-size2-x-l: 42rem;
|
|
14
|
+
--rel-size3-x-l: 48rem;
|
|
15
|
+
--rel-size4-x-l: 56rem;
|
|
16
|
+
--rel-size5-x-l: 64rem;
|
|
17
|
+
--rel-size6-x-l: 72rem;
|
|
18
|
+
--rel-size7-x-l: 80rem;
|
|
19
|
+
--rel-size-full: 100%;
|
|
20
|
+
--rel-size-prose: 65ch;
|
|
21
|
+
--default-color: canvas;
|
|
22
|
+
--default-text-color: canvastext;
|
|
23
|
+
--border-color: lightgray;
|
|
24
|
+
--header-color: #0571ff30;
|
|
25
|
+
--header-text-color: ;
|
|
26
|
+
--accent-color: blue;
|
|
27
|
+
--accent-text-color: white;
|
|
28
|
+
--note-color: #ffffe0;
|
|
29
|
+
--note-text-color: ;
|
|
30
|
+
--warning-color: #FFC107;
|
|
31
|
+
--warning-text-color: darkgray;
|
|
32
|
+
--selection-color: highlight;
|
|
33
|
+
--selection-text-color: highlightText;
|
|
34
|
+
--hover-color: #A0A0A010;
|
|
35
|
+
--hover-text-color: CanvasText;
|
|
36
|
+
--stop-color: red;
|
|
37
|
+
--stop-text-color: white;
|
|
38
|
+
--go-color: green;
|
|
39
|
+
--go-text-color: white;
|
|
40
|
+
--accept-color: blue;
|
|
41
|
+
--accept-text-color: white;
|
|
42
|
+
--reject-color: red;
|
|
43
|
+
--reject-text-color: white;
|
|
44
|
+
--font-size-small: 0.8125em;
|
|
45
|
+
--command-bg-color: #F0F0F0;
|
|
46
|
+
--menu-bg-color: #808080;
|
|
47
|
+
--menu-color: #F0F0F0;
|
|
48
|
+
--link-color: blue;
|
|
49
|
+
--primary-background: #dddddd23;
|
|
50
|
+
--primary-color: gray;
|
|
51
|
+
--primary-accent: #6145a9c9;
|
|
52
|
+
--primary-accent-text: white;
|
|
53
|
+
--primary-surface: #FFFFFFA0;
|
|
54
|
+
--primary-surface-text: gray;
|
|
55
|
+
--secondary-background: #00808050;
|
|
56
|
+
--secondary-color: gray;
|
|
57
|
+
--secondary-accent: #9ec93ca8;
|
|
58
|
+
--secondary-accent-text: white;
|
|
59
|
+
--secondary-surface: #FFFFFFA0;
|
|
60
|
+
--secondary-surface-text: gray;
|
|
61
|
+
--tertiary-background: #cfa55c87;
|
|
62
|
+
--tertiary-color: gray;
|
|
63
|
+
--tertiary-accent: #e17b42cf;
|
|
64
|
+
--tertiary-accent-text: white;
|
|
65
|
+
--tertiary-surface: #FFFFFFA0;
|
|
66
|
+
--tertiary-surface-text: gray;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
body > [styler-layout=main] {
|
|
70
|
+
padding: 0 !important;
|
|
71
|
+
margin: 0 !important;
|
|
72
|
+
margin-left: auto !important;
|
|
73
|
+
margin-right: auto !important;
|
|
67
74
|
}
|