@citygross/components_v2 0.0.41 → 0.0.43
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/components/AlertBox/AlertBox.css.ts.vanilla.css +26 -26
- package/dist/components/AlertBox/AlertBox.css.vanilla.js +2 -2
- package/dist/components/AlertBox/AlertBox.js +3 -3
- package/dist/components/Box/Box.css.ts.vanilla.css +1 -1
- package/dist/components/Box/Box.css.vanilla.js +1 -1
- package/dist/components/BoxArrow/BoxArrow.d.ts +2 -2
- package/dist/components/BoxArrow/BoxArrow.js +1 -1
- package/dist/components/Divider/Divider.css.vanilla.js +1 -1
- package/dist/components/Dot/Dot.css.vanilla.js +1 -1
- package/dist/components/Modal/Modal.css.ts.vanilla.css +8 -8
- package/dist/components/Modal/Modal.css.vanilla.js +6 -6
- package/dist/components/RippleContainer/RippleContainer.css.ts.vanilla.css +39 -33
- package/dist/components/RippleContainer/RippleContainer.css.vanilla.js +1 -1
- package/dist/components/SideModal/SideModal.css.ts.vanilla.css +7 -7
- package/dist/components/SideModal/SideModal.css.vanilla.js +2 -2
- package/dist/components/Skeleton/Skeleton.css.vanilla.js +1 -1
- package/dist/components/Spinner/Spinner.css.ts.vanilla.css +37 -31
- package/dist/components/Spinner/Spinner.css.vanilla.js +1 -1
- package/dist/components/TimeLine/TimeLine.css.ts.vanilla.css +41 -35
- package/dist/components/TimeLine/TimeLine.css.vanilla.js +1 -1
- package/dist/cssUtils/border.css.d.ts +1 -1
- package/dist/cssUtils/border.css.ts.vanilla.css +44 -38
- package/dist/cssUtils/border.css.vanilla.js +2 -2
- package/dist/cssUtils/color.css.d.ts +4 -4
- package/dist/cssUtils/color.css.ts.vanilla.css +195 -171
- package/dist/cssUtils/color.css.vanilla.js +4 -4
- package/dist/cssUtils/typography.css.d.ts +1 -1
- package/dist/typography/BodyText/BodyText.css.vanilla.js +1 -1
- package/dist/typography/H1/H1.css.vanilla.js +1 -1
- package/dist/typography/H2/H2.css.vanilla.js +1 -1
- package/dist/typography/H3/H3.css.vanilla.js +1 -1
- package/package.json +3 -3
|
@@ -49,516 +49,540 @@
|
|
|
49
49
|
.color_color_recipeGluten__13rr0b2g {
|
|
50
50
|
color: #D5642A;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.color_color_myPrioGoldDark__13rr0b2h {
|
|
53
|
+
color: #D89835;
|
|
54
|
+
}
|
|
55
|
+
.color_color_myPrioGoldLight__13rr0b2i {
|
|
56
|
+
color: #F4D247;
|
|
57
|
+
}
|
|
58
|
+
.color_color_link__13rr0b2j {
|
|
53
59
|
color: #0072BB;
|
|
54
60
|
}
|
|
55
|
-
.
|
|
61
|
+
.color_color_white__13rr0b2k {
|
|
56
62
|
color: #FFFFFF;
|
|
57
63
|
}
|
|
58
|
-
.
|
|
64
|
+
.color_color_black__13rr0b2l {
|
|
59
65
|
color: #000000;
|
|
60
66
|
}
|
|
61
|
-
.
|
|
67
|
+
.color_color_lightest__13rr0b2m {
|
|
62
68
|
color: #F7F7F7;
|
|
63
69
|
}
|
|
64
|
-
.
|
|
70
|
+
.color_color_lighter__13rr0b2n {
|
|
65
71
|
color: #F1F1F1;
|
|
66
72
|
}
|
|
67
|
-
.
|
|
73
|
+
.color_color_light__13rr0b2o {
|
|
68
74
|
color: #E8E8E8;
|
|
69
75
|
}
|
|
70
|
-
.
|
|
76
|
+
.color_color_medium__13rr0b2p {
|
|
71
77
|
color: #DBDBDB;
|
|
72
78
|
}
|
|
73
|
-
.
|
|
79
|
+
.color_color_mediumDark__13rr0b2q {
|
|
74
80
|
color: #6C6C6C;
|
|
75
81
|
}
|
|
76
|
-
.
|
|
82
|
+
.color_color_dark__13rr0b2r {
|
|
77
83
|
color: #979797;
|
|
78
84
|
}
|
|
79
|
-
.
|
|
85
|
+
.color_color_darker__13rr0b2s {
|
|
80
86
|
color: #4A4A4A;
|
|
81
87
|
}
|
|
82
|
-
.
|
|
88
|
+
.color_color_darkest__13rr0b2t {
|
|
83
89
|
color: #333333;
|
|
84
90
|
}
|
|
85
|
-
.
|
|
91
|
+
.color_color_buttonGray__13rr0b2u {
|
|
86
92
|
color: #E5E4E5;
|
|
87
93
|
}
|
|
88
|
-
.
|
|
94
|
+
.color_color_disabledGray__13rr0b2v {
|
|
89
95
|
color: #B8B8B8;
|
|
90
96
|
}
|
|
91
|
-
.
|
|
97
|
+
.color_color_disabledDarkGray__13rr0b2w {
|
|
92
98
|
color: #5c5c5c;
|
|
93
99
|
}
|
|
94
|
-
.
|
|
100
|
+
.color_color_placeholder__13rr0b2x {
|
|
95
101
|
color: #8f8f8f;
|
|
96
102
|
}
|
|
97
|
-
.
|
|
103
|
+
.color_color_border__13rr0b2y {
|
|
98
104
|
color: #0069AE;
|
|
99
105
|
}
|
|
100
|
-
.
|
|
106
|
+
.color_color_boxShadow__13rr0b2z {
|
|
101
107
|
color: #E1E1E1;
|
|
102
108
|
}
|
|
103
|
-
.
|
|
109
|
+
.color_color_boxShadowActive__13rr0b210 {
|
|
104
110
|
color: rgba(7, 52, 99, 0.15);
|
|
105
111
|
}
|
|
106
|
-
.
|
|
112
|
+
.color_color_alertRed__13rr0b211 {
|
|
107
113
|
color: #E02721;
|
|
108
114
|
}
|
|
109
|
-
.
|
|
115
|
+
.color_color_alertBlue__13rr0b212 {
|
|
110
116
|
color: #0072BB;
|
|
111
117
|
}
|
|
112
|
-
.
|
|
118
|
+
.color_color_alertGreen__13rr0b213 {
|
|
113
119
|
color: #3F9A3C;
|
|
114
120
|
}
|
|
115
|
-
.
|
|
121
|
+
.color_color_darkOverlay__13rr0b214 {
|
|
116
122
|
color: rgba(0, 0, 0, 0.6);
|
|
117
123
|
}
|
|
118
|
-
.
|
|
124
|
+
.color_color_transparent__13rr0b215 {
|
|
119
125
|
color: #ffffff00;
|
|
120
126
|
}
|
|
121
|
-
.
|
|
127
|
+
.color_color_brandBlueHover__13rr0b216 {
|
|
122
128
|
color: #005C99;
|
|
123
129
|
}
|
|
124
|
-
.
|
|
130
|
+
.color_color_brandYellowHover__13rr0b217 {
|
|
125
131
|
color: #F5D800;
|
|
126
132
|
}
|
|
127
|
-
.
|
|
133
|
+
.color_color_brandPrioHover__13rr0b218 {
|
|
128
134
|
color: #90136F;
|
|
129
135
|
}
|
|
130
|
-
.
|
|
136
|
+
.color_color_brandBlueActive__13rr0b219 {
|
|
131
137
|
color: #004D80;
|
|
132
138
|
}
|
|
133
|
-
.
|
|
139
|
+
.color_color_brandYellowActive__13rr0b21a {
|
|
134
140
|
color: #DBC100;
|
|
135
141
|
}
|
|
136
|
-
.
|
|
142
|
+
.color_color_brandPrioActive__13rr0b21b {
|
|
137
143
|
color: #7A105E;
|
|
138
144
|
}
|
|
139
|
-
.
|
|
145
|
+
.color_color_none__13rr0b21c {
|
|
140
146
|
color: none;
|
|
141
147
|
}
|
|
142
|
-
.
|
|
148
|
+
.color_backgroundColor_primary__13rr0b21d {
|
|
143
149
|
background-color: #FFE522;
|
|
144
150
|
}
|
|
145
|
-
.
|
|
151
|
+
.color_backgroundColor_secondary__13rr0b21e {
|
|
146
152
|
background-color: #0069AE;
|
|
147
153
|
}
|
|
148
|
-
.
|
|
154
|
+
.color_backgroundColor_brandYellow__13rr0b21f {
|
|
149
155
|
background-color: #FFE522;
|
|
150
156
|
}
|
|
151
|
-
.
|
|
157
|
+
.color_backgroundColor_brandBlue__13rr0b21g {
|
|
152
158
|
background-color: #0069AE;
|
|
153
159
|
}
|
|
154
|
-
.
|
|
160
|
+
.color_backgroundColor_brandPurple__13rr0b21h {
|
|
155
161
|
background-color: #A71680;
|
|
156
162
|
}
|
|
157
|
-
.
|
|
163
|
+
.color_backgroundColor_brandPrio__13rr0b21i {
|
|
158
164
|
background-color: #a80073;
|
|
159
165
|
}
|
|
160
|
-
.
|
|
166
|
+
.color_backgroundColor_yellowLighter__13rr0b21j {
|
|
161
167
|
background-color: #FFFBE7;
|
|
162
168
|
}
|
|
163
|
-
.
|
|
169
|
+
.color_backgroundColor_yellowLight__13rr0b21k {
|
|
164
170
|
background-color: #FFF7D1;
|
|
165
171
|
}
|
|
166
|
-
.
|
|
172
|
+
.color_backgroundColor_blueLight__13rr0b21l {
|
|
167
173
|
background-color: #ECF7FE;
|
|
168
174
|
}
|
|
169
|
-
.
|
|
175
|
+
.color_backgroundColor_blueLighter__13rr0b21m {
|
|
170
176
|
background-color: #D3EDFD;
|
|
171
177
|
}
|
|
172
|
-
.
|
|
178
|
+
.color_backgroundColor_blueMedium__13rr0b21n {
|
|
173
179
|
background-color: #92B9D3;
|
|
174
180
|
}
|
|
175
|
-
.
|
|
181
|
+
.color_backgroundColor_greenLight__13rr0b21o {
|
|
176
182
|
background-color: #F2FDF2;
|
|
177
183
|
}
|
|
178
|
-
.
|
|
184
|
+
.color_backgroundColor_greenMedium__13rr0b21p {
|
|
179
185
|
background-color: #BEE5BE;
|
|
180
186
|
}
|
|
181
|
-
.
|
|
187
|
+
.color_backgroundColor_redLight__13rr0b21q {
|
|
182
188
|
background-color: #FCE9E9;
|
|
183
189
|
}
|
|
184
|
-
.
|
|
190
|
+
.color_backgroundColor_recipeVego__13rr0b21r {
|
|
185
191
|
background-color: #65DB69;
|
|
186
192
|
}
|
|
187
|
-
.
|
|
193
|
+
.color_backgroundColor_recipeLactose__13rr0b21s {
|
|
188
194
|
background-color: #8CCDF0;
|
|
189
195
|
}
|
|
190
|
-
.
|
|
196
|
+
.color_backgroundColor_recipeGluten__13rr0b21t {
|
|
191
197
|
background-color: #D5642A;
|
|
192
198
|
}
|
|
193
|
-
.
|
|
199
|
+
.color_backgroundColor_myPrioGoldDark__13rr0b21u {
|
|
200
|
+
background-color: #D89835;
|
|
201
|
+
}
|
|
202
|
+
.color_backgroundColor_myPrioGoldLight__13rr0b21v {
|
|
203
|
+
background-color: #F4D247;
|
|
204
|
+
}
|
|
205
|
+
.color_backgroundColor_link__13rr0b21w {
|
|
194
206
|
background-color: #0072BB;
|
|
195
207
|
}
|
|
196
|
-
.
|
|
208
|
+
.color_backgroundColor_white__13rr0b21x {
|
|
197
209
|
background-color: #FFFFFF;
|
|
198
210
|
}
|
|
199
|
-
.
|
|
211
|
+
.color_backgroundColor_black__13rr0b21y {
|
|
200
212
|
background-color: #000000;
|
|
201
213
|
}
|
|
202
|
-
.
|
|
214
|
+
.color_backgroundColor_lightest__13rr0b21z {
|
|
203
215
|
background-color: #F7F7F7;
|
|
204
216
|
}
|
|
205
|
-
.
|
|
217
|
+
.color_backgroundColor_lighter__13rr0b220 {
|
|
206
218
|
background-color: #F1F1F1;
|
|
207
219
|
}
|
|
208
|
-
.
|
|
220
|
+
.color_backgroundColor_light__13rr0b221 {
|
|
209
221
|
background-color: #E8E8E8;
|
|
210
222
|
}
|
|
211
|
-
.
|
|
223
|
+
.color_backgroundColor_medium__13rr0b222 {
|
|
212
224
|
background-color: #DBDBDB;
|
|
213
225
|
}
|
|
214
|
-
.
|
|
226
|
+
.color_backgroundColor_mediumDark__13rr0b223 {
|
|
215
227
|
background-color: #6C6C6C;
|
|
216
228
|
}
|
|
217
|
-
.
|
|
229
|
+
.color_backgroundColor_dark__13rr0b224 {
|
|
218
230
|
background-color: #979797;
|
|
219
231
|
}
|
|
220
|
-
.
|
|
232
|
+
.color_backgroundColor_darker__13rr0b225 {
|
|
221
233
|
background-color: #4A4A4A;
|
|
222
234
|
}
|
|
223
|
-
.
|
|
235
|
+
.color_backgroundColor_darkest__13rr0b226 {
|
|
224
236
|
background-color: #333333;
|
|
225
237
|
}
|
|
226
|
-
.
|
|
238
|
+
.color_backgroundColor_buttonGray__13rr0b227 {
|
|
227
239
|
background-color: #E5E4E5;
|
|
228
240
|
}
|
|
229
|
-
.
|
|
241
|
+
.color_backgroundColor_disabledGray__13rr0b228 {
|
|
230
242
|
background-color: #B8B8B8;
|
|
231
243
|
}
|
|
232
|
-
.
|
|
244
|
+
.color_backgroundColor_disabledDarkGray__13rr0b229 {
|
|
233
245
|
background-color: #5c5c5c;
|
|
234
246
|
}
|
|
235
|
-
.
|
|
247
|
+
.color_backgroundColor_placeholder__13rr0b22a {
|
|
236
248
|
background-color: #8f8f8f;
|
|
237
249
|
}
|
|
238
|
-
.
|
|
250
|
+
.color_backgroundColor_border__13rr0b22b {
|
|
239
251
|
background-color: #0069AE;
|
|
240
252
|
}
|
|
241
|
-
.
|
|
253
|
+
.color_backgroundColor_boxShadow__13rr0b22c {
|
|
242
254
|
background-color: #E1E1E1;
|
|
243
255
|
}
|
|
244
|
-
.
|
|
256
|
+
.color_backgroundColor_boxShadowActive__13rr0b22d {
|
|
245
257
|
background-color: rgba(7, 52, 99, 0.15);
|
|
246
258
|
}
|
|
247
|
-
.
|
|
259
|
+
.color_backgroundColor_alertRed__13rr0b22e {
|
|
248
260
|
background-color: #E02721;
|
|
249
261
|
}
|
|
250
|
-
.
|
|
262
|
+
.color_backgroundColor_alertBlue__13rr0b22f {
|
|
251
263
|
background-color: #0072BB;
|
|
252
264
|
}
|
|
253
|
-
.
|
|
265
|
+
.color_backgroundColor_alertGreen__13rr0b22g {
|
|
254
266
|
background-color: #3F9A3C;
|
|
255
267
|
}
|
|
256
|
-
.
|
|
268
|
+
.color_backgroundColor_darkOverlay__13rr0b22h {
|
|
257
269
|
background-color: rgba(0, 0, 0, 0.6);
|
|
258
270
|
}
|
|
259
|
-
.
|
|
271
|
+
.color_backgroundColor_transparent__13rr0b22i {
|
|
260
272
|
background-color: #ffffff00;
|
|
261
273
|
}
|
|
262
|
-
.
|
|
274
|
+
.color_backgroundColor_brandBlueHover__13rr0b22j {
|
|
263
275
|
background-color: #005C99;
|
|
264
276
|
}
|
|
265
|
-
.
|
|
277
|
+
.color_backgroundColor_brandYellowHover__13rr0b22k {
|
|
266
278
|
background-color: #F5D800;
|
|
267
279
|
}
|
|
268
|
-
.
|
|
280
|
+
.color_backgroundColor_brandPrioHover__13rr0b22l {
|
|
269
281
|
background-color: #90136F;
|
|
270
282
|
}
|
|
271
|
-
.
|
|
283
|
+
.color_backgroundColor_brandBlueActive__13rr0b22m {
|
|
272
284
|
background-color: #004D80;
|
|
273
285
|
}
|
|
274
|
-
.
|
|
286
|
+
.color_backgroundColor_brandYellowActive__13rr0b22n {
|
|
275
287
|
background-color: #DBC100;
|
|
276
288
|
}
|
|
277
|
-
.
|
|
289
|
+
.color_backgroundColor_brandPrioActive__13rr0b22o {
|
|
278
290
|
background-color: #7A105E;
|
|
279
291
|
}
|
|
280
|
-
.
|
|
292
|
+
.color_backgroundColor_none__13rr0b22p {
|
|
281
293
|
background-color: none;
|
|
282
294
|
}
|
|
283
|
-
.
|
|
295
|
+
.color_hoverColor_primary__13rr0b22q:hover {
|
|
284
296
|
color: #FFE522;
|
|
285
297
|
}
|
|
286
|
-
.
|
|
298
|
+
.color_hoverColor_secondary__13rr0b22r:hover {
|
|
287
299
|
color: #0069AE;
|
|
288
300
|
}
|
|
289
|
-
.
|
|
301
|
+
.color_hoverColor_brandYellow__13rr0b22s:hover {
|
|
290
302
|
color: #FFE522;
|
|
291
303
|
}
|
|
292
|
-
.
|
|
304
|
+
.color_hoverColor_brandBlue__13rr0b22t:hover {
|
|
293
305
|
color: #0069AE;
|
|
294
306
|
}
|
|
295
|
-
.
|
|
307
|
+
.color_hoverColor_brandPurple__13rr0b22u:hover {
|
|
296
308
|
color: #A71680;
|
|
297
309
|
}
|
|
298
|
-
.
|
|
310
|
+
.color_hoverColor_brandPrio__13rr0b22v:hover {
|
|
299
311
|
color: #a80073;
|
|
300
312
|
}
|
|
301
|
-
.
|
|
313
|
+
.color_hoverColor_yellowLighter__13rr0b22w:hover {
|
|
302
314
|
color: #FFFBE7;
|
|
303
315
|
}
|
|
304
|
-
.
|
|
316
|
+
.color_hoverColor_yellowLight__13rr0b22x:hover {
|
|
305
317
|
color: #FFF7D1;
|
|
306
318
|
}
|
|
307
|
-
.
|
|
319
|
+
.color_hoverColor_blueLight__13rr0b22y:hover {
|
|
308
320
|
color: #ECF7FE;
|
|
309
321
|
}
|
|
310
|
-
.
|
|
322
|
+
.color_hoverColor_blueLighter__13rr0b22z:hover {
|
|
311
323
|
color: #D3EDFD;
|
|
312
324
|
}
|
|
313
|
-
.
|
|
325
|
+
.color_hoverColor_blueMedium__13rr0b230:hover {
|
|
314
326
|
color: #92B9D3;
|
|
315
327
|
}
|
|
316
|
-
.
|
|
328
|
+
.color_hoverColor_greenLight__13rr0b231:hover {
|
|
317
329
|
color: #F2FDF2;
|
|
318
330
|
}
|
|
319
|
-
.
|
|
331
|
+
.color_hoverColor_greenMedium__13rr0b232:hover {
|
|
320
332
|
color: #BEE5BE;
|
|
321
333
|
}
|
|
322
|
-
.
|
|
334
|
+
.color_hoverColor_redLight__13rr0b233:hover {
|
|
323
335
|
color: #FCE9E9;
|
|
324
336
|
}
|
|
325
|
-
.
|
|
337
|
+
.color_hoverColor_recipeVego__13rr0b234:hover {
|
|
326
338
|
color: #65DB69;
|
|
327
339
|
}
|
|
328
|
-
.
|
|
340
|
+
.color_hoverColor_recipeLactose__13rr0b235:hover {
|
|
329
341
|
color: #8CCDF0;
|
|
330
342
|
}
|
|
331
|
-
.
|
|
343
|
+
.color_hoverColor_recipeGluten__13rr0b236:hover {
|
|
332
344
|
color: #D5642A;
|
|
333
345
|
}
|
|
334
|
-
.
|
|
346
|
+
.color_hoverColor_myPrioGoldDark__13rr0b237:hover {
|
|
347
|
+
color: #D89835;
|
|
348
|
+
}
|
|
349
|
+
.color_hoverColor_myPrioGoldLight__13rr0b238:hover {
|
|
350
|
+
color: #F4D247;
|
|
351
|
+
}
|
|
352
|
+
.color_hoverColor_link__13rr0b239:hover {
|
|
335
353
|
color: #0072BB;
|
|
336
354
|
}
|
|
337
|
-
.
|
|
355
|
+
.color_hoverColor_white__13rr0b23a:hover {
|
|
338
356
|
color: #FFFFFF;
|
|
339
357
|
}
|
|
340
|
-
.
|
|
358
|
+
.color_hoverColor_black__13rr0b23b:hover {
|
|
341
359
|
color: #000000;
|
|
342
360
|
}
|
|
343
|
-
.
|
|
361
|
+
.color_hoverColor_lightest__13rr0b23c:hover {
|
|
344
362
|
color: #F7F7F7;
|
|
345
363
|
}
|
|
346
|
-
.
|
|
364
|
+
.color_hoverColor_lighter__13rr0b23d:hover {
|
|
347
365
|
color: #F1F1F1;
|
|
348
366
|
}
|
|
349
|
-
.
|
|
367
|
+
.color_hoverColor_light__13rr0b23e:hover {
|
|
350
368
|
color: #E8E8E8;
|
|
351
369
|
}
|
|
352
|
-
.
|
|
370
|
+
.color_hoverColor_medium__13rr0b23f:hover {
|
|
353
371
|
color: #DBDBDB;
|
|
354
372
|
}
|
|
355
|
-
.
|
|
373
|
+
.color_hoverColor_mediumDark__13rr0b23g:hover {
|
|
356
374
|
color: #6C6C6C;
|
|
357
375
|
}
|
|
358
|
-
.
|
|
376
|
+
.color_hoverColor_dark__13rr0b23h:hover {
|
|
359
377
|
color: #979797;
|
|
360
378
|
}
|
|
361
|
-
.
|
|
379
|
+
.color_hoverColor_darker__13rr0b23i:hover {
|
|
362
380
|
color: #4A4A4A;
|
|
363
381
|
}
|
|
364
|
-
.
|
|
382
|
+
.color_hoverColor_darkest__13rr0b23j:hover {
|
|
365
383
|
color: #333333;
|
|
366
384
|
}
|
|
367
|
-
.
|
|
385
|
+
.color_hoverColor_buttonGray__13rr0b23k:hover {
|
|
368
386
|
color: #E5E4E5;
|
|
369
387
|
}
|
|
370
|
-
.
|
|
388
|
+
.color_hoverColor_disabledGray__13rr0b23l:hover {
|
|
371
389
|
color: #B8B8B8;
|
|
372
390
|
}
|
|
373
|
-
.
|
|
391
|
+
.color_hoverColor_disabledDarkGray__13rr0b23m:hover {
|
|
374
392
|
color: #5c5c5c;
|
|
375
393
|
}
|
|
376
|
-
.
|
|
394
|
+
.color_hoverColor_placeholder__13rr0b23n:hover {
|
|
377
395
|
color: #8f8f8f;
|
|
378
396
|
}
|
|
379
|
-
.
|
|
397
|
+
.color_hoverColor_border__13rr0b23o:hover {
|
|
380
398
|
color: #0069AE;
|
|
381
399
|
}
|
|
382
|
-
.
|
|
400
|
+
.color_hoverColor_boxShadow__13rr0b23p:hover {
|
|
383
401
|
color: #E1E1E1;
|
|
384
402
|
}
|
|
385
|
-
.
|
|
403
|
+
.color_hoverColor_boxShadowActive__13rr0b23q:hover {
|
|
386
404
|
color: rgba(7, 52, 99, 0.15);
|
|
387
405
|
}
|
|
388
|
-
.
|
|
406
|
+
.color_hoverColor_alertRed__13rr0b23r:hover {
|
|
389
407
|
color: #E02721;
|
|
390
408
|
}
|
|
391
|
-
.
|
|
409
|
+
.color_hoverColor_alertBlue__13rr0b23s:hover {
|
|
392
410
|
color: #0072BB;
|
|
393
411
|
}
|
|
394
|
-
.
|
|
412
|
+
.color_hoverColor_alertGreen__13rr0b23t:hover {
|
|
395
413
|
color: #3F9A3C;
|
|
396
414
|
}
|
|
397
|
-
.
|
|
415
|
+
.color_hoverColor_darkOverlay__13rr0b23u:hover {
|
|
398
416
|
color: rgba(0, 0, 0, 0.6);
|
|
399
417
|
}
|
|
400
|
-
.
|
|
418
|
+
.color_hoverColor_transparent__13rr0b23v:hover {
|
|
401
419
|
color: #ffffff00;
|
|
402
420
|
}
|
|
403
|
-
.
|
|
421
|
+
.color_hoverColor_brandBlueHover__13rr0b23w:hover {
|
|
404
422
|
color: #005C99;
|
|
405
423
|
}
|
|
406
|
-
.
|
|
424
|
+
.color_hoverColor_brandYellowHover__13rr0b23x:hover {
|
|
407
425
|
color: #F5D800;
|
|
408
426
|
}
|
|
409
|
-
.
|
|
427
|
+
.color_hoverColor_brandPrioHover__13rr0b23y:hover {
|
|
410
428
|
color: #90136F;
|
|
411
429
|
}
|
|
412
|
-
.
|
|
430
|
+
.color_hoverColor_brandBlueActive__13rr0b23z:hover {
|
|
413
431
|
color: #004D80;
|
|
414
432
|
}
|
|
415
|
-
.
|
|
433
|
+
.color_hoverColor_brandYellowActive__13rr0b240:hover {
|
|
416
434
|
color: #DBC100;
|
|
417
435
|
}
|
|
418
|
-
.
|
|
436
|
+
.color_hoverColor_brandPrioActive__13rr0b241:hover {
|
|
419
437
|
color: #7A105E;
|
|
420
438
|
}
|
|
421
|
-
.
|
|
439
|
+
.color_hoverColor_none__13rr0b242:hover {
|
|
422
440
|
color: none;
|
|
423
441
|
}
|
|
424
|
-
.
|
|
442
|
+
.color_hoverBackgroundColor_primary__13rr0b243:hover {
|
|
425
443
|
background-color: #FFE522;
|
|
426
444
|
}
|
|
427
|
-
.
|
|
445
|
+
.color_hoverBackgroundColor_secondary__13rr0b244:hover {
|
|
428
446
|
background-color: #0069AE;
|
|
429
447
|
}
|
|
430
|
-
.
|
|
448
|
+
.color_hoverBackgroundColor_brandYellow__13rr0b245:hover {
|
|
431
449
|
background-color: #FFE522;
|
|
432
450
|
}
|
|
433
|
-
.
|
|
451
|
+
.color_hoverBackgroundColor_brandBlue__13rr0b246:hover {
|
|
434
452
|
background-color: #0069AE;
|
|
435
453
|
}
|
|
436
|
-
.
|
|
454
|
+
.color_hoverBackgroundColor_brandPurple__13rr0b247:hover {
|
|
437
455
|
background-color: #A71680;
|
|
438
456
|
}
|
|
439
|
-
.
|
|
457
|
+
.color_hoverBackgroundColor_brandPrio__13rr0b248:hover {
|
|
440
458
|
background-color: #a80073;
|
|
441
459
|
}
|
|
442
|
-
.
|
|
460
|
+
.color_hoverBackgroundColor_yellowLighter__13rr0b249:hover {
|
|
443
461
|
background-color: #FFFBE7;
|
|
444
462
|
}
|
|
445
|
-
.
|
|
463
|
+
.color_hoverBackgroundColor_yellowLight__13rr0b24a:hover {
|
|
446
464
|
background-color: #FFF7D1;
|
|
447
465
|
}
|
|
448
|
-
.
|
|
466
|
+
.color_hoverBackgroundColor_blueLight__13rr0b24b:hover {
|
|
449
467
|
background-color: #ECF7FE;
|
|
450
468
|
}
|
|
451
|
-
.
|
|
469
|
+
.color_hoverBackgroundColor_blueLighter__13rr0b24c:hover {
|
|
452
470
|
background-color: #D3EDFD;
|
|
453
471
|
}
|
|
454
|
-
.
|
|
472
|
+
.color_hoverBackgroundColor_blueMedium__13rr0b24d:hover {
|
|
455
473
|
background-color: #92B9D3;
|
|
456
474
|
}
|
|
457
|
-
.
|
|
475
|
+
.color_hoverBackgroundColor_greenLight__13rr0b24e:hover {
|
|
458
476
|
background-color: #F2FDF2;
|
|
459
477
|
}
|
|
460
|
-
.
|
|
478
|
+
.color_hoverBackgroundColor_greenMedium__13rr0b24f:hover {
|
|
461
479
|
background-color: #BEE5BE;
|
|
462
480
|
}
|
|
463
|
-
.
|
|
481
|
+
.color_hoverBackgroundColor_redLight__13rr0b24g:hover {
|
|
464
482
|
background-color: #FCE9E9;
|
|
465
483
|
}
|
|
466
|
-
.
|
|
484
|
+
.color_hoverBackgroundColor_recipeVego__13rr0b24h:hover {
|
|
467
485
|
background-color: #65DB69;
|
|
468
486
|
}
|
|
469
|
-
.
|
|
487
|
+
.color_hoverBackgroundColor_recipeLactose__13rr0b24i:hover {
|
|
470
488
|
background-color: #8CCDF0;
|
|
471
489
|
}
|
|
472
|
-
.
|
|
490
|
+
.color_hoverBackgroundColor_recipeGluten__13rr0b24j:hover {
|
|
473
491
|
background-color: #D5642A;
|
|
474
492
|
}
|
|
475
|
-
.
|
|
493
|
+
.color_hoverBackgroundColor_myPrioGoldDark__13rr0b24k:hover {
|
|
494
|
+
background-color: #D89835;
|
|
495
|
+
}
|
|
496
|
+
.color_hoverBackgroundColor_myPrioGoldLight__13rr0b24l:hover {
|
|
497
|
+
background-color: #F4D247;
|
|
498
|
+
}
|
|
499
|
+
.color_hoverBackgroundColor_link__13rr0b24m:hover {
|
|
476
500
|
background-color: #0072BB;
|
|
477
501
|
}
|
|
478
|
-
.
|
|
502
|
+
.color_hoverBackgroundColor_white__13rr0b24n:hover {
|
|
479
503
|
background-color: #FFFFFF;
|
|
480
504
|
}
|
|
481
|
-
.
|
|
505
|
+
.color_hoverBackgroundColor_black__13rr0b24o:hover {
|
|
482
506
|
background-color: #000000;
|
|
483
507
|
}
|
|
484
|
-
.
|
|
508
|
+
.color_hoverBackgroundColor_lightest__13rr0b24p:hover {
|
|
485
509
|
background-color: #F7F7F7;
|
|
486
510
|
}
|
|
487
|
-
.
|
|
511
|
+
.color_hoverBackgroundColor_lighter__13rr0b24q:hover {
|
|
488
512
|
background-color: #F1F1F1;
|
|
489
513
|
}
|
|
490
|
-
.
|
|
514
|
+
.color_hoverBackgroundColor_light__13rr0b24r:hover {
|
|
491
515
|
background-color: #E8E8E8;
|
|
492
516
|
}
|
|
493
|
-
.
|
|
517
|
+
.color_hoverBackgroundColor_medium__13rr0b24s:hover {
|
|
494
518
|
background-color: #DBDBDB;
|
|
495
519
|
}
|
|
496
|
-
.
|
|
520
|
+
.color_hoverBackgroundColor_mediumDark__13rr0b24t:hover {
|
|
497
521
|
background-color: #6C6C6C;
|
|
498
522
|
}
|
|
499
|
-
.
|
|
523
|
+
.color_hoverBackgroundColor_dark__13rr0b24u:hover {
|
|
500
524
|
background-color: #979797;
|
|
501
525
|
}
|
|
502
|
-
.
|
|
526
|
+
.color_hoverBackgroundColor_darker__13rr0b24v:hover {
|
|
503
527
|
background-color: #4A4A4A;
|
|
504
528
|
}
|
|
505
|
-
.
|
|
529
|
+
.color_hoverBackgroundColor_darkest__13rr0b24w:hover {
|
|
506
530
|
background-color: #333333;
|
|
507
531
|
}
|
|
508
|
-
.
|
|
532
|
+
.color_hoverBackgroundColor_buttonGray__13rr0b24x:hover {
|
|
509
533
|
background-color: #E5E4E5;
|
|
510
534
|
}
|
|
511
|
-
.
|
|
535
|
+
.color_hoverBackgroundColor_disabledGray__13rr0b24y:hover {
|
|
512
536
|
background-color: #B8B8B8;
|
|
513
537
|
}
|
|
514
|
-
.
|
|
538
|
+
.color_hoverBackgroundColor_disabledDarkGray__13rr0b24z:hover {
|
|
515
539
|
background-color: #5c5c5c;
|
|
516
540
|
}
|
|
517
|
-
.
|
|
541
|
+
.color_hoverBackgroundColor_placeholder__13rr0b250:hover {
|
|
518
542
|
background-color: #8f8f8f;
|
|
519
543
|
}
|
|
520
|
-
.
|
|
544
|
+
.color_hoverBackgroundColor_border__13rr0b251:hover {
|
|
521
545
|
background-color: #0069AE;
|
|
522
546
|
}
|
|
523
|
-
.
|
|
547
|
+
.color_hoverBackgroundColor_boxShadow__13rr0b252:hover {
|
|
524
548
|
background-color: #E1E1E1;
|
|
525
549
|
}
|
|
526
|
-
.
|
|
550
|
+
.color_hoverBackgroundColor_boxShadowActive__13rr0b253:hover {
|
|
527
551
|
background-color: rgba(7, 52, 99, 0.15);
|
|
528
552
|
}
|
|
529
|
-
.
|
|
553
|
+
.color_hoverBackgroundColor_alertRed__13rr0b254:hover {
|
|
530
554
|
background-color: #E02721;
|
|
531
555
|
}
|
|
532
|
-
.
|
|
556
|
+
.color_hoverBackgroundColor_alertBlue__13rr0b255:hover {
|
|
533
557
|
background-color: #0072BB;
|
|
534
558
|
}
|
|
535
|
-
.
|
|
559
|
+
.color_hoverBackgroundColor_alertGreen__13rr0b256:hover {
|
|
536
560
|
background-color: #3F9A3C;
|
|
537
561
|
}
|
|
538
|
-
.
|
|
562
|
+
.color_hoverBackgroundColor_darkOverlay__13rr0b257:hover {
|
|
539
563
|
background-color: rgba(0, 0, 0, 0.6);
|
|
540
564
|
}
|
|
541
|
-
.
|
|
565
|
+
.color_hoverBackgroundColor_transparent__13rr0b258:hover {
|
|
542
566
|
background-color: #ffffff00;
|
|
543
567
|
}
|
|
544
|
-
.
|
|
568
|
+
.color_hoverBackgroundColor_brandBlueHover__13rr0b259:hover {
|
|
545
569
|
background-color: #005C99;
|
|
546
570
|
}
|
|
547
|
-
.
|
|
571
|
+
.color_hoverBackgroundColor_brandYellowHover__13rr0b25a:hover {
|
|
548
572
|
background-color: #F5D800;
|
|
549
573
|
}
|
|
550
|
-
.
|
|
574
|
+
.color_hoverBackgroundColor_brandPrioHover__13rr0b25b:hover {
|
|
551
575
|
background-color: #90136F;
|
|
552
576
|
}
|
|
553
|
-
.
|
|
577
|
+
.color_hoverBackgroundColor_brandBlueActive__13rr0b25c:hover {
|
|
554
578
|
background-color: #004D80;
|
|
555
579
|
}
|
|
556
|
-
.
|
|
580
|
+
.color_hoverBackgroundColor_brandYellowActive__13rr0b25d:hover {
|
|
557
581
|
background-color: #DBC100;
|
|
558
582
|
}
|
|
559
|
-
.
|
|
583
|
+
.color_hoverBackgroundColor_brandPrioActive__13rr0b25e:hover {
|
|
560
584
|
background-color: #7A105E;
|
|
561
585
|
}
|
|
562
|
-
.
|
|
586
|
+
.color_hoverBackgroundColor_none__13rr0b25f:hover {
|
|
563
587
|
background-color: none;
|
|
564
588
|
}
|