@planningcenter/tapestry 2.2.0-rc.3 → 2.2.1-qa-362.0
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/dist/reactRender.css +483 -483
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +483 -483
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/tokens-dark-combined.js +3 -0
- package/dist/tokens-dark.css +651 -0
- package/package.json +5 -4
|
@@ -0,0 +1,651 @@
|
|
|
1
|
+
:root[data-color-mode="dark"]{
|
|
2
|
+
color-scheme:dark;
|
|
3
|
+
--t-text-color-default-headline:hsl(0, 0%, 94%);
|
|
4
|
+
--t-text-color-default-primary:hsl(0, 0%, 80%);
|
|
5
|
+
--t-text-color-default-secondary:hsl(0, 0%, 54%);
|
|
6
|
+
--t-text-color-default-disabled:hsl(0, 0%, 25%);
|
|
7
|
+
--t-text-color-default-placeholder:hsl(0, 0%, 38%);
|
|
8
|
+
--t-text-color-default-inverted:hsl(0, 0%, 100%);
|
|
9
|
+
--t-text-color-interaction-primary:hsl(204, 68%, 55%);
|
|
10
|
+
--t-text-color-interaction-hover:hsl(204, 68%, 50%);
|
|
11
|
+
--t-text-color-interaction-active:hsl(204, 68%, 45%);
|
|
12
|
+
--t-text-color-interaction-visited:hsl(204, 68%, 50%);
|
|
13
|
+
--t-text-color-status-neutral:hsl(0, 0%, 80%);
|
|
14
|
+
--t-text-color-status-info:hsl(204, 68%, 55%);
|
|
15
|
+
--t-text-color-status-success:hsl(97, 57%, 41%);
|
|
16
|
+
--t-text-color-status-warning:hsl(42, 84%, 55%);
|
|
17
|
+
--t-text-color-status-error:hsl(8, 61%, 61%);
|
|
18
|
+
--t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
|
|
19
|
+
--t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
|
|
20
|
+
--t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
|
|
21
|
+
--t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
|
|
22
|
+
--t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
|
|
23
|
+
--t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
|
|
24
|
+
--t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
|
|
25
|
+
--t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
|
|
26
|
+
--t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
|
|
27
|
+
--t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
|
|
28
|
+
--t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
|
|
29
|
+
--t-text-color-tag-bold-gray:hsl(0, 0%, 17%);
|
|
30
|
+
--t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
|
|
31
|
+
--t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
|
|
32
|
+
--t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
|
|
33
|
+
--t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
|
|
34
|
+
--t-text-color-tag-bold-green:hsl(100, 93%, 17%);
|
|
35
|
+
--t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
|
|
36
|
+
--t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
|
|
37
|
+
--t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
|
|
38
|
+
--t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
|
|
39
|
+
--t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
|
|
40
|
+
--t-icon-color-default-primary:hsl(0, 0%, 80%);
|
|
41
|
+
--t-icon-color-default-secondary:hsl(0, 0%, 54%);
|
|
42
|
+
--t-icon-color-default-dim:hsl(0, 0%, 38%);
|
|
43
|
+
--t-icon-color-default-disabled:hsl(0, 0%, 25%);
|
|
44
|
+
--t-icon-color-default-inverted:hsl(0, 0%, 100%);
|
|
45
|
+
--t-icon-color-status-neutral-primary:hsl(0, 0%, 54%);
|
|
46
|
+
--t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
|
|
47
|
+
--t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
|
|
48
|
+
--t-icon-color-status-info-primary:hsl(204, 68%, 55%);
|
|
49
|
+
--t-icon-color-status-success-primary:hsl(96, 57%, 33%);
|
|
50
|
+
--t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
|
|
51
|
+
--t-icon-color-status-warning-primary:hsl(42, 84%, 49%);
|
|
52
|
+
--t-icon-color-status-error-primary:hsl(8, 61%, 61%);
|
|
53
|
+
--t-fill-color-neutral-000:hsl(0, 0%, 98%);
|
|
54
|
+
--t-fill-color-neutral-010:hsl(0, 0%, 88%);
|
|
55
|
+
--t-fill-color-neutral-020:hsl(0, 0%, 68%);
|
|
56
|
+
--t-fill-color-neutral-025:hsl(0, 0%, 58%);
|
|
57
|
+
--t-fill-color-neutral-030:hsl(0, 0%, 50%);
|
|
58
|
+
--t-fill-color-neutral-040:hsl(0, 0%, 32%);
|
|
59
|
+
--t-fill-color-neutral-050:hsl(0, 0%, 24%);
|
|
60
|
+
--t-fill-color-neutral-060:hsl(0, 0%, 19%);
|
|
61
|
+
--t-fill-color-neutral-070:hsl(0, 0%, 17%);
|
|
62
|
+
--t-fill-color-neutral-080:hsl(0, 0%, 15%);
|
|
63
|
+
--t-fill-color-neutral-090:hsl(0, 0%, 12%);
|
|
64
|
+
--t-fill-color-neutral-100:hsl(0, 0%, 100%);
|
|
65
|
+
--t-fill-color-interaction-default:hsl(204, 100%, 35%);
|
|
66
|
+
--t-fill-color-interaction-hover:hsl(204, 100%, 40%);
|
|
67
|
+
--t-fill-color-interaction-active:hsl(204, 80%, 45%);
|
|
68
|
+
--t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
|
|
69
|
+
--t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
|
|
70
|
+
--t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
|
|
71
|
+
--t-fill-color-control-primary:hsl(204, 100%, 35%);
|
|
72
|
+
--t-fill-color-control-secondary:hsl(97, 57%, 40%);
|
|
73
|
+
--t-fill-color-control-error:hsl(8, 60%, 47%);
|
|
74
|
+
--t-fill-color-control-disabled:hsl(0, 0%, 20%);
|
|
75
|
+
--t-fill-color-status-neutral-solid:hsl(0, 0%, 24%);
|
|
76
|
+
--t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
|
|
77
|
+
--t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
|
|
78
|
+
--t-fill-color-status-info-solid:hsl(204, 100%, 35%);
|
|
79
|
+
--t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
|
|
80
|
+
--t-fill-color-status-info-dim:hsl(206, 22%, 15%);
|
|
81
|
+
--t-fill-color-status-success-solid:hsl(96, 57%, 33%);
|
|
82
|
+
--t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
|
|
83
|
+
--t-fill-color-status-success-dim:hsl(120, 12%, 14%);
|
|
84
|
+
--t-fill-color-status-warning-solid:hsl(42, 84%, 63%);
|
|
85
|
+
--t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
|
|
86
|
+
--t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
|
|
87
|
+
--t-fill-color-status-error-solid:hsl(8, 60%, 47%);
|
|
88
|
+
--t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
|
|
89
|
+
--t-fill-color-status-error-dim:hsl(10, 16%, 15%);
|
|
90
|
+
--t-fill-color-tooltip-primary:hsla(0, 0%, 24%, 0.9);
|
|
91
|
+
--t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
|
|
92
|
+
--t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
|
|
93
|
+
--t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
|
|
94
|
+
--t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
|
|
95
|
+
--t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
|
|
96
|
+
--t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
|
|
97
|
+
--t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
|
|
98
|
+
--t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
|
|
99
|
+
--t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
|
|
100
|
+
--t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
|
|
101
|
+
--t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
|
|
102
|
+
--t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
|
|
103
|
+
--t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
|
|
104
|
+
--t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
|
|
105
|
+
--t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
|
|
106
|
+
--t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
|
|
107
|
+
--t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
|
|
108
|
+
--t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
|
|
109
|
+
--t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
|
|
110
|
+
--t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
|
|
111
|
+
--t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
|
|
112
|
+
--t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
|
|
113
|
+
--t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
|
|
114
|
+
--t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
|
|
115
|
+
--t-fill-color-product-giving-010:hsl(41, 95%, 93%);
|
|
116
|
+
--t-fill-color-product-giving-020:hsl(42, 95%, 83%);
|
|
117
|
+
--t-fill-color-product-giving-030:hsl(43, 95%, 75%);
|
|
118
|
+
--t-fill-color-product-giving-040:hsl(43, 88%, 70%);
|
|
119
|
+
--t-fill-color-product-giving-050:hsl(43, 88%, 64%);
|
|
120
|
+
--t-fill-color-product-giving-060:hsl(42, 84%, 55%);
|
|
121
|
+
--t-fill-color-product-giving-070:hsl(42, 84%, 48%);
|
|
122
|
+
--t-fill-color-product-giving-080:hsl(42, 100%, 40%);
|
|
123
|
+
--t-fill-color-product-groups-010:hsl(18, 95%, 92%);
|
|
124
|
+
--t-fill-color-product-groups-020:hsl(17, 96%, 80%);
|
|
125
|
+
--t-fill-color-product-groups-030:hsl(17, 96%, 70%);
|
|
126
|
+
--t-fill-color-product-groups-040:hsl(17, 96%, 63%);
|
|
127
|
+
--t-fill-color-product-groups-050:hsl(17, 88%, 55%);
|
|
128
|
+
--t-fill-color-product-groups-060:hsl(12, 70%, 48%);
|
|
129
|
+
--t-fill-color-product-groups-070:hsl(12, 70%, 40%);
|
|
130
|
+
--t-fill-color-product-groups-080:hsl(14, 70%, 34%);
|
|
131
|
+
--t-fill-color-product-home-010:hsl(221, 89%, 93%);
|
|
132
|
+
--t-fill-color-product-home-020:hsl(221, 91%, 91%);
|
|
133
|
+
--t-fill-color-product-home-030:hsl(221, 91%, 87%);
|
|
134
|
+
--t-fill-color-product-home-040:hsl(221, 91%, 62%);
|
|
135
|
+
--t-fill-color-product-home-050:hsl(221, 91%, 55%);
|
|
136
|
+
--t-fill-color-product-home-060:hsl(221, 90%, 50%);
|
|
137
|
+
--t-fill-color-product-home-070:hsl(221, 90%, 45%);
|
|
138
|
+
--t-fill-color-product-home-080:hsl(218, 84%, 25%);
|
|
139
|
+
--t-fill-color-product-people-010:hsl(219, 73%, 91%);
|
|
140
|
+
--t-fill-color-product-people-020:hsl(220, 69%, 81%);
|
|
141
|
+
--t-fill-color-product-people-030:hsl(221, 73%, 71%);
|
|
142
|
+
--t-fill-color-product-people-040:hsl(221, 73%, 65%);
|
|
143
|
+
--t-fill-color-product-people-050:hsl(220, 74%, 57%);
|
|
144
|
+
--t-fill-color-product-people-060:hsl(220, 68%, 51%);
|
|
145
|
+
--t-fill-color-product-people-070:hsl(220, 68%, 41%);
|
|
146
|
+
--t-fill-color-product-people-080:hsl(221, 68%, 31%);
|
|
147
|
+
--t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
|
|
148
|
+
--t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
|
|
149
|
+
--t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
|
|
150
|
+
--t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
|
|
151
|
+
--t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
|
|
152
|
+
--t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
|
|
153
|
+
--t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
|
|
154
|
+
--t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
|
|
155
|
+
--t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
|
|
156
|
+
--t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
|
|
157
|
+
--t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
|
|
158
|
+
--t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
|
|
159
|
+
--t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
|
|
160
|
+
--t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
|
|
161
|
+
--t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
|
|
162
|
+
--t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
|
|
163
|
+
--t-fill-color-product-services-010:hsl(88, 31%, 88%);
|
|
164
|
+
--t-fill-color-product-services-020:hsl(88, 39%, 75%);
|
|
165
|
+
--t-fill-color-product-services-030:hsl(88, 39%, 66%);
|
|
166
|
+
--t-fill-color-product-services-040:hsl(88, 40%, 54%);
|
|
167
|
+
--t-fill-color-product-services-050:hsl(88, 45%, 41%);
|
|
168
|
+
--t-fill-color-product-services-060:hsl(89, 62%, 31%);
|
|
169
|
+
--t-fill-color-product-services-070:hsl(89, 62%, 26%);
|
|
170
|
+
--t-fill-color-product-services-080:hsl(89, 63%, 21%);
|
|
171
|
+
--t-fill-color-product-staff-base:hsl(328, 100%, 45%);
|
|
172
|
+
--t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
|
|
173
|
+
--t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
|
|
174
|
+
--t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
175
|
+
--t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
176
|
+
--t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
177
|
+
--t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
|
|
178
|
+
--t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
|
|
179
|
+
--t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
|
|
180
|
+
--t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
|
|
181
|
+
--t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
|
|
182
|
+
--t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
183
|
+
--t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
|
|
184
|
+
--t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
185
|
+
--t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
186
|
+
--t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
187
|
+
--t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
188
|
+
--t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
|
|
189
|
+
--t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
|
|
190
|
+
--t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
|
|
191
|
+
--t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
|
|
192
|
+
--t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
|
|
193
|
+
--t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
|
|
194
|
+
--t-fill-color-tag-gray-010:hsl(0, 0%, 19%);
|
|
195
|
+
--t-fill-color-tag-gray-020:hsl(0, 0%, 17%);
|
|
196
|
+
--t-fill-color-tag-gray-030:hsl(0, 0%, 68%);
|
|
197
|
+
--t-fill-color-tag-gray-040:hsl(0, 0%, 58%);
|
|
198
|
+
--t-fill-color-tag-blue-010:hsl(229, 22%, 24%);
|
|
199
|
+
--t-fill-color-tag-blue-020:hsl(233, 27%, 23%);
|
|
200
|
+
--t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
|
|
201
|
+
--t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
|
|
202
|
+
--t-fill-color-tag-aqua-010:hsl(217, 25%, 24%);
|
|
203
|
+
--t-fill-color-tag-aqua-020:hsl(222, 27%, 22%);
|
|
204
|
+
--t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
|
|
205
|
+
--t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
|
|
206
|
+
--t-fill-color-tag-teal-010:hsl(150, 20%, 24%);
|
|
207
|
+
--t-fill-color-tag-teal-020:hsl(147, 16%, 22%);
|
|
208
|
+
--t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
|
|
209
|
+
--t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
|
|
210
|
+
--t-fill-color-tag-green-010:hsl(108, 21%, 22%);
|
|
211
|
+
--t-fill-color-tag-green-020:hsl(109, 22%, 20%);
|
|
212
|
+
--t-fill-color-tag-green-030:hsl(112, 57%, 65%);
|
|
213
|
+
--t-fill-color-tag-green-040:hsl(112, 57%, 57%);
|
|
214
|
+
--t-fill-color-tag-yellow-010:hsl(38, 27%, 23%);
|
|
215
|
+
--t-fill-color-tag-yellow-020:hsl(37, 27%, 21%);
|
|
216
|
+
--t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
|
|
217
|
+
--t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
|
|
218
|
+
--t-fill-color-tag-orange-010:hsl(12, 25%, 23%);
|
|
219
|
+
--t-fill-color-tag-orange-020:hsl(10, 29%, 21%);
|
|
220
|
+
--t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
|
|
221
|
+
--t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
|
|
222
|
+
--t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
|
|
223
|
+
--t-fill-color-tag-pink-020:hsl(338, 25%, 21%);
|
|
224
|
+
--t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
|
|
225
|
+
--t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
|
|
226
|
+
--t-fill-color-tag-purple-010:hsl(260, 25%, 24%);
|
|
227
|
+
--t-fill-color-tag-purple-020:hsl(254, 27%, 22%);
|
|
228
|
+
--t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
|
|
229
|
+
--t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
|
|
230
|
+
--t-fill-color-tag-magenta-010:hsl(276, 18%, 22%);
|
|
231
|
+
--t-fill-color-tag-magenta-020:hsl(277, 18%, 20%);
|
|
232
|
+
--t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
|
|
233
|
+
--t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
|
|
234
|
+
--t-fill-color-tag-indigo-010:hsl(233, 30%, 27%);
|
|
235
|
+
--t-fill-color-tag-indigo-020:hsl(233, 30%, 23%);
|
|
236
|
+
--t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
|
|
237
|
+
--t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
|
|
238
|
+
--t-fill-color-button-neutral-solid-default:hsl(0, 0%, 19%);
|
|
239
|
+
--t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
|
|
240
|
+
--t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
|
|
241
|
+
--t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
|
|
242
|
+
--t-fill-color-button-neutral-outline-dim-default:hsl(0, 0%, 15%);
|
|
243
|
+
--t-fill-color-button-neutral-outline-dim-hover:hsl(0, 0%, 17%);
|
|
244
|
+
--t-fill-color-button-neutral-outline-dim-active:hsl(0, 0%, 19%);
|
|
245
|
+
--t-fill-color-button-neutral-outline-dim-disabled:hsl(0, 0%, 12%);
|
|
246
|
+
--t-fill-color-button-neutral-ghost-default:hsla(0, 0%, 0%, 0);
|
|
247
|
+
--t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
|
|
248
|
+
--t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
|
|
249
|
+
--t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
250
|
+
--t-fill-color-button-neutral-responsive-header-default:hsla(0, 0%, 0%, 0.1);
|
|
251
|
+
--t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
|
|
252
|
+
--t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
|
|
253
|
+
--t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
|
|
254
|
+
--t-fill-color-button-interaction-solid-default:hsl(204, 100%, 35%);
|
|
255
|
+
--t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
|
|
256
|
+
--t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
|
|
257
|
+
--t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
|
|
258
|
+
--t-fill-color-button-interaction-outline-dim-default:hsl(204, 32%, 15%);
|
|
259
|
+
--t-fill-color-button-interaction-outline-dim-hover:hsl(204, 39%, 17%);
|
|
260
|
+
--t-fill-color-button-interaction-outline-dim-active:hsl(205, 45%, 18%);
|
|
261
|
+
--t-fill-color-button-interaction-outline-dim-disabled:hsl(0, 0%, 12%);
|
|
262
|
+
--t-fill-color-button-interaction-ghost-default:hsla(0, 0%, 0%, 0);
|
|
263
|
+
--t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
|
|
264
|
+
--t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
|
|
265
|
+
--t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
266
|
+
--t-fill-color-button-delete-solid-default:hsl(8, 60%, 40%);
|
|
267
|
+
--t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
|
|
268
|
+
--t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
|
|
269
|
+
--t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
|
|
270
|
+
--t-fill-color-button-delete-outline-dim-default:hsl(8, 20%, 16%);
|
|
271
|
+
--t-fill-color-button-delete-outline-dim-hover:hsl(9, 24%, 17%);
|
|
272
|
+
--t-fill-color-button-delete-outline-dim-active:hsl(9, 29%, 19%);
|
|
273
|
+
--t-fill-color-button-delete-outline-dim-disabled:hsl(0, 0%, 12%);
|
|
274
|
+
--t-fill-color-button-delete-ghost-default:hsla(0, 0%, 0%, 0);
|
|
275
|
+
--t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
|
|
276
|
+
--t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
|
|
277
|
+
--t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
278
|
+
--t-fill-color-button-pill-default:hsl(0, 0%, 18%);
|
|
279
|
+
--t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
|
|
280
|
+
--t-fill-color-button-pill-active:hsl(0, 0%, 21%);
|
|
281
|
+
--t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
|
|
282
|
+
--t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
|
|
283
|
+
--t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
|
|
284
|
+
--t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
|
|
285
|
+
--t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
|
|
286
|
+
--t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
|
|
287
|
+
--t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
|
|
288
|
+
--t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
|
|
289
|
+
--t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
|
|
290
|
+
--t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
|
|
291
|
+
--t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
|
|
292
|
+
--t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
|
|
293
|
+
--t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
|
|
294
|
+
--t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
|
|
295
|
+
--t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
|
|
296
|
+
--t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
|
|
297
|
+
--t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
|
|
298
|
+
--t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
|
|
299
|
+
--t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
|
|
300
|
+
--t-surface-color-canvas:hsl(0, 0%, 10%);
|
|
301
|
+
--t-surface-color-card:hsl(0, 0%, 12%);
|
|
302
|
+
--t-border-color-default-base:hsl(0, 0%, 21%);
|
|
303
|
+
--t-border-color-default-dark:hsl(0, 0%, 25%);
|
|
304
|
+
--t-border-color-default-darker:hsl(0, 0%, 33%);
|
|
305
|
+
--t-border-color-default-darkest:hsl(0, 0%, 38%);
|
|
306
|
+
--t-border-color-default-disabled:hsl(0, 0%, 21%);
|
|
307
|
+
--t-border-color-default-dim:hsl(0, 0%, 16%);
|
|
308
|
+
--t-border-color-default-white:hsl(0, 0%, 12%);
|
|
309
|
+
--t-border-color-status-neutral:hsl(0, 0%, 38%);
|
|
310
|
+
--t-border-color-status-info:hsl(204, 100%, 35%);
|
|
311
|
+
--t-border-color-status-success:hsl(97, 57%, 40%);
|
|
312
|
+
--t-border-color-status-warning:hsl(42, 84%, 63%);
|
|
313
|
+
--t-border-color-status-error:hsl(8, 60%, 47%);
|
|
314
|
+
--t-border-color-button-neutral:hsl(0, 0%, 19%);
|
|
315
|
+
--t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
|
|
316
|
+
--t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
|
|
317
|
+
--t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
|
|
318
|
+
--t-border-color-control-neutral:hsl(0, 0%, 33%);
|
|
319
|
+
--t-border-color-control-info:hsl(204, 100%, 35%);
|
|
320
|
+
--t-border-color-control-success:hsl(97, 57%, 40%);
|
|
321
|
+
--t-border-color-control-warning:hsl(42, 84%, 63%);
|
|
322
|
+
--t-border-color-control-error:hsl(8, 60%, 47%);
|
|
323
|
+
--t-border-color-control-disabled:hsl(0, 0%, 21%);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
@media (prefers-color-scheme: dark){
|
|
327
|
+
:root[data-color-mode="system"]{
|
|
328
|
+
color-scheme:dark;
|
|
329
|
+
--t-text-color-default-headline:hsl(0, 0%, 94%);
|
|
330
|
+
--t-text-color-default-primary:hsl(0, 0%, 80%);
|
|
331
|
+
--t-text-color-default-secondary:hsl(0, 0%, 54%);
|
|
332
|
+
--t-text-color-default-disabled:hsl(0, 0%, 25%);
|
|
333
|
+
--t-text-color-default-placeholder:hsl(0, 0%, 38%);
|
|
334
|
+
--t-text-color-default-inverted:hsl(0, 0%, 100%);
|
|
335
|
+
--t-text-color-interaction-primary:hsl(204, 68%, 55%);
|
|
336
|
+
--t-text-color-interaction-hover:hsl(204, 68%, 50%);
|
|
337
|
+
--t-text-color-interaction-active:hsl(204, 68%, 45%);
|
|
338
|
+
--t-text-color-interaction-visited:hsl(204, 68%, 50%);
|
|
339
|
+
--t-text-color-status-neutral:hsl(0, 0%, 80%);
|
|
340
|
+
--t-text-color-status-info:hsl(204, 68%, 55%);
|
|
341
|
+
--t-text-color-status-success:hsl(97, 57%, 41%);
|
|
342
|
+
--t-text-color-status-warning:hsl(42, 84%, 55%);
|
|
343
|
+
--t-text-color-status-error:hsl(8, 61%, 61%);
|
|
344
|
+
--t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
|
|
345
|
+
--t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
|
|
346
|
+
--t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
|
|
347
|
+
--t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
|
|
348
|
+
--t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
|
|
349
|
+
--t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
|
|
350
|
+
--t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
|
|
351
|
+
--t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
|
|
352
|
+
--t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
|
|
353
|
+
--t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
|
|
354
|
+
--t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
|
|
355
|
+
--t-text-color-tag-bold-gray:hsl(0, 0%, 17%);
|
|
356
|
+
--t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
|
|
357
|
+
--t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
|
|
358
|
+
--t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
|
|
359
|
+
--t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
|
|
360
|
+
--t-text-color-tag-bold-green:hsl(100, 93%, 17%);
|
|
361
|
+
--t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
|
|
362
|
+
--t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
|
|
363
|
+
--t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
|
|
364
|
+
--t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
|
|
365
|
+
--t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
|
|
366
|
+
--t-icon-color-default-primary:hsl(0, 0%, 80%);
|
|
367
|
+
--t-icon-color-default-secondary:hsl(0, 0%, 54%);
|
|
368
|
+
--t-icon-color-default-dim:hsl(0, 0%, 38%);
|
|
369
|
+
--t-icon-color-default-disabled:hsl(0, 0%, 25%);
|
|
370
|
+
--t-icon-color-default-inverted:hsl(0, 0%, 100%);
|
|
371
|
+
--t-icon-color-status-neutral-primary:hsl(0, 0%, 54%);
|
|
372
|
+
--t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
|
|
373
|
+
--t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
|
|
374
|
+
--t-icon-color-status-info-primary:hsl(204, 68%, 55%);
|
|
375
|
+
--t-icon-color-status-success-primary:hsl(96, 57%, 33%);
|
|
376
|
+
--t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
|
|
377
|
+
--t-icon-color-status-warning-primary:hsl(42, 84%, 49%);
|
|
378
|
+
--t-icon-color-status-error-primary:hsl(8, 61%, 61%);
|
|
379
|
+
--t-fill-color-neutral-000:hsl(0, 0%, 98%);
|
|
380
|
+
--t-fill-color-neutral-010:hsl(0, 0%, 88%);
|
|
381
|
+
--t-fill-color-neutral-020:hsl(0, 0%, 68%);
|
|
382
|
+
--t-fill-color-neutral-025:hsl(0, 0%, 58%);
|
|
383
|
+
--t-fill-color-neutral-030:hsl(0, 0%, 50%);
|
|
384
|
+
--t-fill-color-neutral-040:hsl(0, 0%, 32%);
|
|
385
|
+
--t-fill-color-neutral-050:hsl(0, 0%, 24%);
|
|
386
|
+
--t-fill-color-neutral-060:hsl(0, 0%, 19%);
|
|
387
|
+
--t-fill-color-neutral-070:hsl(0, 0%, 17%);
|
|
388
|
+
--t-fill-color-neutral-080:hsl(0, 0%, 15%);
|
|
389
|
+
--t-fill-color-neutral-090:hsl(0, 0%, 12%);
|
|
390
|
+
--t-fill-color-neutral-100:hsl(0, 0%, 100%);
|
|
391
|
+
--t-fill-color-interaction-default:hsl(204, 100%, 35%);
|
|
392
|
+
--t-fill-color-interaction-hover:hsl(204, 100%, 40%);
|
|
393
|
+
--t-fill-color-interaction-active:hsl(204, 80%, 45%);
|
|
394
|
+
--t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
|
|
395
|
+
--t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
|
|
396
|
+
--t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
|
|
397
|
+
--t-fill-color-control-primary:hsl(204, 100%, 35%);
|
|
398
|
+
--t-fill-color-control-secondary:hsl(97, 57%, 40%);
|
|
399
|
+
--t-fill-color-control-error:hsl(8, 60%, 47%);
|
|
400
|
+
--t-fill-color-control-disabled:hsl(0, 0%, 20%);
|
|
401
|
+
--t-fill-color-status-neutral-solid:hsl(0, 0%, 24%);
|
|
402
|
+
--t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
|
|
403
|
+
--t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
|
|
404
|
+
--t-fill-color-status-info-solid:hsl(204, 100%, 35%);
|
|
405
|
+
--t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
|
|
406
|
+
--t-fill-color-status-info-dim:hsl(206, 22%, 15%);
|
|
407
|
+
--t-fill-color-status-success-solid:hsl(96, 57%, 33%);
|
|
408
|
+
--t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
|
|
409
|
+
--t-fill-color-status-success-dim:hsl(120, 12%, 14%);
|
|
410
|
+
--t-fill-color-status-warning-solid:hsl(42, 84%, 63%);
|
|
411
|
+
--t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
|
|
412
|
+
--t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
|
|
413
|
+
--t-fill-color-status-error-solid:hsl(8, 60%, 47%);
|
|
414
|
+
--t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
|
|
415
|
+
--t-fill-color-status-error-dim:hsl(10, 16%, 15%);
|
|
416
|
+
--t-fill-color-tooltip-primary:hsla(0, 0%, 24%, 0.9);
|
|
417
|
+
--t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
|
|
418
|
+
--t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
|
|
419
|
+
--t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
|
|
420
|
+
--t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
|
|
421
|
+
--t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
|
|
422
|
+
--t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
|
|
423
|
+
--t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
|
|
424
|
+
--t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
|
|
425
|
+
--t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
|
|
426
|
+
--t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
|
|
427
|
+
--t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
|
|
428
|
+
--t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
|
|
429
|
+
--t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
|
|
430
|
+
--t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
|
|
431
|
+
--t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
|
|
432
|
+
--t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
|
|
433
|
+
--t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
|
|
434
|
+
--t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
|
|
435
|
+
--t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
|
|
436
|
+
--t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
|
|
437
|
+
--t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
|
|
438
|
+
--t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
|
|
439
|
+
--t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
|
|
440
|
+
--t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
|
|
441
|
+
--t-fill-color-product-giving-010:hsl(41, 95%, 93%);
|
|
442
|
+
--t-fill-color-product-giving-020:hsl(42, 95%, 83%);
|
|
443
|
+
--t-fill-color-product-giving-030:hsl(43, 95%, 75%);
|
|
444
|
+
--t-fill-color-product-giving-040:hsl(43, 88%, 70%);
|
|
445
|
+
--t-fill-color-product-giving-050:hsl(43, 88%, 64%);
|
|
446
|
+
--t-fill-color-product-giving-060:hsl(42, 84%, 55%);
|
|
447
|
+
--t-fill-color-product-giving-070:hsl(42, 84%, 48%);
|
|
448
|
+
--t-fill-color-product-giving-080:hsl(42, 100%, 40%);
|
|
449
|
+
--t-fill-color-product-groups-010:hsl(18, 95%, 92%);
|
|
450
|
+
--t-fill-color-product-groups-020:hsl(17, 96%, 80%);
|
|
451
|
+
--t-fill-color-product-groups-030:hsl(17, 96%, 70%);
|
|
452
|
+
--t-fill-color-product-groups-040:hsl(17, 96%, 63%);
|
|
453
|
+
--t-fill-color-product-groups-050:hsl(17, 88%, 55%);
|
|
454
|
+
--t-fill-color-product-groups-060:hsl(12, 70%, 48%);
|
|
455
|
+
--t-fill-color-product-groups-070:hsl(12, 70%, 40%);
|
|
456
|
+
--t-fill-color-product-groups-080:hsl(14, 70%, 34%);
|
|
457
|
+
--t-fill-color-product-home-010:hsl(221, 89%, 93%);
|
|
458
|
+
--t-fill-color-product-home-020:hsl(221, 91%, 91%);
|
|
459
|
+
--t-fill-color-product-home-030:hsl(221, 91%, 87%);
|
|
460
|
+
--t-fill-color-product-home-040:hsl(221, 91%, 62%);
|
|
461
|
+
--t-fill-color-product-home-050:hsl(221, 91%, 55%);
|
|
462
|
+
--t-fill-color-product-home-060:hsl(221, 90%, 50%);
|
|
463
|
+
--t-fill-color-product-home-070:hsl(221, 90%, 45%);
|
|
464
|
+
--t-fill-color-product-home-080:hsl(218, 84%, 25%);
|
|
465
|
+
--t-fill-color-product-people-010:hsl(219, 73%, 91%);
|
|
466
|
+
--t-fill-color-product-people-020:hsl(220, 69%, 81%);
|
|
467
|
+
--t-fill-color-product-people-030:hsl(221, 73%, 71%);
|
|
468
|
+
--t-fill-color-product-people-040:hsl(221, 73%, 65%);
|
|
469
|
+
--t-fill-color-product-people-050:hsl(220, 74%, 57%);
|
|
470
|
+
--t-fill-color-product-people-060:hsl(220, 68%, 51%);
|
|
471
|
+
--t-fill-color-product-people-070:hsl(220, 68%, 41%);
|
|
472
|
+
--t-fill-color-product-people-080:hsl(221, 68%, 31%);
|
|
473
|
+
--t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
|
|
474
|
+
--t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
|
|
475
|
+
--t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
|
|
476
|
+
--t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
|
|
477
|
+
--t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
|
|
478
|
+
--t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
|
|
479
|
+
--t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
|
|
480
|
+
--t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
|
|
481
|
+
--t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
|
|
482
|
+
--t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
|
|
483
|
+
--t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
|
|
484
|
+
--t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
|
|
485
|
+
--t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
|
|
486
|
+
--t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
|
|
487
|
+
--t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
|
|
488
|
+
--t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
|
|
489
|
+
--t-fill-color-product-services-010:hsl(88, 31%, 88%);
|
|
490
|
+
--t-fill-color-product-services-020:hsl(88, 39%, 75%);
|
|
491
|
+
--t-fill-color-product-services-030:hsl(88, 39%, 66%);
|
|
492
|
+
--t-fill-color-product-services-040:hsl(88, 40%, 54%);
|
|
493
|
+
--t-fill-color-product-services-050:hsl(88, 45%, 41%);
|
|
494
|
+
--t-fill-color-product-services-060:hsl(89, 62%, 31%);
|
|
495
|
+
--t-fill-color-product-services-070:hsl(89, 62%, 26%);
|
|
496
|
+
--t-fill-color-product-services-080:hsl(89, 63%, 21%);
|
|
497
|
+
--t-fill-color-product-staff-base:hsl(328, 100%, 45%);
|
|
498
|
+
--t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
|
|
499
|
+
--t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
|
|
500
|
+
--t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
501
|
+
--t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
502
|
+
--t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
503
|
+
--t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
|
|
504
|
+
--t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
|
|
505
|
+
--t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
|
|
506
|
+
--t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
|
|
507
|
+
--t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
|
|
508
|
+
--t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
|
|
509
|
+
--t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
|
|
510
|
+
--t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
511
|
+
--t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
512
|
+
--t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
|
|
513
|
+
--t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
|
|
514
|
+
--t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
|
|
515
|
+
--t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
|
|
516
|
+
--t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
|
|
517
|
+
--t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
|
|
518
|
+
--t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
|
|
519
|
+
--t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
|
|
520
|
+
--t-fill-color-tag-gray-010:hsl(0, 0%, 19%);
|
|
521
|
+
--t-fill-color-tag-gray-020:hsl(0, 0%, 17%);
|
|
522
|
+
--t-fill-color-tag-gray-030:hsl(0, 0%, 68%);
|
|
523
|
+
--t-fill-color-tag-gray-040:hsl(0, 0%, 58%);
|
|
524
|
+
--t-fill-color-tag-blue-010:hsl(229, 22%, 24%);
|
|
525
|
+
--t-fill-color-tag-blue-020:hsl(233, 27%, 23%);
|
|
526
|
+
--t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
|
|
527
|
+
--t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
|
|
528
|
+
--t-fill-color-tag-aqua-010:hsl(217, 25%, 24%);
|
|
529
|
+
--t-fill-color-tag-aqua-020:hsl(222, 27%, 22%);
|
|
530
|
+
--t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
|
|
531
|
+
--t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
|
|
532
|
+
--t-fill-color-tag-teal-010:hsl(150, 20%, 24%);
|
|
533
|
+
--t-fill-color-tag-teal-020:hsl(147, 16%, 22%);
|
|
534
|
+
--t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
|
|
535
|
+
--t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
|
|
536
|
+
--t-fill-color-tag-green-010:hsl(108, 21%, 22%);
|
|
537
|
+
--t-fill-color-tag-green-020:hsl(109, 22%, 20%);
|
|
538
|
+
--t-fill-color-tag-green-030:hsl(112, 57%, 65%);
|
|
539
|
+
--t-fill-color-tag-green-040:hsl(112, 57%, 57%);
|
|
540
|
+
--t-fill-color-tag-yellow-010:hsl(38, 27%, 23%);
|
|
541
|
+
--t-fill-color-tag-yellow-020:hsl(37, 27%, 21%);
|
|
542
|
+
--t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
|
|
543
|
+
--t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
|
|
544
|
+
--t-fill-color-tag-orange-010:hsl(12, 25%, 23%);
|
|
545
|
+
--t-fill-color-tag-orange-020:hsl(10, 29%, 21%);
|
|
546
|
+
--t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
|
|
547
|
+
--t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
|
|
548
|
+
--t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
|
|
549
|
+
--t-fill-color-tag-pink-020:hsl(338, 25%, 21%);
|
|
550
|
+
--t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
|
|
551
|
+
--t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
|
|
552
|
+
--t-fill-color-tag-purple-010:hsl(260, 25%, 24%);
|
|
553
|
+
--t-fill-color-tag-purple-020:hsl(254, 27%, 22%);
|
|
554
|
+
--t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
|
|
555
|
+
--t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
|
|
556
|
+
--t-fill-color-tag-magenta-010:hsl(276, 18%, 22%);
|
|
557
|
+
--t-fill-color-tag-magenta-020:hsl(277, 18%, 20%);
|
|
558
|
+
--t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
|
|
559
|
+
--t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
|
|
560
|
+
--t-fill-color-tag-indigo-010:hsl(233, 30%, 27%);
|
|
561
|
+
--t-fill-color-tag-indigo-020:hsl(233, 30%, 23%);
|
|
562
|
+
--t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
|
|
563
|
+
--t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
|
|
564
|
+
--t-fill-color-button-neutral-solid-default:hsl(0, 0%, 19%);
|
|
565
|
+
--t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
|
|
566
|
+
--t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
|
|
567
|
+
--t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
|
|
568
|
+
--t-fill-color-button-neutral-outline-dim-default:hsl(0, 0%, 15%);
|
|
569
|
+
--t-fill-color-button-neutral-outline-dim-hover:hsl(0, 0%, 17%);
|
|
570
|
+
--t-fill-color-button-neutral-outline-dim-active:hsl(0, 0%, 19%);
|
|
571
|
+
--t-fill-color-button-neutral-outline-dim-disabled:hsl(0, 0%, 12%);
|
|
572
|
+
--t-fill-color-button-neutral-ghost-default:hsla(0, 0%, 0%, 0);
|
|
573
|
+
--t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
|
|
574
|
+
--t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
|
|
575
|
+
--t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
576
|
+
--t-fill-color-button-neutral-responsive-header-default:hsla(0, 0%, 0%, 0.1);
|
|
577
|
+
--t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
|
|
578
|
+
--t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
|
|
579
|
+
--t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
|
|
580
|
+
--t-fill-color-button-interaction-solid-default:hsl(204, 100%, 35%);
|
|
581
|
+
--t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
|
|
582
|
+
--t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
|
|
583
|
+
--t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
|
|
584
|
+
--t-fill-color-button-interaction-outline-dim-default:hsl(204, 32%, 15%);
|
|
585
|
+
--t-fill-color-button-interaction-outline-dim-hover:hsl(204, 39%, 17%);
|
|
586
|
+
--t-fill-color-button-interaction-outline-dim-active:hsl(205, 45%, 18%);
|
|
587
|
+
--t-fill-color-button-interaction-outline-dim-disabled:hsl(0, 0%, 12%);
|
|
588
|
+
--t-fill-color-button-interaction-ghost-default:hsla(0, 0%, 0%, 0);
|
|
589
|
+
--t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
|
|
590
|
+
--t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
|
|
591
|
+
--t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
592
|
+
--t-fill-color-button-delete-solid-default:hsl(8, 60%, 40%);
|
|
593
|
+
--t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
|
|
594
|
+
--t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
|
|
595
|
+
--t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
|
|
596
|
+
--t-fill-color-button-delete-outline-dim-default:hsl(8, 20%, 16%);
|
|
597
|
+
--t-fill-color-button-delete-outline-dim-hover:hsl(9, 24%, 17%);
|
|
598
|
+
--t-fill-color-button-delete-outline-dim-active:hsl(9, 29%, 19%);
|
|
599
|
+
--t-fill-color-button-delete-outline-dim-disabled:hsl(0, 0%, 12%);
|
|
600
|
+
--t-fill-color-button-delete-ghost-default:hsla(0, 0%, 0%, 0);
|
|
601
|
+
--t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
|
|
602
|
+
--t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
|
|
603
|
+
--t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
|
|
604
|
+
--t-fill-color-button-pill-default:hsl(0, 0%, 18%);
|
|
605
|
+
--t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
|
|
606
|
+
--t-fill-color-button-pill-active:hsl(0, 0%, 21%);
|
|
607
|
+
--t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
|
|
608
|
+
--t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
|
|
609
|
+
--t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
|
|
610
|
+
--t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
|
|
611
|
+
--t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
|
|
612
|
+
--t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
|
|
613
|
+
--t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
|
|
614
|
+
--t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
|
|
615
|
+
--t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
|
|
616
|
+
--t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
|
|
617
|
+
--t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
|
|
618
|
+
--t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
|
|
619
|
+
--t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
|
|
620
|
+
--t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
|
|
621
|
+
--t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
|
|
622
|
+
--t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
|
|
623
|
+
--t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
|
|
624
|
+
--t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
|
|
625
|
+
--t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
|
|
626
|
+
--t-surface-color-canvas:hsl(0, 0%, 10%);
|
|
627
|
+
--t-surface-color-card:hsl(0, 0%, 12%);
|
|
628
|
+
--t-border-color-default-base:hsl(0, 0%, 21%);
|
|
629
|
+
--t-border-color-default-dark:hsl(0, 0%, 25%);
|
|
630
|
+
--t-border-color-default-darker:hsl(0, 0%, 33%);
|
|
631
|
+
--t-border-color-default-darkest:hsl(0, 0%, 38%);
|
|
632
|
+
--t-border-color-default-disabled:hsl(0, 0%, 21%);
|
|
633
|
+
--t-border-color-default-dim:hsl(0, 0%, 16%);
|
|
634
|
+
--t-border-color-default-white:hsl(0, 0%, 12%);
|
|
635
|
+
--t-border-color-status-neutral:hsl(0, 0%, 38%);
|
|
636
|
+
--t-border-color-status-info:hsl(204, 100%, 35%);
|
|
637
|
+
--t-border-color-status-success:hsl(97, 57%, 40%);
|
|
638
|
+
--t-border-color-status-warning:hsl(42, 84%, 63%);
|
|
639
|
+
--t-border-color-status-error:hsl(8, 60%, 47%);
|
|
640
|
+
--t-border-color-button-neutral:hsl(0, 0%, 19%);
|
|
641
|
+
--t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
|
|
642
|
+
--t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
|
|
643
|
+
--t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
|
|
644
|
+
--t-border-color-control-neutral:hsl(0, 0%, 33%);
|
|
645
|
+
--t-border-color-control-info:hsl(204, 100%, 35%);
|
|
646
|
+
--t-border-color-control-success:hsl(97, 57%, 40%);
|
|
647
|
+
--t-border-color-control-warning:hsl(42, 84%, 63%);
|
|
648
|
+
--t-border-color-control-error:hsl(8, 60%, 47%);
|
|
649
|
+
--t-border-color-control-disabled:hsl(0, 0%, 21%);
|
|
650
|
+
}
|
|
651
|
+
}
|