@times-design-system/theme-scss 1.1.1-alpha.831
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/README.md +193 -0
- package/dist/index.js +11 -0
- package/dist/palettes/_brand-dark.scss +166 -0
- package/dist/palettes/_brand-light.scss +166 -0
- package/dist/palettes/_business-dark.scss +148 -0
- package/dist/palettes/_business-light.scss +148 -0
- package/dist/palettes/_channels-dark.scss +279 -0
- package/dist/palettes/_channels-light.scss +279 -0
- package/dist/palettes/_comment-dark.scss +148 -0
- package/dist/palettes/_comment-light.scss +148 -0
- package/dist/palettes/_core-dark.scss +148 -0
- package/dist/palettes/_core-light.scss +148 -0
- package/dist/palettes/_culture-dark.scss +148 -0
- package/dist/palettes/_culture-light.scss +148 -0
- package/dist/palettes/_dataVisualisation-dark.scss +202 -0
- package/dist/palettes/_dataVisualisation-light.scss +202 -0
- package/dist/palettes/_home-dark.scss +148 -0
- package/dist/palettes/_home-light.scss +148 -0
- package/dist/palettes/_ireland-dark.scss +148 -0
- package/dist/palettes/_ireland-light.scss +148 -0
- package/dist/palettes/_lifeAndStyle-dark.scss +146 -0
- package/dist/palettes/_lifeAndStyle-light.scss +146 -0
- package/dist/palettes/_marketing-dark.scss +16 -0
- package/dist/palettes/_marketing-light.scss +16 -0
- package/dist/palettes/_money-dark.scss +148 -0
- package/dist/palettes/_money-light.scss +148 -0
- package/dist/palettes/_obituaries-dark.scss +148 -0
- package/dist/palettes/_obituaries-light.scss +148 -0
- package/dist/palettes/_puzzles-dark.scss +146 -0
- package/dist/palettes/_puzzles-light.scss +146 -0
- package/dist/palettes/_sport-dark.scss +148 -0
- package/dist/palettes/_sport-light.scss +148 -0
- package/dist/palettes/_travel-dark.scss +148 -0
- package/dist/palettes/_travel-light.scss +148 -0
- package/dist/palettes/_uk-dark.scss +148 -0
- package/dist/palettes/_uk-light.scss +148 -0
- package/dist/palettes/_world-dark.scss +148 -0
- package/dist/palettes/_world-light.scss +148 -0
- package/dist/tds-layout.scss +180 -0
- package/dist/tds-typography.scss +827 -0
- package/package.json +48 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
$tds-brand-data-visualisation-ramp-dark-blue-50: #040404;
|
|
2
|
+
$tds-brand-data-visualisation-ramp-dark-blue-100: #070707;
|
|
3
|
+
$tds-brand-data-visualisation-ramp-dark-blue-150: #0b0b0b;
|
|
4
|
+
$tds-brand-data-visualisation-ramp-dark-blue-200: #0f0f0f;
|
|
5
|
+
$tds-brand-data-visualisation-ramp-dark-blue-250: #131313;
|
|
6
|
+
$tds-brand-data-visualisation-ramp-dark-blue-300: #161616;
|
|
7
|
+
$tds-brand-data-visualisation-ramp-dark-blue-350: #1a1a1a;
|
|
8
|
+
$tds-brand-data-visualisation-ramp-dark-blue-400: #1e1e1e;
|
|
9
|
+
$tds-brand-data-visualisation-ramp-dark-blue-450: #212121;
|
|
10
|
+
$tds-brand-data-visualisation-ramp-dark-blue-500: #254251;
|
|
11
|
+
$tds-brand-data-visualisation-ramp-dark-blue-550: #2b2b2b;
|
|
12
|
+
$tds-brand-data-visualisation-ramp-dark-blue-600: #313131;
|
|
13
|
+
$tds-brand-data-visualisation-ramp-dark-blue-650: #373737;
|
|
14
|
+
$tds-brand-data-visualisation-ramp-dark-blue-700: #3e3e3e;
|
|
15
|
+
$tds-brand-data-visualisation-ramp-dark-blue-750: #444444;
|
|
16
|
+
$tds-brand-data-visualisation-ramp-dark-blue-800: #4a4a4a;
|
|
17
|
+
$tds-brand-data-visualisation-ramp-dark-blue-850: #505050;
|
|
18
|
+
$tds-brand-data-visualisation-ramp-dark-blue-900: #5e5e5e;
|
|
19
|
+
$tds-brand-data-visualisation-ramp-dark-blue-950: #6b6b6b;
|
|
20
|
+
$tds-brand-data-visualisation-ramp-dark-blue-1000: #787878;
|
|
21
|
+
$tds-brand-data-visualisation-ramp-yellow-50: #03170f;
|
|
22
|
+
$tds-brand-data-visualisation-ramp-yellow-100: #072e1d;
|
|
23
|
+
$tds-brand-data-visualisation-ramp-yellow-150: #0a452c;
|
|
24
|
+
$tds-brand-data-visualisation-ramp-yellow-200: #0d5c3a;
|
|
25
|
+
$tds-brand-data-visualisation-ramp-yellow-250: #107349;
|
|
26
|
+
$tds-brand-data-visualisation-ramp-yellow-300: #148a57;
|
|
27
|
+
$tds-brand-data-visualisation-ramp-yellow-350: #17a066;
|
|
28
|
+
$tds-brand-data-visualisation-ramp-yellow-400: #1ab774;
|
|
29
|
+
$tds-brand-data-visualisation-ramp-yellow-450: #1dce83;
|
|
30
|
+
$tds-brand-data-visualisation-ramp-yellow-500: #e0ab26;
|
|
31
|
+
$tds-brand-data-visualisation-ramp-yellow-550: #31e296;
|
|
32
|
+
$tds-brand-data-visualisation-ramp-yellow-600: #3ce39c;
|
|
33
|
+
$tds-brand-data-visualisation-ramp-yellow-650: #47e5a1;
|
|
34
|
+
$tds-brand-data-visualisation-ramp-yellow-700: #51e6a7;
|
|
35
|
+
$tds-brand-data-visualisation-ramp-yellow-750: #5ce8ac;
|
|
36
|
+
$tds-brand-data-visualisation-ramp-yellow-800: #67e9b2;
|
|
37
|
+
$tds-brand-data-visualisation-ramp-yellow-850: #72ebb7;
|
|
38
|
+
$tds-brand-data-visualisation-ramp-yellow-900: #7decbd;
|
|
39
|
+
$tds-brand-data-visualisation-ramp-yellow-950: #88eec2;
|
|
40
|
+
$tds-brand-data-visualisation-ramp-yellow-1000: #93f0c8;
|
|
41
|
+
$tds-brand-data-visualisation-ramp-light-blue-50: #070707;
|
|
42
|
+
$tds-brand-data-visualisation-ramp-light-blue-100: #0d0d0d;
|
|
43
|
+
$tds-brand-data-visualisation-ramp-light-blue-150: #141414;
|
|
44
|
+
$tds-brand-data-visualisation-ramp-light-blue-200: #1b1b1b;
|
|
45
|
+
$tds-brand-data-visualisation-ramp-light-blue-250: #212121;
|
|
46
|
+
$tds-brand-data-visualisation-ramp-light-blue-300: #282828;
|
|
47
|
+
$tds-brand-data-visualisation-ramp-light-blue-350: #2f2f2f;
|
|
48
|
+
$tds-brand-data-visualisation-ramp-light-blue-400: #3f3f3f;
|
|
49
|
+
$tds-brand-data-visualisation-ramp-light-blue-450: #5a5a5a;
|
|
50
|
+
$tds-brand-data-visualisation-ramp-light-blue-500: #75b2dd;
|
|
51
|
+
$tds-brand-data-visualisation-ramp-light-blue-550: #7c7c7c;
|
|
52
|
+
$tds-brand-data-visualisation-ramp-light-blue-600: #838383;
|
|
53
|
+
$tds-brand-data-visualisation-ramp-light-blue-650: #8a8a8a;
|
|
54
|
+
$tds-brand-data-visualisation-ramp-light-blue-700: #919191;
|
|
55
|
+
$tds-brand-data-visualisation-ramp-light-blue-750: #979797;
|
|
56
|
+
$tds-brand-data-visualisation-ramp-light-blue-800: #9e9e9e;
|
|
57
|
+
$tds-brand-data-visualisation-ramp-light-blue-850: #a5a5a5;
|
|
58
|
+
$tds-brand-data-visualisation-ramp-light-blue-900: #acacac;
|
|
59
|
+
$tds-brand-data-visualisation-ramp-light-blue-950: #b3b3b3;
|
|
60
|
+
$tds-brand-data-visualisation-ramp-light-blue-1000: #bababa;
|
|
61
|
+
$tds-brand-data-visualisation-ramp-orange-50: #0f1b02;
|
|
62
|
+
$tds-brand-data-visualisation-ramp-orange-100: #1f3703;
|
|
63
|
+
$tds-brand-data-visualisation-ramp-orange-150: #2e5205;
|
|
64
|
+
$tds-brand-data-visualisation-ramp-orange-200: #3d6e06;
|
|
65
|
+
$tds-brand-data-visualisation-ramp-orange-250: #4c8908;
|
|
66
|
+
$tds-brand-data-visualisation-ramp-orange-300: #5ca509;
|
|
67
|
+
$tds-brand-data-visualisation-ramp-orange-350: #6bc00b;
|
|
68
|
+
$tds-brand-data-visualisation-ramp-orange-400: #7adb0d;
|
|
69
|
+
$tds-brand-data-visualisation-ramp-orange-450: #89f114;
|
|
70
|
+
$tds-brand-data-visualisation-ramp-orange-500: #f37f2f;
|
|
71
|
+
$tds-brand-data-visualisation-ramp-orange-550: #9cf439;
|
|
72
|
+
$tds-brand-data-visualisation-ramp-orange-600: #a1f444;
|
|
73
|
+
$tds-brand-data-visualisation-ramp-orange-650: #a7f54e;
|
|
74
|
+
$tds-brand-data-visualisation-ramp-orange-700: #acf559;
|
|
75
|
+
$tds-brand-data-visualisation-ramp-orange-750: #b1f663;
|
|
76
|
+
$tds-brand-data-visualisation-ramp-orange-800: #b6f76d;
|
|
77
|
+
$tds-brand-data-visualisation-ramp-orange-850: #bbf778;
|
|
78
|
+
$tds-brand-data-visualisation-ramp-orange-900: #c1f882;
|
|
79
|
+
$tds-brand-data-visualisation-ramp-orange-950: #c6f88d;
|
|
80
|
+
$tds-brand-data-visualisation-ramp-orange-1000: #cbf997;
|
|
81
|
+
$tds-brand-data-visualisation-ramp-teal-50: #05050c;
|
|
82
|
+
$tds-brand-data-visualisation-ramp-teal-100: #0a0a17;
|
|
83
|
+
$tds-brand-data-visualisation-ramp-teal-150: #0f0f23;
|
|
84
|
+
$tds-brand-data-visualisation-ramp-teal-200: #14142f;
|
|
85
|
+
$tds-brand-data-visualisation-ramp-teal-250: #19193b;
|
|
86
|
+
$tds-brand-data-visualisation-ramp-teal-300: #1e1e46;
|
|
87
|
+
$tds-brand-data-visualisation-ramp-teal-350: #232352;
|
|
88
|
+
$tds-brand-data-visualisation-ramp-teal-400: #28285e;
|
|
89
|
+
$tds-brand-data-visualisation-ramp-teal-450: #2d2d69;
|
|
90
|
+
$tds-brand-data-visualisation-ramp-teal-500: #3292a6;
|
|
91
|
+
$tds-brand-data-visualisation-ramp-teal-550: #35357d;
|
|
92
|
+
$tds-brand-data-visualisation-ramp-teal-600: #393985;
|
|
93
|
+
$tds-brand-data-visualisation-ramp-teal-650: #3f3f8d;
|
|
94
|
+
$tds-brand-data-visualisation-ramp-teal-700: #4a4a93;
|
|
95
|
+
$tds-brand-data-visualisation-ramp-teal-750: #56569a;
|
|
96
|
+
$tds-brand-data-visualisation-ramp-teal-800: #6161a1;
|
|
97
|
+
$tds-brand-data-visualisation-ramp-teal-850: #6c6ca8;
|
|
98
|
+
$tds-brand-data-visualisation-ramp-teal-900: #7777ae;
|
|
99
|
+
$tds-brand-data-visualisation-ramp-teal-950: #8383b5;
|
|
100
|
+
$tds-brand-data-visualisation-ramp-teal-1000: #8e8ebc;
|
|
101
|
+
$tds-brand-data-visualisation-ramp-purple-50: #060606;
|
|
102
|
+
$tds-brand-data-visualisation-ramp-purple-100: #0c0c0c;
|
|
103
|
+
$tds-brand-data-visualisation-ramp-purple-150: #121212;
|
|
104
|
+
$tds-brand-data-visualisation-ramp-purple-200: #181818;
|
|
105
|
+
$tds-brand-data-visualisation-ramp-purple-250: #1e1e1e;
|
|
106
|
+
$tds-brand-data-visualisation-ramp-purple-300: #242424;
|
|
107
|
+
$tds-brand-data-visualisation-ramp-purple-350: #2a2a2a;
|
|
108
|
+
$tds-brand-data-visualisation-ramp-purple-400: #303030;
|
|
109
|
+
$tds-brand-data-visualisation-ramp-purple-450: #363636;
|
|
110
|
+
$tds-brand-data-visualisation-ramp-purple-500: #6c3c5e;
|
|
111
|
+
$tds-brand-data-visualisation-ramp-purple-550: #424242;
|
|
112
|
+
$tds-brand-data-visualisation-ramp-purple-600: #484848;
|
|
113
|
+
$tds-brand-data-visualisation-ramp-purple-650: #4e4e4e;
|
|
114
|
+
$tds-brand-data-visualisation-ramp-purple-700: #545454;
|
|
115
|
+
$tds-brand-data-visualisation-ramp-purple-750: #5b5b5b;
|
|
116
|
+
$tds-brand-data-visualisation-ramp-purple-800: #656565;
|
|
117
|
+
$tds-brand-data-visualisation-ramp-purple-850: #707070;
|
|
118
|
+
$tds-brand-data-visualisation-ramp-purple-900: #7b7b7b;
|
|
119
|
+
$tds-brand-data-visualisation-ramp-purple-950: #868686;
|
|
120
|
+
$tds-brand-data-visualisation-ramp-purple-1000: #919191;
|
|
121
|
+
$tds-brand-data-visualisation-ramp-brown-50: #0f0e0c;
|
|
122
|
+
$tds-brand-data-visualisation-ramp-brown-100: #1e1d18;
|
|
123
|
+
$tds-brand-data-visualisation-ramp-brown-150: #2e2b24;
|
|
124
|
+
$tds-brand-data-visualisation-ramp-brown-200: #3d3a30;
|
|
125
|
+
$tds-brand-data-visualisation-ramp-brown-250: #4c483c;
|
|
126
|
+
$tds-brand-data-visualisation-ramp-brown-300: #5b5748;
|
|
127
|
+
$tds-brand-data-visualisation-ramp-brown-350: #6a6554;
|
|
128
|
+
$tds-brand-data-visualisation-ramp-brown-400: #7a7460;
|
|
129
|
+
$tds-brand-data-visualisation-ramp-brown-450: #89826c;
|
|
130
|
+
$tds-brand-data-visualisation-ramp-brown-500: #96807a;
|
|
131
|
+
$tds-brand-data-visualisation-ramp-brown-550: #9b9581;
|
|
132
|
+
$tds-brand-data-visualisation-ramp-brown-600: #a19b87;
|
|
133
|
+
$tds-brand-data-visualisation-ramp-brown-650: #a6a08e;
|
|
134
|
+
$tds-brand-data-visualisation-ramp-brown-700: #aba695;
|
|
135
|
+
$tds-brand-data-visualisation-ramp-brown-750: #b0ab9b;
|
|
136
|
+
$tds-brand-data-visualisation-ramp-brown-800: #b6b1a2;
|
|
137
|
+
$tds-brand-data-visualisation-ramp-brown-850: #bbb7a9;
|
|
138
|
+
$tds-brand-data-visualisation-ramp-brown-900: #c0bcaf;
|
|
139
|
+
$tds-brand-data-visualisation-ramp-brown-950: #c5c2b6;
|
|
140
|
+
$tds-brand-data-visualisation-ramp-brown-1000: #cbc7bd;
|
|
141
|
+
$tds-brand-data-visualisation-ramp-sequential-50: #2aa818;
|
|
142
|
+
$tds-brand-data-visualisation-ramp-sequential-100: #63a818;
|
|
143
|
+
$tds-brand-data-visualisation-ramp-sequential-150: #18a9a0;
|
|
144
|
+
$tds-brand-data-visualisation-ramp-sequential-200: #1848a9;
|
|
145
|
+
$tds-brand-data-visualisation-ramp-sequential-250: #1818aa;
|
|
146
|
+
$tds-brand-data-visualisation-ramp-sequential-300: #181898;
|
|
147
|
+
$tds-brand-data-visualisation-ramp-sequential-350: #18182d;
|
|
148
|
+
$tds-brand-data-visualisation-ramp-sequential-400: #181818;
|
|
149
|
+
$tds-brand-data-visualisation-ramp-sequential-450: #181818;
|
|
150
|
+
$tds-brand-data-visualisation-ramp-sequential-500: #181818;
|
|
151
|
+
$tds-brand-data-visualisation-ramp-sequential-550: #171717;
|
|
152
|
+
$tds-brand-data-visualisation-ramp-sequential-600: #171717;
|
|
153
|
+
$tds-brand-data-visualisation-ramp-sequential-650: #171717;
|
|
154
|
+
$tds-brand-data-visualisation-ramp-sequential-700: #171717;
|
|
155
|
+
$tds-brand-data-visualisation-ramp-sequential-750: #171717;
|
|
156
|
+
$tds-brand-data-visualisation-ramp-sequential-800: #171717;
|
|
157
|
+
$tds-brand-data-visualisation-ramp-sequential-850: #171717;
|
|
158
|
+
$tds-brand-data-visualisation-ramp-sequential-900: #171717;
|
|
159
|
+
$tds-brand-data-visualisation-ramp-sequential-950: #171717;
|
|
160
|
+
$tds-brand-data-visualisation-ramp-sequential-1000: #af1722;
|
|
161
|
+
$tds-brand-data-visualisation-base-dark-blue: #254251;
|
|
162
|
+
$tds-brand-data-visualisation-base-yellow: #e0ab26;
|
|
163
|
+
$tds-brand-data-visualisation-base-light-blue: #75b2dd;
|
|
164
|
+
$tds-brand-data-visualisation-base-orange: #f37f2f;
|
|
165
|
+
$tds-brand-data-visualisation-base-teal: #3292a6;
|
|
166
|
+
$tds-brand-data-visualisation-base-purple: #6c3c5e;
|
|
167
|
+
$tds-brand-data-visualisation-base-brown: #96807a;
|
|
168
|
+
$tds-brand-data-visualisation-base-positive: #2aa818;
|
|
169
|
+
$tds-brand-data-visualisation-base-negative: #af1722;
|
|
170
|
+
$tds-brand-data-visualisation-political-party-uk-conservative: #4093b2;
|
|
171
|
+
$tds-brand-data-visualisation-political-party-uk-labour: #ec5156;
|
|
172
|
+
$tds-brand-data-visualisation-political-party-uk-lib-dems: #eaaa00;
|
|
173
|
+
$tds-brand-data-visualisation-political-party-uk-plaid-cymru: #90cd7c;
|
|
174
|
+
$tds-brand-data-visualisation-political-party-uk-sinn-fein: #44966b;
|
|
175
|
+
$tds-brand-data-visualisation-political-party-uk-ulster-unionist-party: #3f617c;
|
|
176
|
+
$tds-brand-data-visualisation-political-party-uk-ukip: #9767ae;
|
|
177
|
+
$tds-brand-data-visualisation-political-party-uk-scot-nat-party: #f6d700;
|
|
178
|
+
$tds-brand-data-visualisation-political-party-uk-green-party: #61a961;
|
|
179
|
+
$tds-brand-data-visualisation-political-party-uk-dup: #a15252;
|
|
180
|
+
$tds-brand-data-visualisation-political-party-uk-social-dem-labour: #7da17d;
|
|
181
|
+
$tds-brand-data-visualisation-political-party-uk-others: #a0938f;
|
|
182
|
+
$tds-brand-data-visualisation-political-party-germany-cdu-csu: #0d0d0d;
|
|
183
|
+
$tds-brand-data-visualisation-political-party-germany-spd: #eb001f;
|
|
184
|
+
$tds-brand-data-visualisation-political-party-germany-left: #8c3473;
|
|
185
|
+
$tds-brand-data-visualisation-political-party-germany-greens: #58ab27;
|
|
186
|
+
$tds-brand-data-visualisation-political-party-germany-fdp: #f0d034;
|
|
187
|
+
$tds-brand-data-visualisation-political-party-germany-ind: #808080;
|
|
188
|
+
$tds-brand-data-visualisation-political-party-germany-afd: #4990e2;
|
|
189
|
+
$tds-brand-data-visualisation-political-party-italy-dp: #e45b5b;
|
|
190
|
+
$tds-brand-data-visualisation-political-party-italy-5sm: #f3d92b;
|
|
191
|
+
$tds-brand-data-visualisation-political-party-italy-forza: #4894d2;
|
|
192
|
+
$tds-brand-data-visualisation-political-party-italy-nleague: #65bda2;
|
|
193
|
+
$tds-brand-data-visualisation-political-party-italy-leu: #700000;
|
|
194
|
+
$tds-brand-data-visualisation-political-party-italy-brothers: #1d24bf;
|
|
195
|
+
$tds-brand-data-visualisation-political-party-us-democratic-party: #015b90;
|
|
196
|
+
$tds-brand-data-visualisation-political-party-us-republican-party: #cc0b07;
|
|
197
|
+
$tds-surface-static-dark: #000000;
|
|
198
|
+
$tds-surface-static-light: #ffffff;
|
|
199
|
+
$tds-text-static-dark: #000000;
|
|
200
|
+
$tds-text-static-light: #ffffff;
|
|
201
|
+
$tds-border-static-dark: #000000;
|
|
202
|
+
$tds-border-static-light: #ffffff;
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
$tds-brand-data-visualisation-ramp-dark-blue-50: #f8f8f8;
|
|
2
|
+
$tds-brand-data-visualisation-ramp-dark-blue-100: #f2f2f2;
|
|
3
|
+
$tds-brand-data-visualisation-ramp-dark-blue-150: #ebebeb;
|
|
4
|
+
$tds-brand-data-visualisation-ramp-dark-blue-200: #dddddd;
|
|
5
|
+
$tds-brand-data-visualisation-ramp-dark-blue-250: #d0d0d0;
|
|
6
|
+
$tds-brand-data-visualisation-ramp-dark-blue-300: #bcbcbc;
|
|
7
|
+
$tds-brand-data-visualisation-ramp-dark-blue-350: #a1a1a1;
|
|
8
|
+
$tds-brand-data-visualisation-ramp-dark-blue-400: #868686;
|
|
9
|
+
$tds-brand-data-visualisation-ramp-dark-blue-450: #6b6b6b;
|
|
10
|
+
$tds-brand-data-visualisation-ramp-dark-blue-500: #505050;
|
|
11
|
+
$tds-brand-data-visualisation-ramp-dark-blue-550: #444444;
|
|
12
|
+
$tds-brand-data-visualisation-ramp-dark-blue-600: #373737;
|
|
13
|
+
$tds-brand-data-visualisation-ramp-dark-blue-650: #2e2e2e;
|
|
14
|
+
$tds-brand-data-visualisation-ramp-dark-blue-700: #254251;
|
|
15
|
+
$tds-brand-data-visualisation-ramp-dark-blue-750: #212121;
|
|
16
|
+
$tds-brand-data-visualisation-ramp-dark-blue-800: #1e1e1e;
|
|
17
|
+
$tds-brand-data-visualisation-ramp-dark-blue-850: #1a1a1a;
|
|
18
|
+
$tds-brand-data-visualisation-ramp-dark-blue-900: #161616;
|
|
19
|
+
$tds-brand-data-visualisation-ramp-dark-blue-950: #131313;
|
|
20
|
+
$tds-brand-data-visualisation-ramp-dark-blue-1000: #0f0f0f;
|
|
21
|
+
$tds-brand-data-visualisation-ramp-yellow-50: #fafefc;
|
|
22
|
+
$tds-brand-data-visualisation-ramp-yellow-100: #f4fdf9;
|
|
23
|
+
$tds-brand-data-visualisation-ramp-yellow-150: #effdf7;
|
|
24
|
+
$tds-brand-data-visualisation-ramp-yellow-200: #e4fbf1;
|
|
25
|
+
$tds-brand-data-visualisation-ramp-yellow-250: #d9faec;
|
|
26
|
+
$tds-brand-data-visualisation-ramp-yellow-300: #c9f7e3;
|
|
27
|
+
$tds-brand-data-visualisation-ramp-yellow-350: #b3f4d8;
|
|
28
|
+
$tds-brand-data-visualisation-ramp-yellow-400: #9df1cd;
|
|
29
|
+
$tds-brand-data-visualisation-ramp-yellow-450: #88eec2;
|
|
30
|
+
$tds-brand-data-visualisation-ramp-yellow-500: #72ebb7;
|
|
31
|
+
$tds-brand-data-visualisation-ramp-yellow-550: #5ce8ac;
|
|
32
|
+
$tds-brand-data-visualisation-ramp-yellow-600: #47e5a1;
|
|
33
|
+
$tds-brand-data-visualisation-ramp-yellow-650: #36e299;
|
|
34
|
+
$tds-brand-data-visualisation-ramp-yellow-700: #e0ab26;
|
|
35
|
+
$tds-brand-data-visualisation-ramp-yellow-750: #1dce83;
|
|
36
|
+
$tds-brand-data-visualisation-ramp-yellow-800: #1ab774;
|
|
37
|
+
$tds-brand-data-visualisation-ramp-yellow-850: #17a066;
|
|
38
|
+
$tds-brand-data-visualisation-ramp-yellow-900: #148a57;
|
|
39
|
+
$tds-brand-data-visualisation-ramp-yellow-950: #107349;
|
|
40
|
+
$tds-brand-data-visualisation-ramp-yellow-1000: #0d5c3a;
|
|
41
|
+
$tds-brand-data-visualisation-ramp-light-blue-50: #fcfcfc;
|
|
42
|
+
$tds-brand-data-visualisation-ramp-light-blue-100: #f8f8f8;
|
|
43
|
+
$tds-brand-data-visualisation-ramp-light-blue-150: #f5f5f5;
|
|
44
|
+
$tds-brand-data-visualisation-ramp-light-blue-200: #eeeeee;
|
|
45
|
+
$tds-brand-data-visualisation-ramp-light-blue-250: #e7e7e7;
|
|
46
|
+
$tds-brand-data-visualisation-ramp-light-blue-300: #dcdcdc;
|
|
47
|
+
$tds-brand-data-visualisation-ramp-light-blue-350: #cfcfcf;
|
|
48
|
+
$tds-brand-data-visualisation-ramp-light-blue-400: #c1c1c1;
|
|
49
|
+
$tds-brand-data-visualisation-ramp-light-blue-450: #b3b3b3;
|
|
50
|
+
$tds-brand-data-visualisation-ramp-light-blue-500: #a5a5a5;
|
|
51
|
+
$tds-brand-data-visualisation-ramp-light-blue-550: #979797;
|
|
52
|
+
$tds-brand-data-visualisation-ramp-light-blue-600: #8a8a8a;
|
|
53
|
+
$tds-brand-data-visualisation-ramp-light-blue-650: #7f7f7f;
|
|
54
|
+
$tds-brand-data-visualisation-ramp-light-blue-700: #75b2dd;
|
|
55
|
+
$tds-brand-data-visualisation-ramp-light-blue-750: #5a5a5a;
|
|
56
|
+
$tds-brand-data-visualisation-ramp-light-blue-800: #3f3f3f;
|
|
57
|
+
$tds-brand-data-visualisation-ramp-light-blue-850: #2f2f2f;
|
|
58
|
+
$tds-brand-data-visualisation-ramp-light-blue-900: #282828;
|
|
59
|
+
$tds-brand-data-visualisation-ramp-light-blue-950: #212121;
|
|
60
|
+
$tds-brand-data-visualisation-ramp-light-blue-1000: #1b1b1b;
|
|
61
|
+
$tds-brand-data-visualisation-ramp-orange-50: #fcfffa;
|
|
62
|
+
$tds-brand-data-visualisation-ramp-orange-100: #fafef5;
|
|
63
|
+
$tds-brand-data-visualisation-ramp-orange-150: #f7feef;
|
|
64
|
+
$tds-brand-data-visualisation-ramp-orange-200: #f2fee5;
|
|
65
|
+
$tds-brand-data-visualisation-ramp-orange-250: #edfddb;
|
|
66
|
+
$tds-brand-data-visualisation-ramp-orange-300: #e5fccb;
|
|
67
|
+
$tds-brand-data-visualisation-ramp-orange-350: #dbfbb6;
|
|
68
|
+
$tds-brand-data-visualisation-ramp-orange-400: #d0faa1;
|
|
69
|
+
$tds-brand-data-visualisation-ramp-orange-450: #c6f88d;
|
|
70
|
+
$tds-brand-data-visualisation-ramp-orange-500: #bbf778;
|
|
71
|
+
$tds-brand-data-visualisation-ramp-orange-550: #b1f663;
|
|
72
|
+
$tds-brand-data-visualisation-ramp-orange-600: #a7f54e;
|
|
73
|
+
$tds-brand-data-visualisation-ramp-orange-650: #9ff43f;
|
|
74
|
+
$tds-brand-data-visualisation-ramp-orange-700: #f37f2f;
|
|
75
|
+
$tds-brand-data-visualisation-ramp-orange-750: #89f114;
|
|
76
|
+
$tds-brand-data-visualisation-ramp-orange-800: #7adb0d;
|
|
77
|
+
$tds-brand-data-visualisation-ramp-orange-850: #6bc00b;
|
|
78
|
+
$tds-brand-data-visualisation-ramp-orange-900: #5ca509;
|
|
79
|
+
$tds-brand-data-visualisation-ramp-orange-950: #4c8908;
|
|
80
|
+
$tds-brand-data-visualisation-ramp-orange-1000: #3d6e06;
|
|
81
|
+
$tds-brand-data-visualisation-ramp-teal-50: #f9f9fc;
|
|
82
|
+
$tds-brand-data-visualisation-ramp-teal-100: #f4f4f8;
|
|
83
|
+
$tds-brand-data-visualisation-ramp-teal-150: #eeeef5;
|
|
84
|
+
$tds-brand-data-visualisation-ramp-teal-200: #e3e3ee;
|
|
85
|
+
$tds-brand-data-visualisation-ramp-teal-250: #d7d7e7;
|
|
86
|
+
$tds-brand-data-visualisation-ramp-teal-300: #c7c7dd;
|
|
87
|
+
$tds-brand-data-visualisation-ramp-teal-350: #b0b0d0;
|
|
88
|
+
$tds-brand-data-visualisation-ramp-teal-400: #9999c2;
|
|
89
|
+
$tds-brand-data-visualisation-ramp-teal-450: #8383b5;
|
|
90
|
+
$tds-brand-data-visualisation-ramp-teal-500: #6c6ca8;
|
|
91
|
+
$tds-brand-data-visualisation-ramp-teal-550: #56569a;
|
|
92
|
+
$tds-brand-data-visualisation-ramp-teal-600: #3f3f8d;
|
|
93
|
+
$tds-brand-data-visualisation-ramp-teal-650: #373781;
|
|
94
|
+
$tds-brand-data-visualisation-ramp-teal-700: #3292a6;
|
|
95
|
+
$tds-brand-data-visualisation-ramp-teal-750: #2d2d69;
|
|
96
|
+
$tds-brand-data-visualisation-ramp-teal-800: #28285e;
|
|
97
|
+
$tds-brand-data-visualisation-ramp-teal-850: #232352;
|
|
98
|
+
$tds-brand-data-visualisation-ramp-teal-900: #1e1e46;
|
|
99
|
+
$tds-brand-data-visualisation-ramp-teal-950: #19193b;
|
|
100
|
+
$tds-brand-data-visualisation-ramp-teal-1000: #14142f;
|
|
101
|
+
$tds-brand-data-visualisation-ramp-purple-50: #fafafa;
|
|
102
|
+
$tds-brand-data-visualisation-ramp-purple-100: #f4f4f4;
|
|
103
|
+
$tds-brand-data-visualisation-ramp-purple-150: #efefef;
|
|
104
|
+
$tds-brand-data-visualisation-ramp-purple-200: #e4e4e4;
|
|
105
|
+
$tds-brand-data-visualisation-ramp-purple-250: #d9d9d9;
|
|
106
|
+
$tds-brand-data-visualisation-ramp-purple-300: #c8c8c8;
|
|
107
|
+
$tds-brand-data-visualisation-ramp-purple-350: #b2b2b2;
|
|
108
|
+
$tds-brand-data-visualisation-ramp-purple-400: #9c9c9c;
|
|
109
|
+
$tds-brand-data-visualisation-ramp-purple-450: #868686;
|
|
110
|
+
$tds-brand-data-visualisation-ramp-purple-500: #707070;
|
|
111
|
+
$tds-brand-data-visualisation-ramp-purple-550: #5b5b5b;
|
|
112
|
+
$tds-brand-data-visualisation-ramp-purple-600: #4e4e4e;
|
|
113
|
+
$tds-brand-data-visualisation-ramp-purple-650: #454545;
|
|
114
|
+
$tds-brand-data-visualisation-ramp-purple-700: #6c3c5e;
|
|
115
|
+
$tds-brand-data-visualisation-ramp-purple-750: #363636;
|
|
116
|
+
$tds-brand-data-visualisation-ramp-purple-800: #303030;
|
|
117
|
+
$tds-brand-data-visualisation-ramp-purple-850: #2a2a2a;
|
|
118
|
+
$tds-brand-data-visualisation-ramp-purple-900: #242424;
|
|
119
|
+
$tds-brand-data-visualisation-ramp-purple-950: #1e1e1e;
|
|
120
|
+
$tds-brand-data-visualisation-ramp-purple-1000: #181818;
|
|
121
|
+
$tds-brand-data-visualisation-ramp-brown-50: #fcfcfc;
|
|
122
|
+
$tds-brand-data-visualisation-ramp-brown-100: #faf9f8;
|
|
123
|
+
$tds-brand-data-visualisation-ramp-brown-150: #f7f7f5;
|
|
124
|
+
$tds-brand-data-visualisation-ramp-brown-200: #f2f1ee;
|
|
125
|
+
$tds-brand-data-visualisation-ramp-brown-250: #edece8;
|
|
126
|
+
$tds-brand-data-visualisation-ramp-brown-300: #e5e3de;
|
|
127
|
+
$tds-brand-data-visualisation-ramp-brown-350: #dad8d0;
|
|
128
|
+
$tds-brand-data-visualisation-ramp-brown-400: #d0cdc3;
|
|
129
|
+
$tds-brand-data-visualisation-ramp-brown-450: #c5c2b6;
|
|
130
|
+
$tds-brand-data-visualisation-ramp-brown-500: #bbb7a9;
|
|
131
|
+
$tds-brand-data-visualisation-ramp-brown-550: #b0ab9b;
|
|
132
|
+
$tds-brand-data-visualisation-ramp-brown-600: #a6a08e;
|
|
133
|
+
$tds-brand-data-visualisation-ramp-brown-650: #9e9884;
|
|
134
|
+
$tds-brand-data-visualisation-ramp-brown-700: #96807a;
|
|
135
|
+
$tds-brand-data-visualisation-ramp-brown-750: #89826c;
|
|
136
|
+
$tds-brand-data-visualisation-ramp-brown-800: #7a7460;
|
|
137
|
+
$tds-brand-data-visualisation-ramp-brown-850: #6a6554;
|
|
138
|
+
$tds-brand-data-visualisation-ramp-brown-900: #5b5748;
|
|
139
|
+
$tds-brand-data-visualisation-ramp-brown-950: #4c483c;
|
|
140
|
+
$tds-brand-data-visualisation-ramp-brown-1000: #3d3a30;
|
|
141
|
+
$tds-brand-data-visualisation-ramp-sequential-50: #2aa818;
|
|
142
|
+
$tds-brand-data-visualisation-ramp-sequential-100: #63a818;
|
|
143
|
+
$tds-brand-data-visualisation-ramp-sequential-150: #18a9a0;
|
|
144
|
+
$tds-brand-data-visualisation-ramp-sequential-200: #1848a9;
|
|
145
|
+
$tds-brand-data-visualisation-ramp-sequential-250: #1818aa;
|
|
146
|
+
$tds-brand-data-visualisation-ramp-sequential-300: #181898;
|
|
147
|
+
$tds-brand-data-visualisation-ramp-sequential-350: #18182d;
|
|
148
|
+
$tds-brand-data-visualisation-ramp-sequential-400: #181818;
|
|
149
|
+
$tds-brand-data-visualisation-ramp-sequential-450: #181818;
|
|
150
|
+
$tds-brand-data-visualisation-ramp-sequential-500: #181818;
|
|
151
|
+
$tds-brand-data-visualisation-ramp-sequential-550: #171717;
|
|
152
|
+
$tds-brand-data-visualisation-ramp-sequential-600: #171717;
|
|
153
|
+
$tds-brand-data-visualisation-ramp-sequential-650: #171717;
|
|
154
|
+
$tds-brand-data-visualisation-ramp-sequential-700: #171717;
|
|
155
|
+
$tds-brand-data-visualisation-ramp-sequential-750: #171717;
|
|
156
|
+
$tds-brand-data-visualisation-ramp-sequential-800: #171717;
|
|
157
|
+
$tds-brand-data-visualisation-ramp-sequential-850: #171717;
|
|
158
|
+
$tds-brand-data-visualisation-ramp-sequential-900: #171717;
|
|
159
|
+
$tds-brand-data-visualisation-ramp-sequential-950: #171717;
|
|
160
|
+
$tds-brand-data-visualisation-ramp-sequential-1000: #af1722;
|
|
161
|
+
$tds-brand-data-visualisation-base-dark-blue: #254251;
|
|
162
|
+
$tds-brand-data-visualisation-base-yellow: #e0ab26;
|
|
163
|
+
$tds-brand-data-visualisation-base-light-blue: #75b2dd;
|
|
164
|
+
$tds-brand-data-visualisation-base-orange: #f37f2f;
|
|
165
|
+
$tds-brand-data-visualisation-base-teal: #3292a6;
|
|
166
|
+
$tds-brand-data-visualisation-base-purple: #6c3c5e;
|
|
167
|
+
$tds-brand-data-visualisation-base-brown: #96807a;
|
|
168
|
+
$tds-brand-data-visualisation-base-positive: #2aa818;
|
|
169
|
+
$tds-brand-data-visualisation-base-negative: #af1722;
|
|
170
|
+
$tds-brand-data-visualisation-political-party-uk-conservative: #4093b2;
|
|
171
|
+
$tds-brand-data-visualisation-political-party-uk-labour: #ec5156;
|
|
172
|
+
$tds-brand-data-visualisation-political-party-uk-lib-dems: #eaaa00;
|
|
173
|
+
$tds-brand-data-visualisation-political-party-uk-plaid-cymru: #90cd7c;
|
|
174
|
+
$tds-brand-data-visualisation-political-party-uk-sinn-fein: #44966b;
|
|
175
|
+
$tds-brand-data-visualisation-political-party-uk-ulster-unionist-party: #3f617c;
|
|
176
|
+
$tds-brand-data-visualisation-political-party-uk-ukip: #9767ae;
|
|
177
|
+
$tds-brand-data-visualisation-political-party-uk-scot-nat-party: #f6d700;
|
|
178
|
+
$tds-brand-data-visualisation-political-party-uk-green-party: #61a961;
|
|
179
|
+
$tds-brand-data-visualisation-political-party-uk-dup: #a15252;
|
|
180
|
+
$tds-brand-data-visualisation-political-party-uk-social-dem-labour: #7da17d;
|
|
181
|
+
$tds-brand-data-visualisation-political-party-uk-others: #a0938f;
|
|
182
|
+
$tds-brand-data-visualisation-political-party-germany-cdu-csu: #000000;
|
|
183
|
+
$tds-brand-data-visualisation-political-party-germany-spd: #eb001f;
|
|
184
|
+
$tds-brand-data-visualisation-political-party-germany-left: #8c3473;
|
|
185
|
+
$tds-brand-data-visualisation-political-party-germany-greens: #58ab27;
|
|
186
|
+
$tds-brand-data-visualisation-political-party-germany-fdp: #f0d034;
|
|
187
|
+
$tds-brand-data-visualisation-political-party-germany-ind: #808080;
|
|
188
|
+
$tds-brand-data-visualisation-political-party-germany-afd: #4990e2;
|
|
189
|
+
$tds-brand-data-visualisation-political-party-italy-dp: #e45b5b;
|
|
190
|
+
$tds-brand-data-visualisation-political-party-italy-5sm: #f3d92b;
|
|
191
|
+
$tds-brand-data-visualisation-political-party-italy-forza: #4894d2;
|
|
192
|
+
$tds-brand-data-visualisation-political-party-italy-nleague: #65bda2;
|
|
193
|
+
$tds-brand-data-visualisation-political-party-italy-leu: #700000;
|
|
194
|
+
$tds-brand-data-visualisation-political-party-italy-brothers: #1d24bf;
|
|
195
|
+
$tds-brand-data-visualisation-political-party-us-democratic-party: #015b90;
|
|
196
|
+
$tds-brand-data-visualisation-political-party-us-republican-party: #cc0b07;
|
|
197
|
+
$tds-surface-static-dark: #000000;
|
|
198
|
+
$tds-surface-static-light: #ffffff;
|
|
199
|
+
$tds-text-static-dark: #000000;
|
|
200
|
+
$tds-text-static-light: #ffffff;
|
|
201
|
+
$tds-border-static-dark: #000000;
|
|
202
|
+
$tds-border-static-light: #ffffff;
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
$tds-surface-undercanvas: #1a1a1a;
|
|
2
|
+
$tds-surface-canvas: #0d0d0d;
|
|
3
|
+
$tds-surface-level-1: #0d0d0d;
|
|
4
|
+
$tds-surface-level-2: #1a1a1a;
|
|
5
|
+
$tds-surface-level-3: #262626;
|
|
6
|
+
$tds-surface-level-4: #1a1a1a;
|
|
7
|
+
$tds-surface-inverse: #ffffff;
|
|
8
|
+
$tds-surface-overlay: rgba(0, 0, 0, 0.55);
|
|
9
|
+
$tds-surface-channel-high: #151515;
|
|
10
|
+
$tds-surface-channel-medium: #0f0f0f;
|
|
11
|
+
$tds-surface-channel-low: #080808;
|
|
12
|
+
$tds-surface-static-dark: #000000;
|
|
13
|
+
$tds-surface-static-light: #ffffff;
|
|
14
|
+
$tds-text-primary: #ffffff;
|
|
15
|
+
$tds-text-secondary: #d9d9d9;
|
|
16
|
+
$tds-text-tertiary: #a6a6a6;
|
|
17
|
+
$tds-text-inverse-primary: #000000;
|
|
18
|
+
$tds-text-inverse-secondary: #737373;
|
|
19
|
+
$tds-text-channel-primary: #545454;
|
|
20
|
+
$tds-text-channel-secondary: #1f1f1f;
|
|
21
|
+
$tds-text-static-dark: #000000;
|
|
22
|
+
$tds-text-static-light: #ffffff;
|
|
23
|
+
$tds-icon-primary: #ffffff;
|
|
24
|
+
$tds-icon-secondary: #d9d9d9;
|
|
25
|
+
$tds-icon-tertiary: #a6a6a6;
|
|
26
|
+
$tds-icon-inverse-primary: #000000;
|
|
27
|
+
$tds-icon-inverse-secondary: #737373;
|
|
28
|
+
$tds-icon-channel-primary: #0f0f0f;
|
|
29
|
+
$tds-icon-channel-secondary: #135dcb;
|
|
30
|
+
$tds-border-primary: #595959;
|
|
31
|
+
$tds-border-secondary: #333333;
|
|
32
|
+
$tds-border-tertiary: #1a1a1a;
|
|
33
|
+
$tds-border-inverse-primary: #000000;
|
|
34
|
+
$tds-border-inverse-secondary: #737373;
|
|
35
|
+
$tds-border-channel-primary: #111111;
|
|
36
|
+
$tds-border-channel-secondary: #0b0b0b;
|
|
37
|
+
$tds-border-channel-tertiary: #080808;
|
|
38
|
+
$tds-border-elevation: #333333;
|
|
39
|
+
$tds-border-static-dark: #000000;
|
|
40
|
+
$tds-border-static-light: #ffffff;
|
|
41
|
+
$tds-tag-filled-live-fill: #ff0000;
|
|
42
|
+
$tds-tag-filled-live-text: #0d0d0d;
|
|
43
|
+
$tds-tag-filled-primary-fill: #2c2c2c;
|
|
44
|
+
$tds-tag-filled-primary-text: #0d0d0d;
|
|
45
|
+
$tds-tag-filled-secondary-border: #0d0d0d;
|
|
46
|
+
$tds-tag-filled-secondary-fill: #0d0d0d;
|
|
47
|
+
$tds-tag-filled-secondary-text: #0d0d0d;
|
|
48
|
+
$tds-tag-inline-live-text: #ff0000;
|
|
49
|
+
$tds-tag-inline-primary-text: #2c2c2c;
|
|
50
|
+
$tds-tag-inline-secondary-text: #0d0d0d;
|
|
51
|
+
$tds-tag-channel-text: #135dcb;
|
|
52
|
+
$tds-input-fill-default: #000000;
|
|
53
|
+
$tds-input-fill-error: #1a0000;
|
|
54
|
+
$tds-input-fill-hover: #1a1a1a;
|
|
55
|
+
$tds-input-fill-active: #262626;
|
|
56
|
+
$tds-input-fill-completed: #76c8d6;
|
|
57
|
+
$tds-input-fill-success: #050f10;
|
|
58
|
+
$tds-input-fill-warning: #001a08;
|
|
59
|
+
$tds-input-fill-info: #010101;
|
|
60
|
+
$tds-input-border-default: #8c8c8c;
|
|
61
|
+
$tds-input-border-error: #ff4040;
|
|
62
|
+
$tds-input-border-hover: #595959;
|
|
63
|
+
$tds-input-border-active: #737373;
|
|
64
|
+
$tds-input-border-completed: #48b6c8;
|
|
65
|
+
$tds-input-border-success: #53bbcc;
|
|
66
|
+
$tds-input-border-warning: #40ff79;
|
|
67
|
+
$tds-input-border-info: #1a1a1a;
|
|
68
|
+
$tds-input-text-default: #a6a6a6;
|
|
69
|
+
$tds-input-text-error: #ff4040;
|
|
70
|
+
$tds-input-text-hover: #ffffff;
|
|
71
|
+
$tds-input-text-active: #ffffff;
|
|
72
|
+
$tds-input-text-completed: #0a1e21;
|
|
73
|
+
$tds-input-text-success: #53bbcc;
|
|
74
|
+
$tds-input-text-warning: #40ff79;
|
|
75
|
+
$tds-input-text-info: #1a1a1a;
|
|
76
|
+
$tds-input-icon-default: #a6a6a6;
|
|
77
|
+
$tds-input-icon-hover: #ffffff;
|
|
78
|
+
$tds-input-icon-active: #ffffff;
|
|
79
|
+
$tds-input-icon-completed: #0a1e21;
|
|
80
|
+
$tds-input-icon-error: #ff4040;
|
|
81
|
+
$tds-input-icon-success: #53bbcc;
|
|
82
|
+
$tds-input-icon-warning: #40ff79;
|
|
83
|
+
$tds-input-icon-info: #1a1a1a;
|
|
84
|
+
$tds-feedback-fill-error: #1a0000;
|
|
85
|
+
$tds-feedback-fill-success: #050f10;
|
|
86
|
+
$tds-feedback-fill-warning: #001a08;
|
|
87
|
+
$tds-feedback-fill-info: #010101;
|
|
88
|
+
$tds-feedback-text-error: #ff4040;
|
|
89
|
+
$tds-feedback-text-success: #53bbcc;
|
|
90
|
+
$tds-feedback-text-warning: #40ff79;
|
|
91
|
+
$tds-feedback-text-info: #1a1a1a;
|
|
92
|
+
$tds-feedback-border-error: #ff4040;
|
|
93
|
+
$tds-feedback-border-success: #53bbcc;
|
|
94
|
+
$tds-feedback-border-warning: #40ff79;
|
|
95
|
+
$tds-feedback-border-info: #1a1a1a;
|
|
96
|
+
$tds-feedback-icon-error: #ff4040;
|
|
97
|
+
$tds-feedback-icon-success: #53bbcc;
|
|
98
|
+
$tds-feedback-icon-warning: #40ff79;
|
|
99
|
+
$tds-feedback-icon-info: #1a1a1a;
|
|
100
|
+
$tds-interactive-primary-fill-default: #000000;
|
|
101
|
+
$tds-interactive-primary-fill-hover: #000000;
|
|
102
|
+
$tds-interactive-primary-fill-pressed: #000000;
|
|
103
|
+
$tds-interactive-primary-text-default: #ffffff;
|
|
104
|
+
$tds-interactive-primary-text-hover: #ffffff;
|
|
105
|
+
$tds-interactive-primary-text-pressed: #ffffff;
|
|
106
|
+
$tds-interactive-primary-icon-default: #ffffff;
|
|
107
|
+
$tds-interactive-primary-icon-hover: #ffffff;
|
|
108
|
+
$tds-interactive-primary-icon-pressed: #ffffff;
|
|
109
|
+
$tds-interactive-secondary-fill-default: #000000;
|
|
110
|
+
$tds-interactive-secondary-fill-hover: #000000;
|
|
111
|
+
$tds-interactive-secondary-fill-pressed: #000000;
|
|
112
|
+
$tds-interactive-secondary-border-default: #8c8c8c;
|
|
113
|
+
$tds-interactive-secondary-border-hover: #8c8c8c;
|
|
114
|
+
$tds-interactive-secondary-border-pressed: #8c8c8c;
|
|
115
|
+
$tds-interactive-secondary-text-default: #d9d9d9;
|
|
116
|
+
$tds-interactive-secondary-text-hover: #d9d9d9;
|
|
117
|
+
$tds-interactive-secondary-text-pressed: #d9d9d9;
|
|
118
|
+
$tds-interactive-secondary-icon-default: #d9d9d9;
|
|
119
|
+
$tds-interactive-secondary-icon-hover: #d9d9d9;
|
|
120
|
+
$tds-interactive-secondary-icon-pressed: #d9d9d9;
|
|
121
|
+
$tds-interactive-disabled-a: #262626;
|
|
122
|
+
$tds-interactive-disabled-b: #404040;
|
|
123
|
+
$tds-interactive-disabled-c: #595959;
|
|
124
|
+
$tds-interactive-link-primary-default: #0d0d0d;
|
|
125
|
+
$tds-interactive-link-primary-hover: #0d0d0d;
|
|
126
|
+
$tds-interactive-link-primary-pressed: #0d0d0d;
|
|
127
|
+
$tds-interactive-link-secondary-default: #8c8c8c;
|
|
128
|
+
$tds-interactive-link-secondary-hover: #8c8c8c;
|
|
129
|
+
$tds-interactive-link-secondary-pressed: #8c8c8c;
|
|
130
|
+
$tds-focus-border: #8c8c8c;
|
|
131
|
+
$tds-selection-background: #ffffff;
|
|
132
|
+
$tds-selection-text: #000000;
|
|
133
|
+
$tds-selected-fill-default: #ffffff;
|
|
134
|
+
$tds-selected-fill-hover: #ffffff;
|
|
135
|
+
$tds-selected-fill-pressed: #ffffff;
|
|
136
|
+
$tds-selected-text-default: #000000;
|
|
137
|
+
$tds-selected-text-hover: #000000;
|
|
138
|
+
$tds-selected-text-pressed: #000000;
|
|
139
|
+
$tds-selected-border-default: #ffffff;
|
|
140
|
+
$tds-selected-border-hover: #ffffff;
|
|
141
|
+
$tds-selected-border-pressed: #ffffff;
|
|
142
|
+
$tds-selected-icon-default: #000000;
|
|
143
|
+
$tds-selected-icon-hover: #000000;
|
|
144
|
+
$tds-selected-icon-pressed: #000000;
|
|
145
|
+
$tds-active-fill: #ffffff;
|
|
146
|
+
$tds-active-text: #000000;
|
|
147
|
+
$tds-active-border: #ffffff;
|
|
148
|
+
$tds-active-icon: #000000;
|