@geoscene/core 4.24.10 → 4.24.11
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/assets/components/assets/date-picker/nls/bg.json +31 -31
- package/assets/components/assets/date-picker/nls/bs.json +32 -32
- package/assets/components/assets/date-picker/nls/ca.json +32 -32
- package/assets/components/assets/date-picker/nls/cs.json +32 -32
- package/assets/components/assets/date-picker/nls/da.json +32 -32
- package/assets/components/assets/date-picker/nls/de-CH.json +29 -29
- package/assets/components/assets/date-picker/nls/de.json +32 -32
- package/assets/components/assets/date-picker/nls/el.json +32 -32
- package/assets/components/assets/date-picker/nls/en-AU.json +30 -30
- package/assets/components/assets/date-picker/nls/en-CA.json +14 -14
- package/assets/components/assets/date-picker/nls/en-GB.json +29 -29
- package/assets/components/assets/date-picker/nls/en.json +31 -31
- package/assets/components/assets/date-picker/nls/es-MX.json +29 -29
- package/assets/components/assets/date-picker/nls/es.json +32 -32
- package/assets/components/assets/date-picker/nls/et.json +32 -32
- package/assets/components/assets/date-picker/nls/fi.json +45 -45
- package/assets/components/assets/date-picker/nls/fr-CH.json +32 -32
- package/assets/components/assets/date-picker/nls/fr.json +32 -32
- package/assets/components/assets/date-picker/nls/he.json +19 -19
- package/assets/components/assets/date-picker/nls/hi.json +32 -32
- package/assets/components/assets/date-picker/nls/hr.json +32 -32
- package/assets/components/assets/date-picker/nls/hu.json +32 -32
- package/assets/components/assets/date-picker/nls/id.json +32 -32
- package/assets/components/assets/date-picker/nls/it-CH.json +32 -32
- package/assets/components/assets/date-picker/nls/it.json +32 -32
- package/assets/components/assets/date-picker/nls/ja.json +22 -22
- package/assets/components/assets/date-picker/nls/ko.json +22 -22
- package/assets/components/assets/date-picker/nls/lt.json +53 -53
- package/assets/components/assets/date-picker/nls/lv.json +45 -45
- package/assets/components/assets/date-picker/nls/mk.json +32 -32
- package/assets/components/assets/date-picker/nls/nl.json +32 -32
- package/assets/components/assets/date-picker/nls/pl.json +32 -32
- package/assets/components/assets/date-picker/nls/pt-BR.json +31 -31
- package/assets/components/assets/date-picker/nls/pt.json +31 -31
- package/assets/components/assets/date-picker/nls/ro.json +32 -32
- package/assets/components/assets/date-picker/nls/sk.json +32 -32
- package/assets/components/assets/date-picker/nls/sl.json +32 -32
- package/assets/components/assets/date-picker/nls/sr.json +32 -32
- package/assets/components/assets/date-picker/nls/sv.json +32 -32
- package/assets/components/assets/date-picker/nls/tr.json +32 -32
- package/assets/components/assets/date-picker/nls/uk.json +32 -32
- package/assets/components/assets/date-picker/nls/vi.json +45 -45
- package/assets/components/assets/date-picker/nls/zh-CN.json +22 -22
- package/assets/components/assets/date-picker/nls/zh-HK.json +22 -22
- package/assets/components/assets/date-picker/nls/zh-TW.json +22 -22
- package/assets/geoscene/css/main.scss +1 -1
- package/assets/geoscene/css/view.scss +1 -1
- package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
- package/assets/geoscene/themes/base/_functions.scss +23 -23
- package/assets/geoscene/themes/base/_layout.scss +11 -11
- package/assets/geoscene/themes/base/_sizes.scss +130 -130
- package/assets/geoscene/themes/base/_type.scss +27 -27
- package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
- package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
- package/assets/geoscene/themes/base/colors/css/scss/brand_colors.scss +127 -127
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors.scss +289 -289
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors.scss +96 -96
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors.scss +68 -68
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors.scss +128 -128
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
- package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/patterns_json/brand_colors.css +366 -366
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors.css +687 -687
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors.css +177 -177
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors.css +178 -178
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors.css +273 -273
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/complete.css +2847 -2847
- package/assets/geoscene/themes/base/colors/patterns_json/scss/brand_colors.scss +464 -464
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors.scss +967 -967
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors.scss +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors.scss +236 -236
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors.scss +376 -376
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
- package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/scss/variables.scss +148 -148
- package/assets/geoscene/themes/base/colors/scss/variables_dark.scss +150 -150
- package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
- package/assets/geoscene/themes/base/fonts/fonts/fonts.css +1 -1
- package/assets/geoscene/themes/base/fonts/fonts.css +1 -1
- package/assets/geoscene/themes/base/fonts/fonts.scss +502 -502
- package/assets/geoscene/themes/base/icons/demo-files/demo.css +152 -152
- package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
- package/assets/geoscene/themes/base/widgets/_Measurement.scss +6 -6
- package/assets/geoscene/themes/light/view.scss +9 -9
- package/assets/geoscene/views/3d/analysis/Slice/images/heading-rotate.svg +4 -4
- package/assets/geoscene/views/3d/analysis/Slice/images/tilt-rotate.svg +80 -80
- package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
- package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
- package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
- package/interfaces.d.ts +13 -13
- package/package.json +1 -1
- package/support/groundUtils.js +1 -1
|
@@ -1,687 +1,687 @@
|
|
|
1
|
-
/* Esri Calcite Core Colors - Last Updated 04/16/15 */
|
|
2
|
-
/*
|
|
3
|
-
{
|
|
4
|
-
name: "Calcite Core Colors",
|
|
5
|
-
tags: "Calcite Core,Calcite"
|
|
6
|
-
}
|
|
7
|
-
*/
|
|
8
|
-
/* -- Calcite Core Blue -- */
|
|
9
|
-
.Calcite_Blue_100 {
|
|
10
|
-
background-color: #d2e9f9;
|
|
11
|
-
/*
|
|
12
|
-
{
|
|
13
|
-
Hex:"#D2E9F9",
|
|
14
|
-
RGB:"r221 g234 b249",
|
|
15
|
-
guid:"4655dee8-192b-4fdd-bd76-a3026c629763",
|
|
16
|
-
accessibility_white_text:"",
|
|
17
|
-
accessibility_black_text:"AAaa"
|
|
18
|
-
}
|
|
19
|
-
*/ }
|
|
20
|
-
|
|
21
|
-
.Calcite_Blue_150 {
|
|
22
|
-
background-color: #bcdaed;
|
|
23
|
-
/*
|
|
24
|
-
{
|
|
25
|
-
Hex:"#BCDAED",
|
|
26
|
-
RGB:"r189 g219 b238",
|
|
27
|
-
guid:"9ba1245d-dd02-4dc1-ac28-fa2048fc1627",
|
|
28
|
-
accessibility_white_text:"",
|
|
29
|
-
accessibility_black_text:"AAaa"
|
|
30
|
-
}
|
|
31
|
-
*/ }
|
|
32
|
-
|
|
33
|
-
.Calcite_Blue_200 {
|
|
34
|
-
background-color: #6cb4e2;
|
|
35
|
-
/*
|
|
36
|
-
{
|
|
37
|
-
Hex:"#6CB4E2",
|
|
38
|
-
RGB:"r109 g181 b227",
|
|
39
|
-
guid:"88e16018-ce1b-4ef2-ab21-e7ee260a217a",
|
|
40
|
-
accessibility_white_text:"",
|
|
41
|
-
accessibility_black_text:"AAaa"
|
|
42
|
-
}
|
|
43
|
-
*/ }
|
|
44
|
-
|
|
45
|
-
.Calcite_Blue_250 {
|
|
46
|
-
background-color: #56a5d8;
|
|
47
|
-
/*
|
|
48
|
-
{
|
|
49
|
-
Hex:"#56A5D8",
|
|
50
|
-
RGB:"r87 g166 b217",
|
|
51
|
-
guid:"d36d7477-5d0f-46fe-a5c9-0cd59b4028d6",
|
|
52
|
-
accessibility_white_text:"",
|
|
53
|
-
accessibility_black_text:"AAaa"
|
|
54
|
-
}
|
|
55
|
-
*/ }
|
|
56
|
-
|
|
57
|
-
.Calcite_Blue_a100 {
|
|
58
|
-
background-color: #49b0f2;
|
|
59
|
-
/*
|
|
60
|
-
{
|
|
61
|
-
Hex:"#49B0F2",
|
|
62
|
-
RGB:"r73 g176 b242",
|
|
63
|
-
guid:"e22efb06-71b5-4ee0-b1ce-9c599df2ac9d",
|
|
64
|
-
accessibility_white_text:"",
|
|
65
|
-
accessibility_black_text:"AAaa"
|
|
66
|
-
}
|
|
67
|
-
*/ }
|
|
68
|
-
|
|
69
|
-
.Calcite_Blue_a150 {
|
|
70
|
-
background-color: #419ed9;
|
|
71
|
-
/*
|
|
72
|
-
{
|
|
73
|
-
Hex:"#419ED9",
|
|
74
|
-
RGB:"r65 g158 b217",
|
|
75
|
-
guid:"64d227d5-55fa-4c78-af72-64bc4e5c2dac",
|
|
76
|
-
accessibility_white_text:"",
|
|
77
|
-
accessibility_black_text:"AAaa"
|
|
78
|
-
}
|
|
79
|
-
*/ }
|
|
80
|
-
|
|
81
|
-
.Calcite_Blue_a200 {
|
|
82
|
-
background-color: #3b8fc4;
|
|
83
|
-
/*
|
|
84
|
-
{
|
|
85
|
-
Hex:"#3B8FC4",
|
|
86
|
-
RGB:"r59 g143 b196",
|
|
87
|
-
guid:"d4a595a8-8c99-4776-ad24-5db864faf1d4",
|
|
88
|
-
accessibility_white_text:"AA",
|
|
89
|
-
accessibility_black_text:"AAaa"
|
|
90
|
-
}
|
|
91
|
-
*/ }
|
|
92
|
-
|
|
93
|
-
.Calcite_Blue_a250 {
|
|
94
|
-
background-color: #196fa6;
|
|
95
|
-
/*
|
|
96
|
-
{
|
|
97
|
-
Hex:"#196FA6",
|
|
98
|
-
RGB:"r25 g111 b166",
|
|
99
|
-
guid:"cead1d1f-5cd2-4b80-86ec-0fe7c35323bc",
|
|
100
|
-
accessibility_white_text:"AAaa",
|
|
101
|
-
accessibility_black_text:"AA"
|
|
102
|
-
}
|
|
103
|
-
*/ }
|
|
104
|
-
|
|
105
|
-
/* -- Calcite Core Yellow -- */
|
|
106
|
-
.Calcite_Yellow_100 {
|
|
107
|
-
background-color: #f3edc7;
|
|
108
|
-
/*
|
|
109
|
-
{
|
|
110
|
-
Hex:"#F3EDC7",
|
|
111
|
-
RGB:"r244 g238 b200",
|
|
112
|
-
guid:"b4ad1067-29aa-4d47-acf1-365dc5779e43",
|
|
113
|
-
accessibility_white_text:"",
|
|
114
|
-
accessibility_black_text:"AAaa"
|
|
115
|
-
}
|
|
116
|
-
*/ }
|
|
117
|
-
|
|
118
|
-
.Calcite_Yellow_150 {
|
|
119
|
-
background-color: #efe397;
|
|
120
|
-
/*
|
|
121
|
-
{
|
|
122
|
-
Hex:"#EFE397",
|
|
123
|
-
RGB:"r240 g228 b152",
|
|
124
|
-
guid:"74554988-b164-47dd-9bd7-8714503bfedd",
|
|
125
|
-
accessibility_white_text:"",
|
|
126
|
-
accessibility_black_text:"AAaa"
|
|
127
|
-
}
|
|
128
|
-
*/ }
|
|
129
|
-
|
|
130
|
-
.Calcite_Yellow_200 {
|
|
131
|
-
background-color: #e4d154;
|
|
132
|
-
/*
|
|
133
|
-
{
|
|
134
|
-
Hex:"#E4D154",
|
|
135
|
-
RGB:"r229 g210 b85",
|
|
136
|
-
guid:"e1ac1163-5f62-4239-a0a4-35a421d2b82d",
|
|
137
|
-
accessibility_white_text:"",
|
|
138
|
-
accessibility_black_text:"AAaa"
|
|
139
|
-
}
|
|
140
|
-
*/ }
|
|
141
|
-
|
|
142
|
-
.Calcite_Yellow_250 {
|
|
143
|
-
background-color: #d8c34b;
|
|
144
|
-
/*
|
|
145
|
-
{
|
|
146
|
-
Hex:"#D8C34B",
|
|
147
|
-
RGB:"r217 g196 b76",
|
|
148
|
-
guid:"bb431533-9ae1-4c1f-bf70-6b9234ec4065",
|
|
149
|
-
accessibility_white_text:"",
|
|
150
|
-
accessibility_black_text:"AAaa"
|
|
151
|
-
}
|
|
152
|
-
*/ }
|
|
153
|
-
|
|
154
|
-
.Calcite_Yellow_a100 {
|
|
155
|
-
background-color: #f2d530;
|
|
156
|
-
/*
|
|
157
|
-
{
|
|
158
|
-
Hex:"#F2D530",
|
|
159
|
-
RGB:"r242 g213 b48",
|
|
160
|
-
guid:"72bc84b6-854a-4b65-ac7a-fd894d3d73b0",
|
|
161
|
-
accessibility_white_text:"",
|
|
162
|
-
accessibility_black_text:"AAaa"
|
|
163
|
-
}
|
|
164
|
-
*/ }
|
|
165
|
-
|
|
166
|
-
.Calcite_Yellow_a150 {
|
|
167
|
-
background-color: #d9bf2b;
|
|
168
|
-
/*
|
|
169
|
-
{
|
|
170
|
-
Hex:"#D9BF2B",
|
|
171
|
-
RGB:"r217 g191 b43",
|
|
172
|
-
guid:"45dfb92c-ca20-404a-b761-50df7d6d55ac",
|
|
173
|
-
accessibility_white_text:"",
|
|
174
|
-
accessibility_black_text:"AAaa"
|
|
175
|
-
}
|
|
176
|
-
*/ }
|
|
177
|
-
|
|
178
|
-
.Calcite_Yellow_a200 {
|
|
179
|
-
background-color: #bda726;
|
|
180
|
-
/*
|
|
181
|
-
{
|
|
182
|
-
Hex:"#BDA726",
|
|
183
|
-
RGB:"r189 g167 b38",
|
|
184
|
-
guid:"be6f0c4d-ab00-40f2-9df5-8e5ea1ac4fea",
|
|
185
|
-
accessibility_white_text:"",
|
|
186
|
-
accessibility_black_text:"AAaa"
|
|
187
|
-
}
|
|
188
|
-
*/ }
|
|
189
|
-
|
|
190
|
-
.Calcite_Yellow_a250 {
|
|
191
|
-
background-color: #a68d00;
|
|
192
|
-
/*
|
|
193
|
-
{
|
|
194
|
-
Hex:"#A68D00",
|
|
195
|
-
RGB:"r166 g141 b0",
|
|
196
|
-
guid:"ed030b74-86fe-481e-85c1-abe97b1cd9bb",
|
|
197
|
-
accessibility_white_text:"AA",
|
|
198
|
-
accessibility_black_text:"AAaa"
|
|
199
|
-
}
|
|
200
|
-
*/ }
|
|
201
|
-
|
|
202
|
-
/* -- Calcite Core Orange -- */
|
|
203
|
-
.Calcite_Orange_100 {
|
|
204
|
-
background-color: #fbe1c2;
|
|
205
|
-
/*
|
|
206
|
-
{
|
|
207
|
-
Hex:"#FBE1C2",
|
|
208
|
-
RGB:"r251 g226 b195",
|
|
209
|
-
guid:"5367b7b0-a1a3-4cf4-bb02-89af77834fc3",
|
|
210
|
-
accessibility_white_text:"",
|
|
211
|
-
accessibility_black_text:"AAaa"
|
|
212
|
-
}
|
|
213
|
-
*/ }
|
|
214
|
-
|
|
215
|
-
.Calcite_Orange_150 {
|
|
216
|
-
background-color: #f6ca92;
|
|
217
|
-
/*
|
|
218
|
-
{
|
|
219
|
-
Hex:"#F6CA92",
|
|
220
|
-
RGB:"r247 g203 b147",
|
|
221
|
-
guid:"751dde41-e219-4130-b096-50252d454d0c",
|
|
222
|
-
accessibility_white_text:"",
|
|
223
|
-
accessibility_black_text:"AAaa"
|
|
224
|
-
}
|
|
225
|
-
*/ }
|
|
226
|
-
|
|
227
|
-
.Calcite_Orange_200 {
|
|
228
|
-
background-color: #eda959;
|
|
229
|
-
/*
|
|
230
|
-
{
|
|
231
|
-
Hex:"#EDA959",
|
|
232
|
-
RGB:"r238 g170 b90",
|
|
233
|
-
guid:"08a9135b-e9ba-44c3-a7b9-aafaee9ba634",
|
|
234
|
-
accessibility_white_text:"",
|
|
235
|
-
accessibility_black_text:"AAaa"
|
|
236
|
-
}
|
|
237
|
-
*/ }
|
|
238
|
-
|
|
239
|
-
.Calcite_Orange_250 {
|
|
240
|
-
background-color: #e79c47;
|
|
241
|
-
/*
|
|
242
|
-
{
|
|
243
|
-
Hex:"#E79C47",
|
|
244
|
-
RGB:"r232 g157 b72",
|
|
245
|
-
guid:"a01870e1-ceb4-424b-927d-21e794a92da7",
|
|
246
|
-
accessibility_white_text:"",
|
|
247
|
-
accessibility_black_text:"AAaa"
|
|
248
|
-
}
|
|
249
|
-
*/ }
|
|
250
|
-
|
|
251
|
-
.Calcite_Orange_a100 {
|
|
252
|
-
background-color: #ff9f33;
|
|
253
|
-
/*
|
|
254
|
-
{
|
|
255
|
-
Hex:"#FF9F33",
|
|
256
|
-
RGB:"r255 g159 b51",
|
|
257
|
-
guid:"1d63fc35-0b74-4f2b-a0a4-0a5f72a4c630",
|
|
258
|
-
accessibility_white_text:"",
|
|
259
|
-
accessibility_black_text:"AAaa"
|
|
260
|
-
}
|
|
261
|
-
*/ }
|
|
262
|
-
|
|
263
|
-
.Calcite_Orange_a150 {
|
|
264
|
-
background-color: #e8912e;
|
|
265
|
-
/*
|
|
266
|
-
{
|
|
267
|
-
Hex:"#E8912E",
|
|
268
|
-
RGB:"r232 g145 b46",
|
|
269
|
-
guid:"f92a6f43-90a3-4007-8758-3305b07542d7",
|
|
270
|
-
accessibility_white_text:"",
|
|
271
|
-
accessibility_black_text:"AAaa"
|
|
272
|
-
}
|
|
273
|
-
*/ }
|
|
274
|
-
|
|
275
|
-
.Calcite_Orange_a200 {
|
|
276
|
-
background-color: #d17e21;
|
|
277
|
-
/*
|
|
278
|
-
{
|
|
279
|
-
Hex:"#D17E21",
|
|
280
|
-
RGB:"r209 g126 b33",
|
|
281
|
-
guid:"66ef990d-1980-499a-8ad7-a2027e473954",
|
|
282
|
-
accessibility_white_text:"AA",
|
|
283
|
-
accessibility_black_text:"AAaa"
|
|
284
|
-
}
|
|
285
|
-
*/ }
|
|
286
|
-
|
|
287
|
-
.Calcite_Orange_a250 {
|
|
288
|
-
background-color: #ad6511;
|
|
289
|
-
/*
|
|
290
|
-
{
|
|
291
|
-
Hex:"#AD6511",
|
|
292
|
-
RGB:"r173 g101 b17",
|
|
293
|
-
guid:"861cc1ae-dce3-4272-a55c-1d3c7c9f068a",
|
|
294
|
-
accessibility_white_text:"AAaa",
|
|
295
|
-
accessibility_black_text:"AAaa"
|
|
296
|
-
}
|
|
297
|
-
*/ }
|
|
298
|
-
|
|
299
|
-
/* -- Calcite Core Green -- */
|
|
300
|
-
.Calcite_Green_100 {
|
|
301
|
-
background-color: #ddeedb;
|
|
302
|
-
/*
|
|
303
|
-
{
|
|
304
|
-
Hex:"#DDEEDB",
|
|
305
|
-
RGB:"r221 g238 b219",
|
|
306
|
-
guid:"e308a3ec-840e-4a77-a51b-df5ce37ff3bb",
|
|
307
|
-
accessibility_white_text:"",
|
|
308
|
-
accessibility_black_text:"AAaa"
|
|
309
|
-
}
|
|
310
|
-
*/ }
|
|
311
|
-
|
|
312
|
-
.Calcite_Green_150 {
|
|
313
|
-
background-color: #9bc19c;
|
|
314
|
-
/*
|
|
315
|
-
{
|
|
316
|
-
Hex:"#9BC19C",
|
|
317
|
-
RGB:"r155 g194 b156",
|
|
318
|
-
guid:"79c4211e-4942-41af-ab09-2f64352ffd35",
|
|
319
|
-
accessibility_white_text:"",
|
|
320
|
-
accessibility_black_text:"AAaa"
|
|
321
|
-
}
|
|
322
|
-
*/ }
|
|
323
|
-
|
|
324
|
-
.Calcite_Green_200 {
|
|
325
|
-
background-color: #67a966;
|
|
326
|
-
/*
|
|
327
|
-
{
|
|
328
|
-
Hex:"#67A966",
|
|
329
|
-
RGB:"r105 g170 b103",
|
|
330
|
-
guid:"a6b78543-830a-40ed-b5ce-d0781dc7fec4",
|
|
331
|
-
accessibility_white_text:"",
|
|
332
|
-
accessibility_black_text:"AAaa"
|
|
333
|
-
}
|
|
334
|
-
*/ }
|
|
335
|
-
|
|
336
|
-
.Calcite_Green_250 {
|
|
337
|
-
background-color: #5a9359;
|
|
338
|
-
/*
|
|
339
|
-
{
|
|
340
|
-
Hex:"#5A9359",
|
|
341
|
-
RGB:"r91 g148 b90",
|
|
342
|
-
guid:"275dfc18-669b-4172-8d05-ebe756967689",
|
|
343
|
-
accessibility_white_text:"AA",
|
|
344
|
-
accessibility_black_text:"AAaa"
|
|
345
|
-
}
|
|
346
|
-
*/ }
|
|
347
|
-
|
|
348
|
-
.Calcite_Green_a100 {
|
|
349
|
-
background-color: #50ad4e;
|
|
350
|
-
/*
|
|
351
|
-
{
|
|
352
|
-
Hex:"#50AD4E",
|
|
353
|
-
RGB:"r80 g173 b78",
|
|
354
|
-
guid:"a57aee23-1ea4-4b5e-92c1-3f905cd2f57e",
|
|
355
|
-
accessibility_white_text:"",
|
|
356
|
-
accessibility_black_text:"AAaa"
|
|
357
|
-
}
|
|
358
|
-
*/ }
|
|
359
|
-
|
|
360
|
-
.Calcite_Green_a150 {
|
|
361
|
-
background-color: #449443;
|
|
362
|
-
/*
|
|
363
|
-
{
|
|
364
|
-
Hex:"#449443",
|
|
365
|
-
RGB:"r68 g148 b67",
|
|
366
|
-
guid:"c0772e3f-d054-4789-bb1c-68fa5fe30af0",
|
|
367
|
-
accessibility_white_text:"AA",
|
|
368
|
-
accessibility_black_text:"AAaa"
|
|
369
|
-
}
|
|
370
|
-
*/ }
|
|
371
|
-
|
|
372
|
-
.Calcite_Green_a200 {
|
|
373
|
-
background-color: #338033;
|
|
374
|
-
/*
|
|
375
|
-
{
|
|
376
|
-
Hex:"#338033",
|
|
377
|
-
RGB:"r51 g128 b51",
|
|
378
|
-
guid:"5e702fde-9966-487f-98af-52041709c9a7",
|
|
379
|
-
accessibility_white_text:"AAaa",
|
|
380
|
-
accessibility_black_text:"AA"
|
|
381
|
-
}
|
|
382
|
-
*/ }
|
|
383
|
-
|
|
384
|
-
.Calcite_Green_a250 {
|
|
385
|
-
background-color: #275e26;
|
|
386
|
-
/*
|
|
387
|
-
{
|
|
388
|
-
Hex:"#275E26",
|
|
389
|
-
RGB:"r39 g94 b38",
|
|
390
|
-
guid:"edb72c89-e39a-4de8-984f-8b7d9f838f98",
|
|
391
|
-
accessibility_white_text:"AAaa",
|
|
392
|
-
accessibility_black_text:""
|
|
393
|
-
}
|
|
394
|
-
*/ }
|
|
395
|
-
|
|
396
|
-
/* -- Calcite Core Red -- */
|
|
397
|
-
.Calcite_Red_100 {
|
|
398
|
-
background-color: #f3ded7;
|
|
399
|
-
/*
|
|
400
|
-
{
|
|
401
|
-
Hex:"#F3DED7",
|
|
402
|
-
RGB:"r244 g223 b216",
|
|
403
|
-
guid:"7f79cf3c-0a16-4386-a7e5-53ec317d9e8a",
|
|
404
|
-
accessibility_white_text:"",
|
|
405
|
-
accessibility_black_text:"AAaa"
|
|
406
|
-
}
|
|
407
|
-
*/ }
|
|
408
|
-
|
|
409
|
-
.Calcite_Red_150 {
|
|
410
|
-
background-color: #e4a793;
|
|
411
|
-
/*
|
|
412
|
-
{
|
|
413
|
-
Hex:"#E4A793",
|
|
414
|
-
RGB:"r229 g168 b148",
|
|
415
|
-
guid:"d0d38ae2-c916-4a16-a1f3-d951cc499e65",
|
|
416
|
-
accessibility_white_text:"",
|
|
417
|
-
accessibility_black_text:"AAaa"
|
|
418
|
-
}
|
|
419
|
-
*/ }
|
|
420
|
-
|
|
421
|
-
.Calcite_Red_200 {
|
|
422
|
-
background-color: #c86a4a;
|
|
423
|
-
/*
|
|
424
|
-
{
|
|
425
|
-
Hex:"#C86A4A",
|
|
426
|
-
RGB:"r210 g107 b75",
|
|
427
|
-
guid:"233ed1cf-5f23-4fab-aa17-63b29a50801b",
|
|
428
|
-
accessibility_white_text:"AA",
|
|
429
|
-
accessibility_black_text:"AAaa"
|
|
430
|
-
}
|
|
431
|
-
*/ }
|
|
432
|
-
|
|
433
|
-
.Calcite_Red_250 {
|
|
434
|
-
background-color: #c6542d;
|
|
435
|
-
/*
|
|
436
|
-
{
|
|
437
|
-
Hex:"#C6542D",
|
|
438
|
-
RGB:"r199 g85 b46",
|
|
439
|
-
guid:"891511b8-fe34-45f3-b51d-88d3fa6d24b8",
|
|
440
|
-
accessibility_white_text:"AA",
|
|
441
|
-
accessibility_black_text:"AAaa"
|
|
442
|
-
}
|
|
443
|
-
*/ }
|
|
444
|
-
|
|
445
|
-
.Calcite_Red_a100 {
|
|
446
|
-
background-color: #e04f1d;
|
|
447
|
-
/*
|
|
448
|
-
{
|
|
449
|
-
Hex:"#E04F1D",
|
|
450
|
-
RGB:"r224 g79 b29",
|
|
451
|
-
guid:"a318043e-4402-4471-834b-7665b8fb5d0b",
|
|
452
|
-
accessibility_white_text:"AA",
|
|
453
|
-
accessibility_black_text:"AAaa"
|
|
454
|
-
}
|
|
455
|
-
*/ }
|
|
456
|
-
|
|
457
|
-
.Calcite_Red_a150 {
|
|
458
|
-
background-color: #c7461a;
|
|
459
|
-
/*
|
|
460
|
-
{
|
|
461
|
-
Hex:"#C7461A",
|
|
462
|
-
RGB:"r199 g70 b26",
|
|
463
|
-
guid:"f3b9c963-b6cf-40c6-975d-f08584298268",
|
|
464
|
-
accessibility_white_text:"AAaa",
|
|
465
|
-
accessibility_black_text:"AA"
|
|
466
|
-
}
|
|
467
|
-
*/ }
|
|
468
|
-
|
|
469
|
-
.Calcite_Red_a200 {
|
|
470
|
-
background-color: #ab3c16;
|
|
471
|
-
/*
|
|
472
|
-
{
|
|
473
|
-
Hex:"#AB3C16",
|
|
474
|
-
RGB:"r171 g60 b22",
|
|
475
|
-
guid:"592dfff5-bc8b-4d59-ad83-41b268873db0",
|
|
476
|
-
accessibility_white_text:"AAaa",
|
|
477
|
-
accessibility_black_text:"AA"
|
|
478
|
-
}
|
|
479
|
-
*/ }
|
|
480
|
-
|
|
481
|
-
.Calcite_Red_a250 {
|
|
482
|
-
background-color: #8c2907;
|
|
483
|
-
/*
|
|
484
|
-
{
|
|
485
|
-
Hex:"#8C2907",
|
|
486
|
-
RGB:"r140 g41 b7",
|
|
487
|
-
guid:"ede8a7e5-c655-44cc-828a-292984b98964",
|
|
488
|
-
accessibility_white_text:"AAaa",
|
|
489
|
-
accessibility_black_text:""
|
|
490
|
-
}
|
|
491
|
-
*/ }
|
|
492
|
-
|
|
493
|
-
/* -- Calcite Core Purple -- */
|
|
494
|
-
.Calcite_Purple_100 {
|
|
495
|
-
background-color: #e5e1ef;
|
|
496
|
-
/*
|
|
497
|
-
{
|
|
498
|
-
Hex:"#E5E1EF",
|
|
499
|
-
RGB:"r230 g226 b240",
|
|
500
|
-
guid:"17a68f19-2176-4883-90ec-0e02f7ebab6f",
|
|
501
|
-
accessibility_white_text:"",
|
|
502
|
-
accessibility_black_text:"AAaa"
|
|
503
|
-
}
|
|
504
|
-
*/ }
|
|
505
|
-
|
|
506
|
-
.Calcite_Purple_150 {
|
|
507
|
-
background-color: #c4bcdc;
|
|
508
|
-
/*
|
|
509
|
-
{
|
|
510
|
-
Hex:"#C4BCDC",
|
|
511
|
-
RGB:"r197 g189 b221",
|
|
512
|
-
guid:"92900e24-b8f4-454a-baba-181897f51978",
|
|
513
|
-
accessibility_white_text:"",
|
|
514
|
-
accessibility_black_text:"AAaa"
|
|
515
|
-
}
|
|
516
|
-
*/ }
|
|
517
|
-
|
|
518
|
-
.Calcite_Purple_200 {
|
|
519
|
-
background-color: #9081bc;
|
|
520
|
-
/*
|
|
521
|
-
{
|
|
522
|
-
Hex:"#9081BC",
|
|
523
|
-
RGB:"r145 g130 b189",
|
|
524
|
-
guid:"10b9463d-488f-42d9-8899-034e3c3029fa",
|
|
525
|
-
accessibility_white_text:"AA",
|
|
526
|
-
accessibility_black_text:"AAaa"
|
|
527
|
-
}
|
|
528
|
-
*/ }
|
|
529
|
-
|
|
530
|
-
.Calcite_Purple_250 {
|
|
531
|
-
background-color: #7b6ca7;
|
|
532
|
-
/*
|
|
533
|
-
{
|
|
534
|
-
Hex:"#7B6CA7",
|
|
535
|
-
RGB:"r124 g109 b168",
|
|
536
|
-
guid:"687fb17c-d87c-4e2e-a24c-132e70aa92b8",
|
|
537
|
-
accessibility_white_text:"AAaa",
|
|
538
|
-
accessibility_black_text:"AAaa"
|
|
539
|
-
}
|
|
540
|
-
*/ }
|
|
541
|
-
|
|
542
|
-
.Calcite_Purple_a100 {
|
|
543
|
-
background-color: #846ebf;
|
|
544
|
-
/*
|
|
545
|
-
{
|
|
546
|
-
Hex:"#846EBF",
|
|
547
|
-
RGB:"r132 g110 b191",
|
|
548
|
-
guid:"d861e9f1-bf6a-42f3-b217-93894bab3386",
|
|
549
|
-
accessibility_white_text:"AA",
|
|
550
|
-
accessibility_black_text:"AAaa"
|
|
551
|
-
}
|
|
552
|
-
*/ }
|
|
553
|
-
|
|
554
|
-
.Calcite_Purple_a150 {
|
|
555
|
-
background-color: #7461a8;
|
|
556
|
-
/*
|
|
557
|
-
{
|
|
558
|
-
Hex:"#7461A8",
|
|
559
|
-
RGB:"r116 g97 b168",
|
|
560
|
-
guid:"35d3955f-b3cd-4421-a0b5-38a0bfffd03b",
|
|
561
|
-
accessibility_white_text:"AAaa",
|
|
562
|
-
accessibility_black_text:"AA"
|
|
563
|
-
}
|
|
564
|
-
*/ }
|
|
565
|
-
|
|
566
|
-
.Calcite_Purple_a200 {
|
|
567
|
-
background-color: #61518c;
|
|
568
|
-
/*
|
|
569
|
-
{
|
|
570
|
-
Hex:"#61518C",
|
|
571
|
-
RGB:"r97 g81 b140",
|
|
572
|
-
guid:"a9c9b7f3-6973-4bf9-9879-f41067d327d6",
|
|
573
|
-
accessibility_white_text:"AAaa",
|
|
574
|
-
accessibility_black_text:"AA"
|
|
575
|
-
}
|
|
576
|
-
*/ }
|
|
577
|
-
|
|
578
|
-
.Calcite_Purple_a250 {
|
|
579
|
-
background-color: #4f4273;
|
|
580
|
-
/*
|
|
581
|
-
{
|
|
582
|
-
Hex:"#4F4273",
|
|
583
|
-
RGB:"r79 g66 b115",
|
|
584
|
-
guid:"7cd4639d-fec7-42bb-82f8-7ca7cb70530e",
|
|
585
|
-
accessibility_white_text:"AAaa",
|
|
586
|
-
accessibility_black_text:""
|
|
587
|
-
}
|
|
588
|
-
*/ }
|
|
589
|
-
|
|
590
|
-
/* -- Calcite Core Brown -- */
|
|
591
|
-
.Calcite_Brown_100 {
|
|
592
|
-
background-color: #e8ddd3;
|
|
593
|
-
/*
|
|
594
|
-
{
|
|
595
|
-
Hex:"#E8DDD3",
|
|
596
|
-
RGB:"r233 g222 b212",
|
|
597
|
-
guid:"d66dd0c1-bf42-4641-8411-bc6f5b3bf7ae",
|
|
598
|
-
accessibility_white_text:"",
|
|
599
|
-
accessibility_black_text:"AAaa"
|
|
600
|
-
}
|
|
601
|
-
*/ }
|
|
602
|
-
|
|
603
|
-
.Calcite_Brown_150 {
|
|
604
|
-
background-color: #d2b38f;
|
|
605
|
-
/*
|
|
606
|
-
{
|
|
607
|
-
Hex:"#D2B38F",
|
|
608
|
-
RGB:"r211 g180 b144",
|
|
609
|
-
guid:"eca70e1f-7f60-4b58-b41d-8bc144e476cb",
|
|
610
|
-
accessibility_white_text:"",
|
|
611
|
-
accessibility_black_text:"AAaa"
|
|
612
|
-
}
|
|
613
|
-
*/ }
|
|
614
|
-
|
|
615
|
-
.Calcite_Brown_200 {
|
|
616
|
-
background-color: #b78a54;
|
|
617
|
-
/*
|
|
618
|
-
{
|
|
619
|
-
Hex:"#B78A54",
|
|
620
|
-
RGB:"r184 g139 b85",
|
|
621
|
-
guid:"b02f6a27-6d0d-46db-96df-6ca3ff7d29b3",
|
|
622
|
-
accessibility_white_text:"AA",
|
|
623
|
-
accessibility_black_text:"AAaa"
|
|
624
|
-
}
|
|
625
|
-
*/ }
|
|
626
|
-
|
|
627
|
-
.Calcite_Brown_250 {
|
|
628
|
-
background-color: #a57946;
|
|
629
|
-
/*
|
|
630
|
-
{
|
|
631
|
-
Hex:"#A57946",
|
|
632
|
-
RGB:"r166 g122 b71",
|
|
633
|
-
guid:"733ba9e7-992e-4f52-a786-93ca5b84224a",
|
|
634
|
-
accessibility_white_text:"AA",
|
|
635
|
-
accessibility_black_text:"AAaa"
|
|
636
|
-
}
|
|
637
|
-
*/ }
|
|
638
|
-
|
|
639
|
-
.Calcite_Brown_a100 {
|
|
640
|
-
background-color: #bf813a;
|
|
641
|
-
/*
|
|
642
|
-
{
|
|
643
|
-
Hex:"#BF813A",
|
|
644
|
-
RGB:"r191 g129 b58",
|
|
645
|
-
guid:"37268ee6-db88-4afb-9306-5781c120a0ca",
|
|
646
|
-
accessibility_white_text:"AA",
|
|
647
|
-
accessibility_black_text:"AAaa"
|
|
648
|
-
}
|
|
649
|
-
*/ }
|
|
650
|
-
|
|
651
|
-
.Calcite_Brown_a150 {
|
|
652
|
-
background-color: #a67032;
|
|
653
|
-
/*
|
|
654
|
-
{
|
|
655
|
-
Hex:"#A67032",
|
|
656
|
-
RGB:"r166 g112 b50",
|
|
657
|
-
guid:"4d0620ad-f5f8-4160-a0ca-aa94e99e3725",
|
|
658
|
-
accessibility_white_text:"AA",
|
|
659
|
-
accessibility_black_text:"AAaa"
|
|
660
|
-
}
|
|
661
|
-
*/ }
|
|
662
|
-
|
|
663
|
-
.Calcite_Brown_a200 {
|
|
664
|
-
background-color: #8c5e2a;
|
|
665
|
-
/*
|
|
666
|
-
{
|
|
667
|
-
Hex:"#8C5E2A",
|
|
668
|
-
RGB:"r140 g94 b42",
|
|
669
|
-
guid:"2e90145b-9516-4c3c-bba8-63672ff71fef",
|
|
670
|
-
accessibility_white_text:"AAaa",
|
|
671
|
-
accessibility_black_text:"AA"
|
|
672
|
-
}
|
|
673
|
-
*/ }
|
|
674
|
-
|
|
675
|
-
.Calcite_Brown_a250 {
|
|
676
|
-
background-color: #734d22;
|
|
677
|
-
/*
|
|
678
|
-
{
|
|
679
|
-
Hex:"#734D22",
|
|
680
|
-
RGB:"r115 g77 b34",
|
|
681
|
-
guid:"fc9df10f-e68d-4d8f-a558-60a0869f34e2",
|
|
682
|
-
accessibility_white_text:"AAaa",
|
|
683
|
-
accessibility_black_text:""
|
|
684
|
-
}
|
|
685
|
-
*/ }
|
|
686
|
-
|
|
687
|
-
/*# sourceMappingURL=calcite_core_colors.css.map */
|
|
1
|
+
/* Esri Calcite Core Colors - Last Updated 04/16/15 */
|
|
2
|
+
/*
|
|
3
|
+
{
|
|
4
|
+
name: "Calcite Core Colors",
|
|
5
|
+
tags: "Calcite Core,Calcite"
|
|
6
|
+
}
|
|
7
|
+
*/
|
|
8
|
+
/* -- Calcite Core Blue -- */
|
|
9
|
+
.Calcite_Blue_100 {
|
|
10
|
+
background-color: #d2e9f9;
|
|
11
|
+
/*
|
|
12
|
+
{
|
|
13
|
+
Hex:"#D2E9F9",
|
|
14
|
+
RGB:"r221 g234 b249",
|
|
15
|
+
guid:"4655dee8-192b-4fdd-bd76-a3026c629763",
|
|
16
|
+
accessibility_white_text:"",
|
|
17
|
+
accessibility_black_text:"AAaa"
|
|
18
|
+
}
|
|
19
|
+
*/ }
|
|
20
|
+
|
|
21
|
+
.Calcite_Blue_150 {
|
|
22
|
+
background-color: #bcdaed;
|
|
23
|
+
/*
|
|
24
|
+
{
|
|
25
|
+
Hex:"#BCDAED",
|
|
26
|
+
RGB:"r189 g219 b238",
|
|
27
|
+
guid:"9ba1245d-dd02-4dc1-ac28-fa2048fc1627",
|
|
28
|
+
accessibility_white_text:"",
|
|
29
|
+
accessibility_black_text:"AAaa"
|
|
30
|
+
}
|
|
31
|
+
*/ }
|
|
32
|
+
|
|
33
|
+
.Calcite_Blue_200 {
|
|
34
|
+
background-color: #6cb4e2;
|
|
35
|
+
/*
|
|
36
|
+
{
|
|
37
|
+
Hex:"#6CB4E2",
|
|
38
|
+
RGB:"r109 g181 b227",
|
|
39
|
+
guid:"88e16018-ce1b-4ef2-ab21-e7ee260a217a",
|
|
40
|
+
accessibility_white_text:"",
|
|
41
|
+
accessibility_black_text:"AAaa"
|
|
42
|
+
}
|
|
43
|
+
*/ }
|
|
44
|
+
|
|
45
|
+
.Calcite_Blue_250 {
|
|
46
|
+
background-color: #56a5d8;
|
|
47
|
+
/*
|
|
48
|
+
{
|
|
49
|
+
Hex:"#56A5D8",
|
|
50
|
+
RGB:"r87 g166 b217",
|
|
51
|
+
guid:"d36d7477-5d0f-46fe-a5c9-0cd59b4028d6",
|
|
52
|
+
accessibility_white_text:"",
|
|
53
|
+
accessibility_black_text:"AAaa"
|
|
54
|
+
}
|
|
55
|
+
*/ }
|
|
56
|
+
|
|
57
|
+
.Calcite_Blue_a100 {
|
|
58
|
+
background-color: #49b0f2;
|
|
59
|
+
/*
|
|
60
|
+
{
|
|
61
|
+
Hex:"#49B0F2",
|
|
62
|
+
RGB:"r73 g176 b242",
|
|
63
|
+
guid:"e22efb06-71b5-4ee0-b1ce-9c599df2ac9d",
|
|
64
|
+
accessibility_white_text:"",
|
|
65
|
+
accessibility_black_text:"AAaa"
|
|
66
|
+
}
|
|
67
|
+
*/ }
|
|
68
|
+
|
|
69
|
+
.Calcite_Blue_a150 {
|
|
70
|
+
background-color: #419ed9;
|
|
71
|
+
/*
|
|
72
|
+
{
|
|
73
|
+
Hex:"#419ED9",
|
|
74
|
+
RGB:"r65 g158 b217",
|
|
75
|
+
guid:"64d227d5-55fa-4c78-af72-64bc4e5c2dac",
|
|
76
|
+
accessibility_white_text:"",
|
|
77
|
+
accessibility_black_text:"AAaa"
|
|
78
|
+
}
|
|
79
|
+
*/ }
|
|
80
|
+
|
|
81
|
+
.Calcite_Blue_a200 {
|
|
82
|
+
background-color: #3b8fc4;
|
|
83
|
+
/*
|
|
84
|
+
{
|
|
85
|
+
Hex:"#3B8FC4",
|
|
86
|
+
RGB:"r59 g143 b196",
|
|
87
|
+
guid:"d4a595a8-8c99-4776-ad24-5db864faf1d4",
|
|
88
|
+
accessibility_white_text:"AA",
|
|
89
|
+
accessibility_black_text:"AAaa"
|
|
90
|
+
}
|
|
91
|
+
*/ }
|
|
92
|
+
|
|
93
|
+
.Calcite_Blue_a250 {
|
|
94
|
+
background-color: #196fa6;
|
|
95
|
+
/*
|
|
96
|
+
{
|
|
97
|
+
Hex:"#196FA6",
|
|
98
|
+
RGB:"r25 g111 b166",
|
|
99
|
+
guid:"cead1d1f-5cd2-4b80-86ec-0fe7c35323bc",
|
|
100
|
+
accessibility_white_text:"AAaa",
|
|
101
|
+
accessibility_black_text:"AA"
|
|
102
|
+
}
|
|
103
|
+
*/ }
|
|
104
|
+
|
|
105
|
+
/* -- Calcite Core Yellow -- */
|
|
106
|
+
.Calcite_Yellow_100 {
|
|
107
|
+
background-color: #f3edc7;
|
|
108
|
+
/*
|
|
109
|
+
{
|
|
110
|
+
Hex:"#F3EDC7",
|
|
111
|
+
RGB:"r244 g238 b200",
|
|
112
|
+
guid:"b4ad1067-29aa-4d47-acf1-365dc5779e43",
|
|
113
|
+
accessibility_white_text:"",
|
|
114
|
+
accessibility_black_text:"AAaa"
|
|
115
|
+
}
|
|
116
|
+
*/ }
|
|
117
|
+
|
|
118
|
+
.Calcite_Yellow_150 {
|
|
119
|
+
background-color: #efe397;
|
|
120
|
+
/*
|
|
121
|
+
{
|
|
122
|
+
Hex:"#EFE397",
|
|
123
|
+
RGB:"r240 g228 b152",
|
|
124
|
+
guid:"74554988-b164-47dd-9bd7-8714503bfedd",
|
|
125
|
+
accessibility_white_text:"",
|
|
126
|
+
accessibility_black_text:"AAaa"
|
|
127
|
+
}
|
|
128
|
+
*/ }
|
|
129
|
+
|
|
130
|
+
.Calcite_Yellow_200 {
|
|
131
|
+
background-color: #e4d154;
|
|
132
|
+
/*
|
|
133
|
+
{
|
|
134
|
+
Hex:"#E4D154",
|
|
135
|
+
RGB:"r229 g210 b85",
|
|
136
|
+
guid:"e1ac1163-5f62-4239-a0a4-35a421d2b82d",
|
|
137
|
+
accessibility_white_text:"",
|
|
138
|
+
accessibility_black_text:"AAaa"
|
|
139
|
+
}
|
|
140
|
+
*/ }
|
|
141
|
+
|
|
142
|
+
.Calcite_Yellow_250 {
|
|
143
|
+
background-color: #d8c34b;
|
|
144
|
+
/*
|
|
145
|
+
{
|
|
146
|
+
Hex:"#D8C34B",
|
|
147
|
+
RGB:"r217 g196 b76",
|
|
148
|
+
guid:"bb431533-9ae1-4c1f-bf70-6b9234ec4065",
|
|
149
|
+
accessibility_white_text:"",
|
|
150
|
+
accessibility_black_text:"AAaa"
|
|
151
|
+
}
|
|
152
|
+
*/ }
|
|
153
|
+
|
|
154
|
+
.Calcite_Yellow_a100 {
|
|
155
|
+
background-color: #f2d530;
|
|
156
|
+
/*
|
|
157
|
+
{
|
|
158
|
+
Hex:"#F2D530",
|
|
159
|
+
RGB:"r242 g213 b48",
|
|
160
|
+
guid:"72bc84b6-854a-4b65-ac7a-fd894d3d73b0",
|
|
161
|
+
accessibility_white_text:"",
|
|
162
|
+
accessibility_black_text:"AAaa"
|
|
163
|
+
}
|
|
164
|
+
*/ }
|
|
165
|
+
|
|
166
|
+
.Calcite_Yellow_a150 {
|
|
167
|
+
background-color: #d9bf2b;
|
|
168
|
+
/*
|
|
169
|
+
{
|
|
170
|
+
Hex:"#D9BF2B",
|
|
171
|
+
RGB:"r217 g191 b43",
|
|
172
|
+
guid:"45dfb92c-ca20-404a-b761-50df7d6d55ac",
|
|
173
|
+
accessibility_white_text:"",
|
|
174
|
+
accessibility_black_text:"AAaa"
|
|
175
|
+
}
|
|
176
|
+
*/ }
|
|
177
|
+
|
|
178
|
+
.Calcite_Yellow_a200 {
|
|
179
|
+
background-color: #bda726;
|
|
180
|
+
/*
|
|
181
|
+
{
|
|
182
|
+
Hex:"#BDA726",
|
|
183
|
+
RGB:"r189 g167 b38",
|
|
184
|
+
guid:"be6f0c4d-ab00-40f2-9df5-8e5ea1ac4fea",
|
|
185
|
+
accessibility_white_text:"",
|
|
186
|
+
accessibility_black_text:"AAaa"
|
|
187
|
+
}
|
|
188
|
+
*/ }
|
|
189
|
+
|
|
190
|
+
.Calcite_Yellow_a250 {
|
|
191
|
+
background-color: #a68d00;
|
|
192
|
+
/*
|
|
193
|
+
{
|
|
194
|
+
Hex:"#A68D00",
|
|
195
|
+
RGB:"r166 g141 b0",
|
|
196
|
+
guid:"ed030b74-86fe-481e-85c1-abe97b1cd9bb",
|
|
197
|
+
accessibility_white_text:"AA",
|
|
198
|
+
accessibility_black_text:"AAaa"
|
|
199
|
+
}
|
|
200
|
+
*/ }
|
|
201
|
+
|
|
202
|
+
/* -- Calcite Core Orange -- */
|
|
203
|
+
.Calcite_Orange_100 {
|
|
204
|
+
background-color: #fbe1c2;
|
|
205
|
+
/*
|
|
206
|
+
{
|
|
207
|
+
Hex:"#FBE1C2",
|
|
208
|
+
RGB:"r251 g226 b195",
|
|
209
|
+
guid:"5367b7b0-a1a3-4cf4-bb02-89af77834fc3",
|
|
210
|
+
accessibility_white_text:"",
|
|
211
|
+
accessibility_black_text:"AAaa"
|
|
212
|
+
}
|
|
213
|
+
*/ }
|
|
214
|
+
|
|
215
|
+
.Calcite_Orange_150 {
|
|
216
|
+
background-color: #f6ca92;
|
|
217
|
+
/*
|
|
218
|
+
{
|
|
219
|
+
Hex:"#F6CA92",
|
|
220
|
+
RGB:"r247 g203 b147",
|
|
221
|
+
guid:"751dde41-e219-4130-b096-50252d454d0c",
|
|
222
|
+
accessibility_white_text:"",
|
|
223
|
+
accessibility_black_text:"AAaa"
|
|
224
|
+
}
|
|
225
|
+
*/ }
|
|
226
|
+
|
|
227
|
+
.Calcite_Orange_200 {
|
|
228
|
+
background-color: #eda959;
|
|
229
|
+
/*
|
|
230
|
+
{
|
|
231
|
+
Hex:"#EDA959",
|
|
232
|
+
RGB:"r238 g170 b90",
|
|
233
|
+
guid:"08a9135b-e9ba-44c3-a7b9-aafaee9ba634",
|
|
234
|
+
accessibility_white_text:"",
|
|
235
|
+
accessibility_black_text:"AAaa"
|
|
236
|
+
}
|
|
237
|
+
*/ }
|
|
238
|
+
|
|
239
|
+
.Calcite_Orange_250 {
|
|
240
|
+
background-color: #e79c47;
|
|
241
|
+
/*
|
|
242
|
+
{
|
|
243
|
+
Hex:"#E79C47",
|
|
244
|
+
RGB:"r232 g157 b72",
|
|
245
|
+
guid:"a01870e1-ceb4-424b-927d-21e794a92da7",
|
|
246
|
+
accessibility_white_text:"",
|
|
247
|
+
accessibility_black_text:"AAaa"
|
|
248
|
+
}
|
|
249
|
+
*/ }
|
|
250
|
+
|
|
251
|
+
.Calcite_Orange_a100 {
|
|
252
|
+
background-color: #ff9f33;
|
|
253
|
+
/*
|
|
254
|
+
{
|
|
255
|
+
Hex:"#FF9F33",
|
|
256
|
+
RGB:"r255 g159 b51",
|
|
257
|
+
guid:"1d63fc35-0b74-4f2b-a0a4-0a5f72a4c630",
|
|
258
|
+
accessibility_white_text:"",
|
|
259
|
+
accessibility_black_text:"AAaa"
|
|
260
|
+
}
|
|
261
|
+
*/ }
|
|
262
|
+
|
|
263
|
+
.Calcite_Orange_a150 {
|
|
264
|
+
background-color: #e8912e;
|
|
265
|
+
/*
|
|
266
|
+
{
|
|
267
|
+
Hex:"#E8912E",
|
|
268
|
+
RGB:"r232 g145 b46",
|
|
269
|
+
guid:"f92a6f43-90a3-4007-8758-3305b07542d7",
|
|
270
|
+
accessibility_white_text:"",
|
|
271
|
+
accessibility_black_text:"AAaa"
|
|
272
|
+
}
|
|
273
|
+
*/ }
|
|
274
|
+
|
|
275
|
+
.Calcite_Orange_a200 {
|
|
276
|
+
background-color: #d17e21;
|
|
277
|
+
/*
|
|
278
|
+
{
|
|
279
|
+
Hex:"#D17E21",
|
|
280
|
+
RGB:"r209 g126 b33",
|
|
281
|
+
guid:"66ef990d-1980-499a-8ad7-a2027e473954",
|
|
282
|
+
accessibility_white_text:"AA",
|
|
283
|
+
accessibility_black_text:"AAaa"
|
|
284
|
+
}
|
|
285
|
+
*/ }
|
|
286
|
+
|
|
287
|
+
.Calcite_Orange_a250 {
|
|
288
|
+
background-color: #ad6511;
|
|
289
|
+
/*
|
|
290
|
+
{
|
|
291
|
+
Hex:"#AD6511",
|
|
292
|
+
RGB:"r173 g101 b17",
|
|
293
|
+
guid:"861cc1ae-dce3-4272-a55c-1d3c7c9f068a",
|
|
294
|
+
accessibility_white_text:"AAaa",
|
|
295
|
+
accessibility_black_text:"AAaa"
|
|
296
|
+
}
|
|
297
|
+
*/ }
|
|
298
|
+
|
|
299
|
+
/* -- Calcite Core Green -- */
|
|
300
|
+
.Calcite_Green_100 {
|
|
301
|
+
background-color: #ddeedb;
|
|
302
|
+
/*
|
|
303
|
+
{
|
|
304
|
+
Hex:"#DDEEDB",
|
|
305
|
+
RGB:"r221 g238 b219",
|
|
306
|
+
guid:"e308a3ec-840e-4a77-a51b-df5ce37ff3bb",
|
|
307
|
+
accessibility_white_text:"",
|
|
308
|
+
accessibility_black_text:"AAaa"
|
|
309
|
+
}
|
|
310
|
+
*/ }
|
|
311
|
+
|
|
312
|
+
.Calcite_Green_150 {
|
|
313
|
+
background-color: #9bc19c;
|
|
314
|
+
/*
|
|
315
|
+
{
|
|
316
|
+
Hex:"#9BC19C",
|
|
317
|
+
RGB:"r155 g194 b156",
|
|
318
|
+
guid:"79c4211e-4942-41af-ab09-2f64352ffd35",
|
|
319
|
+
accessibility_white_text:"",
|
|
320
|
+
accessibility_black_text:"AAaa"
|
|
321
|
+
}
|
|
322
|
+
*/ }
|
|
323
|
+
|
|
324
|
+
.Calcite_Green_200 {
|
|
325
|
+
background-color: #67a966;
|
|
326
|
+
/*
|
|
327
|
+
{
|
|
328
|
+
Hex:"#67A966",
|
|
329
|
+
RGB:"r105 g170 b103",
|
|
330
|
+
guid:"a6b78543-830a-40ed-b5ce-d0781dc7fec4",
|
|
331
|
+
accessibility_white_text:"",
|
|
332
|
+
accessibility_black_text:"AAaa"
|
|
333
|
+
}
|
|
334
|
+
*/ }
|
|
335
|
+
|
|
336
|
+
.Calcite_Green_250 {
|
|
337
|
+
background-color: #5a9359;
|
|
338
|
+
/*
|
|
339
|
+
{
|
|
340
|
+
Hex:"#5A9359",
|
|
341
|
+
RGB:"r91 g148 b90",
|
|
342
|
+
guid:"275dfc18-669b-4172-8d05-ebe756967689",
|
|
343
|
+
accessibility_white_text:"AA",
|
|
344
|
+
accessibility_black_text:"AAaa"
|
|
345
|
+
}
|
|
346
|
+
*/ }
|
|
347
|
+
|
|
348
|
+
.Calcite_Green_a100 {
|
|
349
|
+
background-color: #50ad4e;
|
|
350
|
+
/*
|
|
351
|
+
{
|
|
352
|
+
Hex:"#50AD4E",
|
|
353
|
+
RGB:"r80 g173 b78",
|
|
354
|
+
guid:"a57aee23-1ea4-4b5e-92c1-3f905cd2f57e",
|
|
355
|
+
accessibility_white_text:"",
|
|
356
|
+
accessibility_black_text:"AAaa"
|
|
357
|
+
}
|
|
358
|
+
*/ }
|
|
359
|
+
|
|
360
|
+
.Calcite_Green_a150 {
|
|
361
|
+
background-color: #449443;
|
|
362
|
+
/*
|
|
363
|
+
{
|
|
364
|
+
Hex:"#449443",
|
|
365
|
+
RGB:"r68 g148 b67",
|
|
366
|
+
guid:"c0772e3f-d054-4789-bb1c-68fa5fe30af0",
|
|
367
|
+
accessibility_white_text:"AA",
|
|
368
|
+
accessibility_black_text:"AAaa"
|
|
369
|
+
}
|
|
370
|
+
*/ }
|
|
371
|
+
|
|
372
|
+
.Calcite_Green_a200 {
|
|
373
|
+
background-color: #338033;
|
|
374
|
+
/*
|
|
375
|
+
{
|
|
376
|
+
Hex:"#338033",
|
|
377
|
+
RGB:"r51 g128 b51",
|
|
378
|
+
guid:"5e702fde-9966-487f-98af-52041709c9a7",
|
|
379
|
+
accessibility_white_text:"AAaa",
|
|
380
|
+
accessibility_black_text:"AA"
|
|
381
|
+
}
|
|
382
|
+
*/ }
|
|
383
|
+
|
|
384
|
+
.Calcite_Green_a250 {
|
|
385
|
+
background-color: #275e26;
|
|
386
|
+
/*
|
|
387
|
+
{
|
|
388
|
+
Hex:"#275E26",
|
|
389
|
+
RGB:"r39 g94 b38",
|
|
390
|
+
guid:"edb72c89-e39a-4de8-984f-8b7d9f838f98",
|
|
391
|
+
accessibility_white_text:"AAaa",
|
|
392
|
+
accessibility_black_text:""
|
|
393
|
+
}
|
|
394
|
+
*/ }
|
|
395
|
+
|
|
396
|
+
/* -- Calcite Core Red -- */
|
|
397
|
+
.Calcite_Red_100 {
|
|
398
|
+
background-color: #f3ded7;
|
|
399
|
+
/*
|
|
400
|
+
{
|
|
401
|
+
Hex:"#F3DED7",
|
|
402
|
+
RGB:"r244 g223 b216",
|
|
403
|
+
guid:"7f79cf3c-0a16-4386-a7e5-53ec317d9e8a",
|
|
404
|
+
accessibility_white_text:"",
|
|
405
|
+
accessibility_black_text:"AAaa"
|
|
406
|
+
}
|
|
407
|
+
*/ }
|
|
408
|
+
|
|
409
|
+
.Calcite_Red_150 {
|
|
410
|
+
background-color: #e4a793;
|
|
411
|
+
/*
|
|
412
|
+
{
|
|
413
|
+
Hex:"#E4A793",
|
|
414
|
+
RGB:"r229 g168 b148",
|
|
415
|
+
guid:"d0d38ae2-c916-4a16-a1f3-d951cc499e65",
|
|
416
|
+
accessibility_white_text:"",
|
|
417
|
+
accessibility_black_text:"AAaa"
|
|
418
|
+
}
|
|
419
|
+
*/ }
|
|
420
|
+
|
|
421
|
+
.Calcite_Red_200 {
|
|
422
|
+
background-color: #c86a4a;
|
|
423
|
+
/*
|
|
424
|
+
{
|
|
425
|
+
Hex:"#C86A4A",
|
|
426
|
+
RGB:"r210 g107 b75",
|
|
427
|
+
guid:"233ed1cf-5f23-4fab-aa17-63b29a50801b",
|
|
428
|
+
accessibility_white_text:"AA",
|
|
429
|
+
accessibility_black_text:"AAaa"
|
|
430
|
+
}
|
|
431
|
+
*/ }
|
|
432
|
+
|
|
433
|
+
.Calcite_Red_250 {
|
|
434
|
+
background-color: #c6542d;
|
|
435
|
+
/*
|
|
436
|
+
{
|
|
437
|
+
Hex:"#C6542D",
|
|
438
|
+
RGB:"r199 g85 b46",
|
|
439
|
+
guid:"891511b8-fe34-45f3-b51d-88d3fa6d24b8",
|
|
440
|
+
accessibility_white_text:"AA",
|
|
441
|
+
accessibility_black_text:"AAaa"
|
|
442
|
+
}
|
|
443
|
+
*/ }
|
|
444
|
+
|
|
445
|
+
.Calcite_Red_a100 {
|
|
446
|
+
background-color: #e04f1d;
|
|
447
|
+
/*
|
|
448
|
+
{
|
|
449
|
+
Hex:"#E04F1D",
|
|
450
|
+
RGB:"r224 g79 b29",
|
|
451
|
+
guid:"a318043e-4402-4471-834b-7665b8fb5d0b",
|
|
452
|
+
accessibility_white_text:"AA",
|
|
453
|
+
accessibility_black_text:"AAaa"
|
|
454
|
+
}
|
|
455
|
+
*/ }
|
|
456
|
+
|
|
457
|
+
.Calcite_Red_a150 {
|
|
458
|
+
background-color: #c7461a;
|
|
459
|
+
/*
|
|
460
|
+
{
|
|
461
|
+
Hex:"#C7461A",
|
|
462
|
+
RGB:"r199 g70 b26",
|
|
463
|
+
guid:"f3b9c963-b6cf-40c6-975d-f08584298268",
|
|
464
|
+
accessibility_white_text:"AAaa",
|
|
465
|
+
accessibility_black_text:"AA"
|
|
466
|
+
}
|
|
467
|
+
*/ }
|
|
468
|
+
|
|
469
|
+
.Calcite_Red_a200 {
|
|
470
|
+
background-color: #ab3c16;
|
|
471
|
+
/*
|
|
472
|
+
{
|
|
473
|
+
Hex:"#AB3C16",
|
|
474
|
+
RGB:"r171 g60 b22",
|
|
475
|
+
guid:"592dfff5-bc8b-4d59-ad83-41b268873db0",
|
|
476
|
+
accessibility_white_text:"AAaa",
|
|
477
|
+
accessibility_black_text:"AA"
|
|
478
|
+
}
|
|
479
|
+
*/ }
|
|
480
|
+
|
|
481
|
+
.Calcite_Red_a250 {
|
|
482
|
+
background-color: #8c2907;
|
|
483
|
+
/*
|
|
484
|
+
{
|
|
485
|
+
Hex:"#8C2907",
|
|
486
|
+
RGB:"r140 g41 b7",
|
|
487
|
+
guid:"ede8a7e5-c655-44cc-828a-292984b98964",
|
|
488
|
+
accessibility_white_text:"AAaa",
|
|
489
|
+
accessibility_black_text:""
|
|
490
|
+
}
|
|
491
|
+
*/ }
|
|
492
|
+
|
|
493
|
+
/* -- Calcite Core Purple -- */
|
|
494
|
+
.Calcite_Purple_100 {
|
|
495
|
+
background-color: #e5e1ef;
|
|
496
|
+
/*
|
|
497
|
+
{
|
|
498
|
+
Hex:"#E5E1EF",
|
|
499
|
+
RGB:"r230 g226 b240",
|
|
500
|
+
guid:"17a68f19-2176-4883-90ec-0e02f7ebab6f",
|
|
501
|
+
accessibility_white_text:"",
|
|
502
|
+
accessibility_black_text:"AAaa"
|
|
503
|
+
}
|
|
504
|
+
*/ }
|
|
505
|
+
|
|
506
|
+
.Calcite_Purple_150 {
|
|
507
|
+
background-color: #c4bcdc;
|
|
508
|
+
/*
|
|
509
|
+
{
|
|
510
|
+
Hex:"#C4BCDC",
|
|
511
|
+
RGB:"r197 g189 b221",
|
|
512
|
+
guid:"92900e24-b8f4-454a-baba-181897f51978",
|
|
513
|
+
accessibility_white_text:"",
|
|
514
|
+
accessibility_black_text:"AAaa"
|
|
515
|
+
}
|
|
516
|
+
*/ }
|
|
517
|
+
|
|
518
|
+
.Calcite_Purple_200 {
|
|
519
|
+
background-color: #9081bc;
|
|
520
|
+
/*
|
|
521
|
+
{
|
|
522
|
+
Hex:"#9081BC",
|
|
523
|
+
RGB:"r145 g130 b189",
|
|
524
|
+
guid:"10b9463d-488f-42d9-8899-034e3c3029fa",
|
|
525
|
+
accessibility_white_text:"AA",
|
|
526
|
+
accessibility_black_text:"AAaa"
|
|
527
|
+
}
|
|
528
|
+
*/ }
|
|
529
|
+
|
|
530
|
+
.Calcite_Purple_250 {
|
|
531
|
+
background-color: #7b6ca7;
|
|
532
|
+
/*
|
|
533
|
+
{
|
|
534
|
+
Hex:"#7B6CA7",
|
|
535
|
+
RGB:"r124 g109 b168",
|
|
536
|
+
guid:"687fb17c-d87c-4e2e-a24c-132e70aa92b8",
|
|
537
|
+
accessibility_white_text:"AAaa",
|
|
538
|
+
accessibility_black_text:"AAaa"
|
|
539
|
+
}
|
|
540
|
+
*/ }
|
|
541
|
+
|
|
542
|
+
.Calcite_Purple_a100 {
|
|
543
|
+
background-color: #846ebf;
|
|
544
|
+
/*
|
|
545
|
+
{
|
|
546
|
+
Hex:"#846EBF",
|
|
547
|
+
RGB:"r132 g110 b191",
|
|
548
|
+
guid:"d861e9f1-bf6a-42f3-b217-93894bab3386",
|
|
549
|
+
accessibility_white_text:"AA",
|
|
550
|
+
accessibility_black_text:"AAaa"
|
|
551
|
+
}
|
|
552
|
+
*/ }
|
|
553
|
+
|
|
554
|
+
.Calcite_Purple_a150 {
|
|
555
|
+
background-color: #7461a8;
|
|
556
|
+
/*
|
|
557
|
+
{
|
|
558
|
+
Hex:"#7461A8",
|
|
559
|
+
RGB:"r116 g97 b168",
|
|
560
|
+
guid:"35d3955f-b3cd-4421-a0b5-38a0bfffd03b",
|
|
561
|
+
accessibility_white_text:"AAaa",
|
|
562
|
+
accessibility_black_text:"AA"
|
|
563
|
+
}
|
|
564
|
+
*/ }
|
|
565
|
+
|
|
566
|
+
.Calcite_Purple_a200 {
|
|
567
|
+
background-color: #61518c;
|
|
568
|
+
/*
|
|
569
|
+
{
|
|
570
|
+
Hex:"#61518C",
|
|
571
|
+
RGB:"r97 g81 b140",
|
|
572
|
+
guid:"a9c9b7f3-6973-4bf9-9879-f41067d327d6",
|
|
573
|
+
accessibility_white_text:"AAaa",
|
|
574
|
+
accessibility_black_text:"AA"
|
|
575
|
+
}
|
|
576
|
+
*/ }
|
|
577
|
+
|
|
578
|
+
.Calcite_Purple_a250 {
|
|
579
|
+
background-color: #4f4273;
|
|
580
|
+
/*
|
|
581
|
+
{
|
|
582
|
+
Hex:"#4F4273",
|
|
583
|
+
RGB:"r79 g66 b115",
|
|
584
|
+
guid:"7cd4639d-fec7-42bb-82f8-7ca7cb70530e",
|
|
585
|
+
accessibility_white_text:"AAaa",
|
|
586
|
+
accessibility_black_text:""
|
|
587
|
+
}
|
|
588
|
+
*/ }
|
|
589
|
+
|
|
590
|
+
/* -- Calcite Core Brown -- */
|
|
591
|
+
.Calcite_Brown_100 {
|
|
592
|
+
background-color: #e8ddd3;
|
|
593
|
+
/*
|
|
594
|
+
{
|
|
595
|
+
Hex:"#E8DDD3",
|
|
596
|
+
RGB:"r233 g222 b212",
|
|
597
|
+
guid:"d66dd0c1-bf42-4641-8411-bc6f5b3bf7ae",
|
|
598
|
+
accessibility_white_text:"",
|
|
599
|
+
accessibility_black_text:"AAaa"
|
|
600
|
+
}
|
|
601
|
+
*/ }
|
|
602
|
+
|
|
603
|
+
.Calcite_Brown_150 {
|
|
604
|
+
background-color: #d2b38f;
|
|
605
|
+
/*
|
|
606
|
+
{
|
|
607
|
+
Hex:"#D2B38F",
|
|
608
|
+
RGB:"r211 g180 b144",
|
|
609
|
+
guid:"eca70e1f-7f60-4b58-b41d-8bc144e476cb",
|
|
610
|
+
accessibility_white_text:"",
|
|
611
|
+
accessibility_black_text:"AAaa"
|
|
612
|
+
}
|
|
613
|
+
*/ }
|
|
614
|
+
|
|
615
|
+
.Calcite_Brown_200 {
|
|
616
|
+
background-color: #b78a54;
|
|
617
|
+
/*
|
|
618
|
+
{
|
|
619
|
+
Hex:"#B78A54",
|
|
620
|
+
RGB:"r184 g139 b85",
|
|
621
|
+
guid:"b02f6a27-6d0d-46db-96df-6ca3ff7d29b3",
|
|
622
|
+
accessibility_white_text:"AA",
|
|
623
|
+
accessibility_black_text:"AAaa"
|
|
624
|
+
}
|
|
625
|
+
*/ }
|
|
626
|
+
|
|
627
|
+
.Calcite_Brown_250 {
|
|
628
|
+
background-color: #a57946;
|
|
629
|
+
/*
|
|
630
|
+
{
|
|
631
|
+
Hex:"#A57946",
|
|
632
|
+
RGB:"r166 g122 b71",
|
|
633
|
+
guid:"733ba9e7-992e-4f52-a786-93ca5b84224a",
|
|
634
|
+
accessibility_white_text:"AA",
|
|
635
|
+
accessibility_black_text:"AAaa"
|
|
636
|
+
}
|
|
637
|
+
*/ }
|
|
638
|
+
|
|
639
|
+
.Calcite_Brown_a100 {
|
|
640
|
+
background-color: #bf813a;
|
|
641
|
+
/*
|
|
642
|
+
{
|
|
643
|
+
Hex:"#BF813A",
|
|
644
|
+
RGB:"r191 g129 b58",
|
|
645
|
+
guid:"37268ee6-db88-4afb-9306-5781c120a0ca",
|
|
646
|
+
accessibility_white_text:"AA",
|
|
647
|
+
accessibility_black_text:"AAaa"
|
|
648
|
+
}
|
|
649
|
+
*/ }
|
|
650
|
+
|
|
651
|
+
.Calcite_Brown_a150 {
|
|
652
|
+
background-color: #a67032;
|
|
653
|
+
/*
|
|
654
|
+
{
|
|
655
|
+
Hex:"#A67032",
|
|
656
|
+
RGB:"r166 g112 b50",
|
|
657
|
+
guid:"4d0620ad-f5f8-4160-a0ca-aa94e99e3725",
|
|
658
|
+
accessibility_white_text:"AA",
|
|
659
|
+
accessibility_black_text:"AAaa"
|
|
660
|
+
}
|
|
661
|
+
*/ }
|
|
662
|
+
|
|
663
|
+
.Calcite_Brown_a200 {
|
|
664
|
+
background-color: #8c5e2a;
|
|
665
|
+
/*
|
|
666
|
+
{
|
|
667
|
+
Hex:"#8C5E2A",
|
|
668
|
+
RGB:"r140 g94 b42",
|
|
669
|
+
guid:"2e90145b-9516-4c3c-bba8-63672ff71fef",
|
|
670
|
+
accessibility_white_text:"AAaa",
|
|
671
|
+
accessibility_black_text:"AA"
|
|
672
|
+
}
|
|
673
|
+
*/ }
|
|
674
|
+
|
|
675
|
+
.Calcite_Brown_a250 {
|
|
676
|
+
background-color: #734d22;
|
|
677
|
+
/*
|
|
678
|
+
{
|
|
679
|
+
Hex:"#734D22",
|
|
680
|
+
RGB:"r115 g77 b34",
|
|
681
|
+
guid:"fc9df10f-e68d-4d8f-a558-60a0869f34e2",
|
|
682
|
+
accessibility_white_text:"AAaa",
|
|
683
|
+
accessibility_black_text:""
|
|
684
|
+
}
|
|
685
|
+
*/ }
|
|
686
|
+
|
|
687
|
+
/*# sourceMappingURL=calcite_core_colors.css.map */
|