cronapp-framework-mobile-js 2.9.6-SP.20 → 2.9.6-SP.21

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.
@@ -0,0 +1,1004 @@
1
+ /* Fonts */
2
+ @import '../../../fonts/open-sans/OpenSans.css';
3
+
4
+ /* ==== VARIABLES ==== */
5
+ :root {
6
+ /* Font */
7
+ --fontFamily: "Open Sans", "Arial", sans-serif;
8
+ --textColor: #434343;
9
+ --backgroundColor: #f2f2f2;
10
+
11
+ --textSmallSize: 10px;
12
+ --textNormalSize: 12px;
13
+ --textMediumSize: 16px;
14
+ --textBigSize: 22px;
15
+ --textExtraBigSize: 28px;
16
+ --textFullSize: 34px;
17
+
18
+ --textColor10: #d8d8d8;
19
+ --textColor20: #b4b4b4;
20
+ --textColor30: #888888;
21
+ --textColor40: #434343;
22
+ --textColor50: #3b3b3b;
23
+ --textColor60: #313131;
24
+ --textColor70: #252525;
25
+
26
+ /* Icon Size */
27
+ --iconSizeDefault: 28px;
28
+ --iconSizeSmall: calc(var(--iconSizeDefault) - 3px);
29
+ --iconSizeBig: calc(var(--iconSizeDefault) + 3px);
30
+ --iconSizeExtraBig: calc(var(--iconSizeDefault) + 6px);
31
+
32
+ /* Menus - Sizes and Distances */
33
+ --menuVerticalWidth: 270px;
34
+ --menuSideSize: 20px;
35
+ --menuItemBarSize: 6px;
36
+ --menuElementOverallPadding: 10px;
37
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
38
+ --menuItemIconWidth: 25px;
39
+
40
+ /* Background */
41
+ --backgroundColor10: #ffffff;
42
+ --backgroundColor20: #f8f8f8;
43
+ --backgroundColor30: #f5f5f5;
44
+ --backgroundColor40: #f2f2f2;
45
+ --backgroundColor50: #d4d4d4;
46
+ --backgroundColor60: #b1b1b1;
47
+ --backgroundColor70: #858585;
48
+
49
+ /* Background Login */
50
+ --backgroundLogin10: rgba(155, 125, 202, 1);
51
+ --backgroundLogin20: rgba(128, 88, 187, 1);
52
+ --backgroundLogin30: rgba(103, 65, 159, 1);
53
+ --backgroundLogin40: rgba(63, 43, 1);
54
+ --backgroundLogin50: rgba(56, 35, 87, 1);
55
+ --backgroundLogin60: rgba(9, 6, 14, 1);
56
+ --backgroundLogin70: rgba(-37, -24, -58, 1);
57
+
58
+ /* Distances */
59
+ --distanceNone: 0;
60
+ --distanceSmallest: 5px;
61
+ --distanceExtraSmall: 10px;
62
+ --distanceSmall: 15px;
63
+ --distanceMedium: 20px;
64
+ --distanceBig: 30px;
65
+ --distanceGiant: 40px;
66
+ --distanceTitan: 60px;
67
+
68
+ /* Border Radius */
69
+ --borderRadiusNone: 0;
70
+ --borderRadiusSmallest: 5px;
71
+ --borderRadiusExtraSmall: 10px;
72
+ --borderRadiusSmall: 15px;
73
+ --borderRadiusBig: 30px;
74
+ --borderRadiusGiant: 40px;
75
+ --borderRadiusTitan: 60px;
76
+ --borderRadiusFull: 99999px;
77
+
78
+ /* Color - Theme default */
79
+ --colorDefault10: #d9d7dd;
80
+ --colorDefault20: #b5b0be;
81
+ --colorDefault30: #5D3E8B;
82
+ --colorDefault40: #442b69;
83
+ --colorDefault50: #3c265c;
84
+ --colorDefault60: #32204d;
85
+ --colorDefault70: #25183a;
86
+ --textColorDefault10: #8c8c8c;
87
+ --textColorDefault20: #bbbbbb;
88
+ --textColorDefault30: #dfdfdf;
89
+ --textColorDefault40: #fffef9;
90
+ --textColorDefault50: #fffef9;
91
+ --textColorDefault60: #fffef9;
92
+ --textColorDefault70: #fffef9;
93
+
94
+ /* Color - Primary (web) - Positive (mobile) */
95
+ --colorPrimary10: #ddeaf4;
96
+ --colorPrimary20: #bed8eb;
97
+ --colorPrimary30: #99c5e2;
98
+ --colorPrimary40: #68afd9;
99
+ --colorPrimary50: #5b99be;
100
+ --colorPrimary60: #4c809f;
101
+ --colorPrimary70: #396077;
102
+ --textColorPrimary10: #8c8b88;
103
+ --textColorPrimary20: #bbbab6;
104
+ --textColorPrimary30: #dfdeda;
105
+ --textColorPrimary40: #fffef9;
106
+ --textColorPrimary50: #fffefa;
107
+ --textColorPrimary60: #fffefc;
108
+ --textColorPrimary70: #fffffd;
109
+
110
+ /* Color - Success (web) - Balanced (mobile) */
111
+ --colorSuccess10: #dce8dd;
112
+ --colorSuccess20: #bcd5be;
113
+ --colorSuccess30: #96c09b;
114
+ --colorSuccess40: #62a86b;
115
+ --colorSuccess50: #56935e;
116
+ --colorSuccess60: #487b4e;
117
+ --colorSuccess70: #365c3b;
118
+ --textColorSuccess10: #8c8b88;
119
+ --textColorSuccess20: #bbbab6;
120
+ --textColorSuccess30: #dfdeda;
121
+ --textColorSuccess40: #fffef9;
122
+ --textColorSuccess50: #fffefa;
123
+ --textColorSuccess60: #fffefc;
124
+ --textColorSuccess70: #fffffd;
125
+
126
+ /* Color - Warning (web) - energized (mobile) */
127
+ --colorWarning10: #f9e1da;
128
+ --colorWarning20: #f3c5b8;
129
+ --colorWarning30: #eea78f;
130
+ --colorWarning40: #e98053;
131
+ --colorWarning50: #cc7049;
132
+ --colorWarning60: #ab5e3d;
133
+ --colorWarning70: #80462d;
134
+ --textColorWarning10: #8c8b88;
135
+ --textColorWarning20: #bbbab6;
136
+ --textColorWarning30: #dfdeda;
137
+ --textColorWarning40: #fffef9;
138
+ --textColorWarning50: #fffefa;
139
+ --textColorWarning60: #fffefc;
140
+ --textColorWarning70: #fffffd;
141
+
142
+ /* Color - Danger (web) - assertive (mobile) */
143
+ --colorDanger10: #f7d9d9;
144
+ --colorDanger20: #f0b5b5;
145
+ --colorDanger30: #ea8a8a;
146
+ --colorDanger40: #e34646;
147
+ --colorDanger50: #c73d3d;
148
+ --colorDanger60: #a63333;
149
+ --colorDanger70: #7c2626;
150
+ --textColorDanger10: #8c8b88;
151
+ --textColorDanger20: #bbbab6;
152
+ --textColorDanger30: #dfdeda;
153
+ --textColorDanger40: #fffef9;
154
+ --textColorDanger50: #fffefa;
155
+ --textColorDanger60: #fffefc;
156
+ --textColorDanger70: #fffffd;
157
+
158
+ /* Color - Royal (mobile) */
159
+ --colorRoyal10: #d7d6da;
160
+ --colorRoyal20: #b1afb7;
161
+ --colorRoyal30: #827d8d;
162
+ --colorRoyal40: #2f1a4f;
163
+ --colorRoyal50: #291745;
164
+ --colorRoyal60: #22133a;
165
+ --colorRoyal70: #1a0e2b;
166
+ --textColorRoyal10: #8c8b88;
167
+ --textColorRoyal20: #bbbab6;
168
+ --textColorRoyal30: #dfdeda;
169
+ --textColorRoyal40: #fffef9;
170
+ --textColorRoyal50: #fffefa;
171
+ --textColorRoyal60: #fffefc;
172
+ --textColorRoyal70: #fffffd;
173
+
174
+ /* Color - Calm (mobile) */
175
+ --colorCalm10: #e2f0fa;
176
+ --colorCalm20: #c9e3f6;
177
+ --colorCalm30: #add6f2;
178
+ --colorCalm40: #8ac8ee;
179
+ --colorCalm50: #79afd0;
180
+ --colorCalm60: #6593ae;
181
+ --colorCalm70: #4c6e82;
182
+ --textColorCalm10: #8c8b88;
183
+ --textColorCalm20: #bbbab6;
184
+ --textColorCalm30: #dfdeda;
185
+ --textColorCalm40: #fffef9;
186
+ --textColorCalm50: #fffefa;
187
+ --textColorCalm60: #fffefc;
188
+ --textColorCalm70: #fffffd;
189
+
190
+ /* Color - Light (mobile) */
191
+ --colorLight10: #f9f6f6;
192
+ --colorLight20: #f4eeee;
193
+ --colorLight30: #efe6e6;
194
+ --colorLight40: #eadede;
195
+ --colorLight50: #cdc2c2;
196
+ --colorLight60: #aba3a3;
197
+ --colorLight70: #807a7a;
198
+ --textColorLight10: #252525;
199
+ --textColorLight20: #313131;
200
+ --textColorLight30: #3b3b3b;
201
+ --textColorLight40: #434343;
202
+ --textColorLight50: #888888;
203
+ --textColorLight60: #b4b4b4;
204
+ --textColorLight70: #d8d8d8;
205
+
206
+ /* Color - Stable (mobile) */
207
+ --colorStable10: #f2f2f2;
208
+ --colorStable20: #e6e6e6;
209
+ --colorStable30: #dbdbdb;
210
+ --colorStable40: #cfcfcf;
211
+ --colorStable50: #b5b5b5;
212
+ --colorStable60: #989898;
213
+ --colorStable70: #717171;
214
+ --textColorStable10: #252525;
215
+ --textColorStable20: #313131;
216
+ --textColorStable30: #3b3b3b;
217
+ --textColorStable40: #434343;
218
+ --textColorStable50: #888888;
219
+ --textColorStable60: #b4b4b4;
220
+ --textColorStable70: #d8d8d8;
221
+
222
+ /* Color - Dark (mobile) */
223
+ --colorDark10: #d7d7d7;
224
+ --colorDark20: #b2b2b2;
225
+ --colorDark30: #838383;
226
+ --colorDark40: #343434;
227
+ --colorDark50: #2e2e2e;
228
+ --colorDark60: #262626;
229
+ --colorDark70: #1c1c1c;
230
+ --textColorDark10: #8c8b88;
231
+ --textColorDark20: #bbbab6;
232
+ --textColorDark30: #dfdeda;
233
+ --textColorDark40: #fffef9;
234
+ --textColorDark50: #fffefa;
235
+ --textColorDark60: #fffefc;
236
+ --textColorDark70: #fffffd;
237
+
238
+ /* Color - Neutral (web e mobile) */
239
+ --colorNeutral00: #FFFFFF;
240
+ --colorNeutral10: #F1F1F1;
241
+ --colorNeutral20: #E3E3E3;
242
+ --colorNeutral30: #D5D5D5;
243
+ --colorNeutral40: #C7C7C7;
244
+ --colorNeutral50: #B9B9B9;
245
+ --colorNeutral60: #ACACAC;
246
+ --colorNeutral70: #9E9E9E;
247
+ --colorNeutral80: #909090;
248
+ --colorNeutral90: #828282;
249
+ --colorNeutral100: #747474;
250
+ --colorNeutral110: #666666;
251
+ --colorNeutral120: #5D5D5D;
252
+ --colorNeutral130: #535353;
253
+ --colorNeutral140: #4A4A4A;
254
+ --colorNeutral150: #414141;
255
+ --colorNeutral160: #383838;
256
+ --colorNeutral170: #2E2E2E;
257
+ --colorNeutral180: #252525;
258
+ --colorNeutral190: #1C1C1C;
259
+ --colorNeutral200: #131313;
260
+ --colorNeutral210: #090909;
261
+ --colorNeutral220: #000000;
262
+
263
+ /* === Variables used exclusively in the color palette property === */
264
+
265
+ /* Components - Button */
266
+ --btnDefault: var(--colorDefault40, #442b69);
267
+ --btnPrimary: var(--colorPrimary40, #68afd9);
268
+ --btnSuccess: var(--colorSuccess40, #62a86b);
269
+ --btnCalm: var(--colorCalm40, #8ac8ee);
270
+ --btnWarning: var(--colorWarning40, #e98053);
271
+ --btnDanger: var(--colorDanger40, #e34646);
272
+ --btnLight: var(--colorLight40, #eadede);
273
+ --btnLink: var(--textColorLight40, #434343);
274
+ --btnStable: var(--colorStable40, #cfcfcf);
275
+ --btnRoyal: var(--colorRoyal40, #2f1a4f);
276
+ --btnDark: var(--colorDark40, #343434);
277
+
278
+ --textColorDefault: var(--textColorDefault40, #fffef9);
279
+ --textColorPrimary: var(--textColorPrimary40, #fffef9);
280
+ --textColorSuccess: var(--textColorSuccess40, #fffef9);
281
+ --textColorCalm: var(--textColorCalm40, #fffef9);
282
+ --textColorWarning: var(--textColorWarning40, #fffef9);
283
+ --textColorDanger: var(--textColorDanger40, #fffef9);
284
+ --textColorLight: var(--textColorLight40, #434343);
285
+ --textColorStable: var(--textColorStable40, #434343);
286
+ --textColorRoyal: var(--textColorRoyal40, #fffef9);
287
+ --textColorDark: var(--textColorDark40, #fffef9);
288
+
289
+ --borderBtnLink: transparent;
290
+ --borderBtnDefault: transparent;
291
+ --borderBtnPrimary: transparent;
292
+ --borderBtnSuccess: transparent;
293
+ --borderBtnCalm: transparent;
294
+ --borderBtnWarning: transparent;
295
+ --borderBtnDanger: transparent;
296
+ --borderBtnLight: transparent;
297
+ --borderBtnStable: transparent;
298
+ --borderBtnRoyal: transparent;
299
+ --borderBtnDark: transparent;
300
+
301
+ /* Components - Text color */
302
+ --colorDefault: var(--colorDefault40, #442b69);
303
+ --colorPrimary: var(--colorPrimary40, #68afd9);
304
+ --colorSuccess: var(--colorSuccess40, #62a86b);
305
+ --colorCalm: var(--colorCalm40, #8ac8ee);
306
+ --colorWarning: var(--colorWarning40, #e98053);
307
+ --colorDanger: var(--colorDanger40, #e34646);
308
+ --colorLight: var(--colorLight50, #cdc2c2);
309
+ --colorStable: var(--colorStable50, #b5b5b5);
310
+ --colorRoyal: var(--colorRoyal40, #2f1a4f);
311
+ --colorDark: var(--colorDark40, #343434);
312
+
313
+ /* Components - Checkbox */
314
+ --checkboxDefault: var(--colorDefault40, #442b69);
315
+ --checkboxPrimary: var(--colorPrimary40, #68afd9);
316
+ --checkboxSuccess: var(--colorSuccess40, #62a86b);
317
+ --checkboxCalm: var(--colorCalm40, #8ac8ee);
318
+ --checkboxWarning: var(--colorWarning40, #e98053);
319
+ --checkboxDanger: var(--colorDanger40, #e34646);
320
+ --checkboxLight: var(--colorLight50, #cdc2c2);
321
+ --checkboxStable: var(--colorStable50, #b5b5b5);
322
+ --checkboxRoyal: var(--colorRoyal40, #2f1a4f);
323
+ --checkboxDark: var(--colorDark40, #343434);
324
+
325
+ --borderCheckboxDefault: transparent;
326
+ --borderCheckboxPrimary: transparent;
327
+ --borderCheckboxSuccess: transparent;
328
+ --borderCheckboxCalm: transparent;
329
+ --borderCheckboxWarning: transparent;
330
+ --borderCheckboxDanger: transparent;
331
+ --borderCheckboxLight: transparent;
332
+ --borderCheckboxStable: transparent;
333
+ --borderCheckboxRoyal: transparent;
334
+ --borderCheckboxDark: transparent;
335
+
336
+ /* Components - Toggle */
337
+ --toggleDefault: var(--colorDefault40, #442b69);
338
+ --togglePrimary: var(--colorPrimary40, #68afd9);
339
+ --toggleSuccess: var(--colorSuccess40, #62a86b);
340
+ --toggleCalm: var(--colorCalm40, #8ac8ee);
341
+ --toggleWarning: var(--colorWarning40, #e98053);
342
+ --toggleDanger: var(--colorDanger40, #e34646);
343
+ --toggleLight: var(--colorLight40, #eadede);
344
+ --toggleStable: var(--colorStable40, #cfcfcf);
345
+ --toggleRoyal: var(--colorRoyal40, #2f1a4f);
346
+ --toggleDark: var(--colorDark40, #343434);
347
+
348
+ --borderToggleDefault: var(--colorDefault40, #442b69);
349
+ --borderTogglePrimary: var(--colorPrimary40, #68afd9);
350
+ --borderToggleSuccess: var(--colorSuccess40, #62a86b);
351
+ --borderToggleCalm: var(--colorCalm40, #8ac8ee);
352
+ --borderToggleWarning: var(--colorWarning40, #e98053);
353
+ --borderToggleDanger: var(--colorDanger40, #e34646);
354
+ --borderToggleLight: var(--colorLight40, #eadede);
355
+ --borderToggleStable: var(--colorStable40, #cfcfcf);
356
+ --borderToggleRoyal: var(--colorRoyal40, #2f1a4f);
357
+ --borderToggleDark: var(--colorDark40, #343434);
358
+
359
+ /* Components - Tabs - crn-ion-segment */
360
+ --bgDefault: var(--colorDefault40, #442b69);
361
+ --bgPrimary: var(--colorPrimary40, #68afd9);
362
+ --bgSuccess: var(--colorSuccess40, #62a86b);
363
+ --bgCalm: var(--colorCalm40, #8ac8ee);
364
+ --bgWarning: var(--colorWarning40, #e98053);
365
+ --bgDanger: var(--colorDanger40, #e34646);
366
+ --bgLight: var(--colorLight40, #eadede);
367
+ --bgStable: var(--colorStable40, #cfcfcf);
368
+ --bgRoyal: var(--colorRoyal40, #2f1a4f);
369
+ --bgDark: var(--colorDark40, #343434);
370
+
371
+ --borderActiveBackgroundDefault: transparent;
372
+ --borderActiveBackgroundPrimary: transparent;
373
+ --borderActiveBackgroundSuccess: transparent;
374
+ --borderActiveBackgroundCalm: transparent;
375
+ --borderActiveBackgroundWarning: transparent;
376
+ --borderActiveBackgroundDanger: transparent;
377
+ --borderActiveBackgroundLight: transparent;
378
+ --borderActiveBackgroundStable: transparent;
379
+ --borderActiveBackgroundRoyal: transparent;
380
+ --borderActiveBackgroundDark: transparent;
381
+
382
+ --activeBackgroundDefault: var(--colorDefault50, #3c265c);
383
+ --activeBackgroundPrimary: var(--colorPrimary50, #5b99be);
384
+ --activeBackgroundSuccess: var(--colorSuccess50, #56935e);
385
+ --activeBackgroundCalm: var(--colorCalm50, #79afd0);
386
+ --activeBackgroundWarning: var(--colorWarning50, #cc7049);
387
+ --activeBackgroundDanger: var(--colorDanger50, #c73d3d);
388
+ --activeBackgroundLight: var(--colorLight50, #cdc2c2);
389
+ --activeBackgroundStable: var(--colorStable50, #b5b5b5);
390
+ --activeBackgroundRoyal: var(--colorRoyal50, #291745);
391
+ --activeBackgroundDark: var(--colorDark50: #2e2e2e; );
392
+ --ionSegmentDefault: var(--textColorPrimary40, #fffef9);
393
+ --ionSegmentPrimary: var(--textColorDefault40, #fffef9);
394
+ --ionSegmentSuccess: var(--textColorSuccess40, #fffef9);
395
+ --ionSegmentCalm: var(--textColorCalm40, #fffef9);
396
+ --ionSegmentWarning: var(--textColorWarning40, #fffef9);
397
+ --ionSegmentDanger: var(--textColorDanger40, #fffef9);
398
+ --ionSegmentLight: var(--textColorLight40, #fffef9);
399
+ --ionSegmentStable: var(--textColorStable40, #fffef9);
400
+ --ionSegmentRoyal: var(--textColorRoyal40, #fffef9);
401
+ --ionSegmentDark: var(--textColorDark40, #fffef9);
402
+
403
+ --iconThemeLightDefault: var(--colorDefault40, #442b69);
404
+ --iconThemeLightPrimary: var(--colorPrimary40, #68afd9);
405
+ --iconThemeLightSuccess: var(--colorSuccess40, #62a86b);
406
+ --iconThemeLightCalm: var(--colorCalm40, #8ac8ee);
407
+ --iconThemeLightWarning: var(--colorWarning40, #e98053);
408
+ --iconThemeLightDanger: var(--colorDanger40, #e34646);
409
+ --iconThemeLightLight: var(--colorLight40, #eadede);
410
+ --iconThemeLightStable: var(--colorStable40, #cfcfcf);
411
+ --iconThemeLightRoyal: var(--colorRoyal40, #2f1a4f);
412
+ --iconThemeLightDark: var(--colorDark40, #343434);
413
+
414
+ /* Components - Old Tabs - pallete false */
415
+ --tabsDefault: var(--colorDefault40, #442b69);
416
+ --tabsPrimary: var(--colorPrimary40, #68afd9);
417
+ --tabsSuccess: var(--colorSuccess40, #62a86b);
418
+ --tabsCalm: var(--colorCalm40, #8ac8ee);
419
+ --tabsWarning: var(--colorWarning40, #e98053);
420
+ --tabsDanger: var(--colorDanger40, #e34646);
421
+ --tabsLight: var(--colorLight40, #eadede);
422
+ --tabsStable: var(--colorStable40, #cfcfcf);
423
+ --tabsRoyal: var(--colorRoyal40, #2f1a4f);
424
+ --tabsDark: var(--colorDark40, #343434);
425
+
426
+ /* Components - Header */
427
+ --barDefault: var(--colorDefault40, #442b69);
428
+ --barPrimary: var(--colorPrimary40, #68afd9);
429
+ --barSuccess: var(--colorSuccess40, #62a86b);
430
+ --barCalm: var(--colorCalm40, #8ac8ee);
431
+ --barWarning: var(--colorWarning40, #e98053);
432
+ --barDanger: var(--colorDanger40, #e34646);
433
+ --barLight: var(--colorLight40, #eadede);
434
+ --barStable: var(--colorStable40, #cfcfcf);
435
+ --barRoyal: var(--colorRoyal40, #2f1a4f);
436
+ --barDark: var(--colorDark40, #343434);
437
+
438
+ /* Componentes - Footer with icon */
439
+ --backgroundDefault: var(--textColorDefault40, #fffef9);
440
+ --backgroundPrimary: var(--colorDefault40, #442b69);
441
+ --backgroundSuccess: var(--colorSuccess40, #62a86b);
442
+ --backgroundCalm: var(--colorCalm40, #8ac8ee);
443
+ --backgroundWarning: var(--colorWarning40, #e98053);
444
+ --backgroundDanger: var(--colorDanger40, #e34646);
445
+ --backgroundLight: var(--colorLight40, #eadede);
446
+ --backgroundStable: var(--colorStable40, #cfcfcf);
447
+ --backgroundRoyal: var(--colorRoyal40, #2f1a4f);
448
+ --backgroundDark: var(--colorDark40, #343434);
449
+
450
+ --tabsIconDefault: var(--colorDefault40, #442b69);
451
+ --tabsIconPrimary: var(--textColorDefault40, #fffef9);
452
+ --tabsIconSuccess: var(--textColorSuccess40, #fffef9);
453
+ --tabsIconCalm: var(--textColorCalm40, #fffef9);
454
+ --tabsIconWarning: var(--textColorWarning40, #fffef9);
455
+ --tabsIconDanger: var(--textColorDanger40, #fffef9);
456
+ --tabsIconLight: var(--textColorLight40, #434343);
457
+ --tabsIconStable: var(--textColorStable40, #434343);
458
+ --tabsIconRoyal: var(--textColorRoyal40, #fffef9);
459
+ --tabsIconDark: var(--textColorDark40, #434343);
460
+ /* End - Variables used exclusively in the color palette property */
461
+ }
462
+
463
+ h1,
464
+ h2,
465
+ h3,
466
+ h4,
467
+ h5,
468
+ h6,
469
+ .h1,
470
+ .h2,
471
+ .h3,
472
+ .h4,
473
+ .h5,
474
+ .h6 {
475
+ font-family: var(--fontFamily, "Open Sans", "Arial", sans-serif);
476
+ }
477
+
478
+ a,
479
+ a:focus,
480
+ a:active,
481
+ a:hover {
482
+ color: var(--colorPrimary40, #68afd9);
483
+ }
484
+
485
+ .light,
486
+ a.light,
487
+ .color-light {
488
+ color: var(--colorLight50, #cdc2c2);
489
+ }
490
+
491
+ .stable,
492
+ a.stable,
493
+ .color-stable {
494
+ color: var(--colorStable50, #b5b5b5);
495
+ }
496
+
497
+ /* Login */
498
+ .login-bg {
499
+ background: var(--colorDefault30, #5D3E8B);
500
+ }
501
+
502
+ .login-mobile .button.button-positive,
503
+ .login-mobile .button.button-light {
504
+ background: var(--colorNeutral00, #ffffff);
505
+ border: 0;
506
+ color: var(--textColorWarning40, #ffffff);
507
+ }
508
+
509
+ .login-mobile .button.button-positive span,
510
+ .login-mobile .button.button-positive i,
511
+ .login-mobile .button.button-positive.active span,
512
+ .login-mobile .button.button-positive:active span,
513
+ .login-mobile .button.button-positive:focus span,
514
+ .login-mobile .button.button-positive:hover span,
515
+ .login-mobile .button.button-positive.active i,
516
+ .login-mobile .button.button-positive:active i,
517
+ .login-mobile .button.button-positive:focus i,
518
+ .login-mobile .button.button-positive:hover i,
519
+ .login-mobile .button.button-light span,
520
+ .login-mobile .button.button-light i,
521
+ .login-mobile .button.button-light.active span,
522
+ .login-mobile .button.button-light:active span,
523
+ .login-mobile .button.button-light:focus span,
524
+ .login-mobile .button.button-light:hover span,
525
+ .login-mobile .button.button-light.active i,
526
+ .login-mobile .button.button-light:active i,
527
+ .login-mobile .button.button-light:focus i,
528
+ .login-mobile .button.button-light:hover i {
529
+ color: var(--textColorWarning40, #fffef9);
530
+ }
531
+
532
+ .login-mobile .button.button-positive.active,
533
+ .login-mobile .button.button-positive:active,
534
+ .login-mobile .button.button-positive.activated,
535
+ .login-mobile .button.button-light:active,
536
+ .login-mobile .button.button-light.activated {
537
+ background: var(--colorLight40, #ffffff);
538
+ }
539
+
540
+ .login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"] {
541
+ filter: brightness(0) invert(1);
542
+ }
543
+
544
+ #crn-heading-reset,
545
+ #reset-password-label {
546
+ color: var(--textColor10, #fffef9);
547
+ }
548
+
549
+ .item,
550
+ .item-select select {
551
+ border-color: var(--textColor10, #fffef9);
552
+ }
553
+
554
+ /* Cabeçalho */
555
+ .bar.bar-default {
556
+ border-color: var(--colorDefault40, #442b69);
557
+ background: var(--colorDefault40, #442b69);
558
+ color: var(--textColorPrimary40, #fffef9);
559
+ }
560
+
561
+ .bar.bar-default .button .icon,
562
+ .bar.bar-default .title {
563
+ color: var(--textColorPrimary40, #fffef9);
564
+ }
565
+
566
+ .bar.bar-positive {
567
+ border-color: var(--colorDefault40, #442b69);
568
+ background: var(--colorDefault40, #442b69);
569
+ color: var(--textColorDefault40, #fffef9);
570
+ }
571
+
572
+ .bar.bar-positive .button .icon,
573
+ .bar.bar-positive .title {
574
+ color: var(--textColorDefault40, #fffef9);
575
+ }
576
+
577
+ /* Menu */
578
+ .menu-view {
579
+ background: var(--colorDefault40, #442b69);
580
+ color: var(--textColor10, #fffef9);
581
+ }
582
+
583
+ /* Button Positive */
584
+ .button.button-positive {
585
+ background: var(--colorPrimary40, #68afd9);
586
+ }
587
+
588
+ .button.button-positive:active,
589
+ .button.button-positive.activated {
590
+ background: var(--colorPrimary40, #68afd9);
591
+ }
592
+
593
+ /* Light - Outline */
594
+
595
+ .button.button-light.button-outline {
596
+ border-color: var(--colorLight50, #cdc2c2);
597
+ }
598
+
599
+ .button.button-light.button-outline span,
600
+ .button.button-light.button-outline i {
601
+ color: var(--colorLight50, #cdc2c2);
602
+ }
603
+
604
+ .button.button-light.button-outline:active,
605
+ .button.button-light.button-outline.activated {
606
+ background: var(--colorStable50, #b5b5b5);
607
+ }
608
+
609
+ /* Stable - Outline */
610
+ .button.button-stable.button-outline {
611
+ border-color: var(--colorStable50, #b5b5b5);
612
+ }
613
+
614
+ .button.button-stable.button-outline span,
615
+ .button.button-stable.button-outline i {
616
+ color: var(--colorStable50, #b5b5b5);
617
+ }
618
+
619
+ .button.button-stable.button-outline:active,
620
+ .button.button-stable.button-outline.activated {
621
+ background: var(--colorStable50, #b5b5b5);
622
+ }
623
+
624
+ /* Rodapé com ícone */
625
+
626
+ .tabs-striped.background-default .tabs {
627
+ background: var(--textColorDefault40, #fffef9);
628
+ }
629
+
630
+ .tabs-striped.tabs-icon-default .tab-item {
631
+ color: var(--textColorDefault40, #fffef9);
632
+ background: var(--colorDefault40, #442b69);
633
+ opacity: 0.5;
634
+ }
635
+
636
+ .item-input .icon {
637
+ font-size: 12px;
638
+ }
639
+
640
+ #menu-blue .item:hover {
641
+ background: var(--colorDefault50, #3c265c);
642
+ }
643
+
644
+ .button.button-default:hover {
645
+ background: var(--colorDefault50, #3c265c);
646
+ }
647
+
648
+ .button.button-default:active {
649
+ background: var(--colorDefault50, #3c265c);
650
+ }
651
+
652
+ .login-mobile .button.button-light {
653
+ background: var(--colorDefault40, #442b69);
654
+ color: var(--textColorWarning40, #fffef9);
655
+ border-radius: 20px;
656
+ }
657
+
658
+ .login-mobile .button.button-light:hover {
659
+ background: var(--colorDefault50, #3c265c);
660
+ color: var(--textColorWarning40, #fffef9);
661
+ }
662
+
663
+ .login-mobile .button.button-light:active {
664
+ background: var(--colorDefault50, #3c265c);
665
+ color: var(--textColorWarning40, #fffef9);
666
+ }
667
+
668
+ .button#button-reset-password {
669
+ background: var(--colorDefault50, #3c265c);
670
+ color: var(--textColorWarning40, #ffffff);
671
+ }
672
+
673
+ .button#button-reset-password:hover {
674
+ background: var(--colorDefault50, #3c265c);
675
+ color: var(--textColorWarning40, #fffef9);
676
+ }
677
+
678
+ .button#button-reset-password:active {
679
+ background: var(--colorDefault50, #3c265c);
680
+ color: var(--textColorWarning40, #fffef9);
681
+ }
682
+
683
+ .item-radio input:checked+.radio-content .item-content {
684
+ background: var(--backgroundColor40, #f2f2f2);
685
+ color: var(--textColor40, #434343);
686
+ }
687
+
688
+ .item-radio .radio-icon,
689
+ .range .icon {
690
+ color: var(--textColor40, #434343);
691
+ }
692
+
693
+ .item-select:after,
694
+ .k-i-arrow-60-down::before {
695
+ color: var(--textColor40, #434343);
696
+ }
697
+
698
+ .item input.ng-invalid,
699
+ .item-input input.ng-invalid {
700
+ border-bottom: none;
701
+ }
702
+
703
+ input[placeholder]:not([placeholder=""])::placeholder {
704
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
705
+ color: var(--textColor30, #888888);
706
+ opacity: 1;
707
+ /* Firefox */
708
+ }
709
+
710
+ input:-ms-input-placeholder {
711
+ /* Internet Explorer 10-11 */
712
+ color: var(--textColor30, #888888);
713
+ }
714
+
715
+ input::-ms-input-placeholder {
716
+ /* Microsoft Edge */
717
+ color: var(--textColor30, #888888);
718
+ margin-left: 10px;
719
+ }
720
+
721
+ .list-inset .item.item-input input {
722
+ background: var(--backgroundColor10, #ffffff);
723
+ color: var(--textColor40, #434343);
724
+ border-radius: 20px;
725
+ }
726
+
727
+ .modal .item {
728
+ border-width: 1px;
729
+ border-color: var(--textColor30, #888888);
730
+ background: var(--backgroundColor10, #ffffff);
731
+ }
732
+
733
+
734
+ .item-input-wrapper {
735
+ background: var(--backgroundColor40, #f2f2f2);
736
+ }
737
+
738
+ .ion-search:before {
739
+ color: var(--textColor40, #434343);
740
+ }
741
+
742
+ .ion-asterisk:before {
743
+ font-size: 10px;
744
+ }
745
+
746
+ input[type="text"],
747
+ input[type="email"],
748
+ input[type="password"] {
749
+ display: block;
750
+ padding-top: 2px;
751
+ padding-left: 10px;
752
+ height: 34px;
753
+ vertical-align: middle;
754
+ line-height: 16px;
755
+ }
756
+
757
+ .login-mobile .button {
758
+ text-transform: none;
759
+ letter-spacing: 0px;
760
+ }
761
+
762
+ button#crn-button-signup {
763
+ letter-spacing: 0px;
764
+ border-radius: 0px;
765
+ margin: 0px;
766
+ height: 47px;
767
+ }
768
+
769
+ button#crn-button-signup:hover {
770
+ border-radius: 10px;
771
+ }
772
+
773
+ .color-light {
774
+ color: var (--colorLight50, #cdc2c2);
775
+ }
776
+
777
+ .button span,
778
+ .button i {
779
+ color: var(--textColorDefault40, #fffef9);
780
+ font-weight: 300;
781
+ }
782
+
783
+ /* Buttons search */
784
+
785
+ /*Default*/
786
+ .button.button-default.button-outline {
787
+ background: var(--colorDefault40, #442b69);
788
+ border-color: transparent;
789
+ color: var(--textColorDefault40, #fffef9);
790
+ }
791
+
792
+ .button.button-default.button-outline span {
793
+ color: var(--textColorDefault40, #fffef9);
794
+ }
795
+
796
+ .button.button-default.button-outline:active {
797
+ background: var(---colorDefault50, #3c265c);
798
+ }
799
+
800
+ .button.button-default.button-outline i {
801
+ color: var(--textColorDefault40, #fffef9);
802
+ }
803
+
804
+ /*Secundary*/
805
+ .button.button-positive.button-outline {
806
+ background: var(--colorPrimary40, #68afd9);
807
+ border-color: transparent;
808
+ color: var(--textColorDefault40, #fffef9);
809
+ }
810
+
811
+ .button.button-positive.button-outline span {
812
+ color: var(--textColorDefault40, #fffef9);
813
+ }
814
+
815
+ .button.button-positive.button-outline:active {
816
+ background: var(--colorPrimary40, #68afd9);
817
+ }
818
+
819
+ .button.button-positive.button-outline i {
820
+ color: var(--textColorDefault40, #fffef9);
821
+ }
822
+
823
+ /*Success*/
824
+ .button.button-balanced.button-outline {
825
+ background: var(--colorSuccess40, #62a86b);
826
+ border-color: transparent;
827
+ color: var(--textColorDefault40, #fffef9);
828
+ }
829
+
830
+ .button.button-balanced.button-outline span {
831
+ color: var(--textColorDefault40, #fffef9);
832
+ }
833
+
834
+ .button.button-balanced.button-outline:active {
835
+ background: var(--colorSuccess40, #62a86b);
836
+ }
837
+
838
+ .button.button-balanced.button-outline i {
839
+ color: var(--textColorDefault40, #fffef9);
840
+ }
841
+
842
+ /*Calm*/
843
+ .button.button-calm.button-outline {
844
+ background: var(--colorCalm40, #8ac8ee);
845
+ border-color: transparent;
846
+ color: var(--textColorDefault40, #fffef9);
847
+ }
848
+
849
+ .button.button-calm.button-outline span {
850
+ color: var(--textColorDefault40, #fffef9);
851
+ }
852
+
853
+ .button.button-calm.button-outline:active {
854
+ background: var(--colorCalm50, #79afd0);
855
+ }
856
+
857
+ .button.button-calm.button-outline i {
858
+ color: var(--textColorDefault40, #fffef9);
859
+ }
860
+
861
+ /*Warning*/
862
+ .button.button-energized.button-outline {
863
+ background: var(--colorWarning40, #e98053);
864
+ border-color: transparent;
865
+ color: var(--textColorDefault40, #fffef9);
866
+ }
867
+
868
+ .button.button-energized.button-outline span {
869
+ color: var(--textColorDefault40, #fffef9);
870
+ }
871
+
872
+ .button.button-energized.button-outline:active {
873
+ background: var(--colorWarning50, #cc7049);
874
+ }
875
+
876
+ .button.button-energized.button-outline i {
877
+ color: var(--textColorDefault40, #fffef9);
878
+ }
879
+
880
+ /*Danger*/
881
+ .button.button-assertive.button-outline {
882
+ background: var(--colorDanger40, #e34646);
883
+ border-color: transparent;
884
+ color: var(--textColorDanger40, #fffef9);
885
+ }
886
+
887
+ .button.button-assertive.button-outline span {
888
+ color: var(--textColorDanger40, #fffef9);
889
+ }
890
+
891
+ .button.button-assertive.button-outline:active {
892
+ background: var(--colorDanger50, #c73d3d);
893
+ }
894
+
895
+ .button.button-assertive.button-outline i {
896
+ color: var(--textColorDanger40, #fffef9);
897
+ }
898
+
899
+ /*Light*/
900
+ .button.button-light.button-outline {
901
+ background: var(--colorLight40, #eadede);
902
+ border-color: transparent;
903
+ color: var(--textColorLight40, #434343);
904
+ }
905
+
906
+ .button.button-light.button-outline span {
907
+ color: var(--textColorLight40, #434343);
908
+ }
909
+
910
+ .button.button-light.button-outline:active {
911
+ background: var(--colorLight50, #cdc2c2);
912
+ }
913
+
914
+ .button.button-light.button-outline i {
915
+ color: var(--textColorLight40, #434343);
916
+ }
917
+
918
+ /*Stable*/
919
+ .button.button-stable.button-outline {
920
+ background: var(--colorStable40, #cfcfcf);
921
+ border-color: transparent;
922
+ color: var(--textColorStable40, #434343);
923
+ }
924
+
925
+ .button.button-stable.button-outline span {
926
+ color: var(--textColorStable40, #434343);
927
+ }
928
+
929
+ .button.button-stable.button-outline:active {
930
+ background: var(--colorStable50, #b5b5b5);
931
+ }
932
+
933
+ .button.button-stable.button-outline i {
934
+ color: var(--textColorStable40, #434343);
935
+ }
936
+
937
+
938
+ /*Royal*/
939
+ .button.button-royal.button-outline {
940
+ background: var(--colorRoyal40, #2f1a4f);
941
+ border-color: transparent;
942
+ color: var(--textColorRoyal40, #fffef9);
943
+ }
944
+
945
+ .button.button-royal.button-outline span {
946
+ color: var(--textColorRoyal40, #fffef9);
947
+ }
948
+
949
+ .button.button-royal.button-outline:active {
950
+ background: var(--colorRoyal50, #291745);
951
+ }
952
+
953
+ .button.button-royal.button-outline i {
954
+ color: var(--textColorRoyal40, #fffef9);
955
+ }
956
+
957
+
958
+ /*Dark*/
959
+ .button.button-dark.button-outline {
960
+ background: var(--colorDark40, #343434);
961
+ border-color: transparent;
962
+ color: var(--textColorDark40, #fffef9);
963
+ }
964
+
965
+ .button.button-dark.button-outline span {
966
+ color: var(--textColorDark40, #fffef9);
967
+ }
968
+
969
+ .button.button-dark.button-outline:active {
970
+ background: var(--colorDark50, #2e2e2e);
971
+ }
972
+
973
+ .button.button-dark.button-outline i {
974
+ color: var(--textColorDark40, #fffef9);
975
+ }
976
+
977
+
978
+ .font-size-200 i {
979
+ font-size: 10px;
980
+ }
981
+
982
+ /*Chat*/
983
+ .k-chat .k-alt .k-bubble {
984
+ background: var(--colorDefault40, #442b69);
985
+ color: var(--textColorDefault40, #fffef9);
986
+ border-color: transparent;
987
+ }
988
+
989
+ .k-chat .k-message-box .k-button:hover {
990
+ color: var(--colorDefault40, #442b69);
991
+ }
992
+
993
+ .button#button-reset-password {
994
+ background: var(--colorDefault50, #3c265c);
995
+ color: var(--textColorWarning40, #ffffff);
996
+ border-radius: 20px;
997
+ }
998
+
999
+ button#crn-button-signup {
1000
+ letter-spacing: 0px;
1001
+ border-radius: 20px;
1002
+ margin: 0px;
1003
+ height: 47px;
1004
+ }