cronapp-framework-js 3.0.0-SP.3 → 3.0.0-SP.31

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.
Files changed (93) hide show
  1. package/components/crn-dynamic-menu.components.json +0 -21
  2. package/components/crn-enterprise-combobox-multiple.components.json +6 -0
  3. package/components/crn-navbar.components.json +1 -1
  4. package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
  5. package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
  6. package/components/templates/Component_Container/crn-one-container.template.html +1 -1
  7. package/components/templates/Component_Container/crn-three-container.template.html +3 -3
  8. package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
  9. package/components/templates/Component_Container/crn-two-container.template.html +2 -2
  10. package/components/templates/cron-autocomplete.designtime.html +2 -2
  11. package/components/templates/cron-combobox-multiple.template.html +1 -1
  12. package/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  13. package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  14. package/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  15. package/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  16. package/css/themes/custom/darkly/custom-darkly.css +1 -0
  17. package/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  18. package/css/themes/custom/flatly/custom-flatly.css +1 -0
  19. package/css/themes/custom/fuse/custom-fuse.css +1 -0
  20. package/css/themes/custom/journal/custom-journal.css +1 -0
  21. package/css/themes/custom/krypton/custom-krypton.css +1024 -236
  22. package/css/themes/custom/krypton/grid-krypton.css +253 -66
  23. package/css/themes/custom/krypton/navbar-krypton.css +13 -12
  24. package/css/themes/custom/krypton/panel-krypton.css +29 -26
  25. package/css/themes/custom/lumen/custom-lumen.css +1 -0
  26. package/css/themes/custom/material/custom-material.css +1 -0
  27. package/css/themes/custom/material/navbar-material.css +2 -0
  28. package/css/themes/custom/material-round/custom-material-round.css +187 -34
  29. package/css/themes/custom/material-round/grid-material-round.css +174 -18
  30. package/css/themes/custom/materialui/custom-materialui.css +1 -0
  31. package/css/themes/custom/navigator/custom-navigator.css +80 -21
  32. package/css/themes/custom/paper/custom-paper.css +1 -0
  33. package/css/themes/custom/readable/custom-readable.css +1 -0
  34. package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  35. package/css/themes/custom/simplex/custom-simplex.css +1 -0
  36. package/css/themes/custom/slate/custom-slate.css +1 -0
  37. package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  38. package/css/themes/custom/superhero/custom-superhero.css +1 -0
  39. package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -22
  40. package/css/themes/custom/theme-general/menu.css +4 -0
  41. package/css/themes/custom/united/custom-united.css +1 -0
  42. package/css/themes/custom/yeti/custom-yeti.css +1 -0
  43. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  44. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  45. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  46. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  47. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  48. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  49. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  50. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  51. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  52. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  53. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  54. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  55. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  56. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  57. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  58. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  59. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  60. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
  61. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
  62. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
  63. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
  64. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  65. package/dist/css/themes/custom/material/custom-material.css +1 -1
  66. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  67. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
  68. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
  69. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
  70. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  71. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  72. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  73. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  74. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  75. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  76. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  77. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  78. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
  79. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  80. package/dist/css/themes/custom/united/custom-united.css +1 -1
  81. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  82. package/dist/js/app.js +1 -1
  83. package/dist/js/controllers.js +1 -1
  84. package/dist/js/directives.js +10 -10
  85. package/dist/js/reports/reports.service.js +1 -1
  86. package/dist/js/upload.service.js +1 -1
  87. package/js/app.js +5 -4
  88. package/js/controllers.js +42 -19
  89. package/js/directives.js +75 -14
  90. package/js/reports/reports.service.js +5 -5
  91. package/js/upload.service.js +7 -4
  92. package/package.json +1 -1
  93. package/postupdate.json +6 -0
@@ -2,21 +2,24 @@
2
2
  background: var(--backgroundColor40, #14202a);
3
3
  box-shadow: none;
4
4
  border-color: transparent;
5
- border-radius: 10px;
5
+ border-radius: 5px;
6
6
  }
7
7
 
8
8
  .panel-footer {
9
9
  color: var(--backgroundColor40, #14202a);
10
- background: var(--backgroundColor10, #CED0D2);
10
+ background: var(--backgroundColor60, #ced0d2);
11
11
  border: transparent;
12
- border-radius: 10px;
12
+ border-radius: 5px;
13
13
  }
14
14
 
15
15
  .panel-body .lead {
16
16
  margin-bottom: 0;
17
17
  font-size: var(--textNormalSize, 10px);
18
- border-radius: 10px;
18
+ border-radius: 5px;
19
+ }
19
20
 
21
+ .panel-heading {
22
+ border-bottom: unset;
20
23
  }
21
24
 
22
25
  .panel-body {
@@ -25,90 +28,90 @@
25
28
  margin: 1px 0;
26
29
  border: transparent;
27
30
  background: var(--textColor40, #f0f0f0);
28
- border-radius: 10px;
31
+ border-radius: 5px;
29
32
  color: var(--backgroundColor40, #14202a);
30
33
  }
31
34
 
32
35
  .panel-group .panel-heading.heading-arrow {
33
- border-radius: 10px;
36
+ border-radius: 5px;
34
37
  }
35
38
 
36
39
  /* Default */
37
40
  .panel-default .panel-heading {
38
41
  color: var(--textColor40, #f0f0f0);
39
- background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
42
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
40
43
  border-color: transparent;
41
- border-radius: 10px;
44
+ border-radius: 5px;
42
45
  }
43
46
 
44
47
  /* Primary */
45
48
  .panel-primary>.panel-heading {
46
49
  color: var(--textColor40, #f0f0f0);
47
- background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
50
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
48
51
  border-color: transparent;
49
- border-radius: 10px;
52
+ border-radius: 5px;
50
53
  }
51
54
 
52
55
  /* Success */
53
56
  .panel-success>.panel-heading {
54
57
  color: var(--textColor40, #f0f0f0);
55
- background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
58
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
56
59
  border-color: transparent;
57
- border-radius: 10px;
60
+ border-radius: 5px;
58
61
  }
59
62
 
60
63
  /* Info */
61
64
  .panel-info>.panel-heading {
62
65
  color: var(--textColor40, #f0f0f0);
63
- background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
66
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
64
67
  border-color: transparent;
65
- border-radius: 10px;
68
+ border-radius: 5px;
66
69
  }
67
70
 
68
71
  /* Warning */
69
72
  .panel-warning>.panel-heading {
70
73
  color: var(--textColor40, #f0f0f0);
71
- background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
74
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
72
75
  border-color: transparent;
73
- border-radius: 10px;
76
+ border-radius: 5px;
74
77
  }
75
78
 
76
79
  /* Danger */
77
80
  .panel-danger>.panel-heading {
78
81
  color: var(--textColorDanger40, #fffef9);
79
- background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
82
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
80
83
  border-color: transparent;
81
- border-radius: 10px;
84
+ border-radius: 5px;
82
85
  }
83
86
 
84
87
  /* Light */
85
88
  .panel-light>.panel-heading {
86
89
  color: var(--textColor40, #f0f0f0);
87
- background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
90
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
88
91
  border-color: transparent;
89
- border-radius: 10px;
92
+ border-radius: 5px;
90
93
  }
91
94
 
92
95
  /* Stable */
93
96
  .panel-stable>.panel-heading {
94
97
  color: var(--textColor40, #f0f0f0);
95
- background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
98
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
96
99
  border-color: transparent;
97
- border-radius: 10px;
100
+ border-radius: 5px;
98
101
  }
99
102
 
100
103
  /* Royal */
101
104
  .panel-royal>.panel-heading {
102
105
  color: var(--textColor40, #f0f0f0);
103
- background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
106
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
104
107
  border-color: transparent;
105
- border-radius: 10px;
108
+ border-radius: 5px;
106
109
  }
107
110
 
108
111
  /* Dark */
109
112
  .panel-dark>.panel-heading {
110
113
  color: var(--textColor40, #f0f0f0);
111
- background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
114
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
112
115
  border-color: transparent;
113
- border-radius: 10px;
116
+ border-radius: 5px;
114
117
  }
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -72,6 +72,8 @@
72
72
  .navbar-default .navbar-collapse,
73
73
  .navbar-default .navbar-form {
74
74
  border-color: transparent;
75
+ padding: 0;
76
+ margin-left: -8px;
75
77
  }
76
78
 
77
79
  .navbar-default .navbar-toggle:focus,
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -44,7 +45,7 @@
44
45
  --menuItemIconWidth: 25px;
45
46
 
46
47
  /* Background */
47
- --backgroundColor10: #fbfbfb;
48
+ --backgroundColor10: #fffef9;
48
49
  --backgroundColor20: #f8f8f8;
49
50
  --backgroundColor30: #f5f5f5;
50
51
  --backgroundColor40: #f2f2f2;
@@ -199,7 +200,7 @@
199
200
  --colorLight40: #eadede;
200
201
  --colorLight50: #cdc2c2;
201
202
  --colorLight60: #dcc8c8;
202
- --colorLight70: #807a7a;
203
+ --colorLight70: #cebaba;
203
204
  --textColorLight10: #252525;
204
205
  --textColorLight20: #313131;
205
206
  --textColorLight30: #3b3b3b;
@@ -241,26 +242,26 @@
241
242
  --textColorDark70: #fffffd;
242
243
 
243
244
  /* Color - Neutral (web e mobile) */
244
- --colorNeutral00: #FFFFFF;
245
- --colorNeutral10: #F1F1F1;
246
- --colorNeutral20: #E3E3E3;
247
- --colorNeutral30: #D5D5D5;
248
- --colorNeutral40: #C7C7C7;
249
- --colorNeutral50: #B9B9B9;
250
- --colorNeutral60: #ACACAC;
251
- --colorNeutral70: #9E9E9E;
245
+ --colorNeutral00: #ffffff;
246
+ --colorNeutral10: #f1f1f1;
247
+ --colorNeutral20: #e3e3e3;
248
+ --colorNeutral30: #d5d5d5;
249
+ --colorNeutral40: #c7c7c7;
250
+ --colorNeutral50: #b9b9b9;
251
+ --colorNeutral60: #acacac;
252
+ --colorNeutral70: #9e9e9e;
252
253
  --colorNeutral80: #909090;
253
254
  --colorNeutral90: #828282;
254
255
  --colorNeutral100: #747474;
255
256
  --colorNeutral110: #666666;
256
- --colorNeutral120: #5D5D5D;
257
+ --colorNeutral120: #5d5d5d;
257
258
  --colorNeutral130: #535353;
258
- --colorNeutral140: #4A4A4A;
259
+ --colorNeutral140: #4a4a4a;
259
260
  --colorNeutral150: #414141;
260
261
  --colorNeutral160: #383838;
261
- --colorNeutral170: #2E2E2E;
262
+ --colorNeutral170: #2e2e2e;
262
263
  --colorNeutral180: #252525;
263
- --colorNeutral190: #1C1C1C;
264
+ --colorNeutral190: #1c1c1c;
264
265
  --colorNeutral200: #131313;
265
266
  --colorNeutral210: #090909;
266
267
  --colorNeutral220: #000000;
@@ -416,7 +417,49 @@
416
417
  border-radius: var(--borderRadiusExtraSmall, 10px);
417
418
  }
418
419
 
420
+ .btn.btn-primary {
421
+ background: var(--colorPrimary40, #68afd9);
422
+ border-color: transparent;
423
+ color: var(--textColorPrimary40, #fffef9);
424
+ }
425
+
426
+ .btn.btn-success:active {
427
+ background: var(--colorSuccess70, #365c3b);
428
+ }
429
+
430
+ .btn.btn-info:active {
431
+ background: var(--colorCalm60, #6593ae);
432
+ }
433
+
434
+ .k-button.k-warning.active,
435
+ .k-button.k-warning:active,
436
+ .btn.btn-warning.active,
437
+ .btn.btn-warning:active {
438
+ background: var(--colorWarning60, #ab5e3d);
439
+ }
440
+
441
+ .btn.btn-stable:active {
442
+ background: var(--colorStable70, #717171);
443
+ }
444
+
445
+ .btn.btn-light:hover {
446
+ color: var(--textColorLight40, #434343);
447
+ background: var(--colorLight60, #dcc8c8);
448
+ border-color: transparent;
449
+ outline: none;
450
+ }
451
+
452
+ .btn.btn-light:active {
453
+ background: var(--colorLight70, #cebaba);
454
+ }
455
+
456
+ .btn.btn-royal:active {
457
+ background: var(--colorRoyal70, #1a0e2b);
458
+ }
419
459
 
460
+ .btn.btn-dark:active {
461
+ background: var(--colorDark70, #1c1c1c);
462
+ }
420
463
 
421
464
  .k-button.active,
422
465
  .k-button:active,
@@ -467,6 +510,10 @@ textarea.k-textbox:hover {
467
510
  margin: 0;
468
511
  }
469
512
 
513
+ .k-widget.k-multiselect {
514
+ background: transparent;
515
+ }
516
+
470
517
  .cardinput {
471
518
  padding: 0;
472
519
  }
@@ -516,7 +563,6 @@ input.k-textbox:hover:focus,
516
563
  }
517
564
 
518
565
  /* Date and Hour */
519
-
520
566
  .bootstrap-datetimepicker-widget .timepicker-hour,
521
567
  .bootstrap-datetimepicker-widget .timepicker-minute,
522
568
  .bootstrap-datetimepicker-widget .timepicker-second {
@@ -619,8 +665,10 @@ input .k-textbox {
619
665
  }
620
666
 
621
667
  .login-view .reset-password {
622
- text-align: right;
623
- right: 20px;
668
+ text-align: end;
669
+ width: 100%;
670
+ max-width: 600px;
671
+ right: 12px;
624
672
  }
625
673
 
626
674
  .login-view input.k-textbox {
@@ -656,7 +704,6 @@ textarea.k-textbox {
656
704
  background: var(--backgroundColor, #f2f2f2);
657
705
  }
658
706
 
659
- #modalCookies p,
660
707
  #modalCookies label,
661
708
  .privacy-view .modal-cookies h1 {
662
709
  color: var(--textColor40, #434343);
@@ -667,12 +714,7 @@ textarea.k-textbox {
667
714
  filter: brightness(0) invert(1);
668
715
  }
669
716
 
670
- .navbar-brand>img {
671
- filter: brightness(0) invert(1)
672
- }
673
-
674
717
  /*Backgrounds login*/
675
-
676
718
  .bg-login #container-second {
677
719
  background: var(--colorDefault40, #442b69);
678
720
  }
@@ -729,7 +771,6 @@ label.labelCollapsibleMenu {
729
771
  }
730
772
 
731
773
  /*Links Colors*/
732
-
733
774
  .color-default {
734
775
  color: var(--colorDefault40, #442b69);
735
776
  }
@@ -775,6 +816,14 @@ label.labelCollapsibleMenu {
775
816
  color: var(--colorWarning50, #dc7144);
776
817
  }
777
818
 
819
+ .color-danger {
820
+ color: var(--colorDanger40, #e34646);
821
+ }
822
+
823
+ .color-danger:hover {
824
+ color: var(--colorDanger60, #a63333);
825
+ }
826
+
778
827
  .color-light {
779
828
  color: var(--colorLight40, #eadede);
780
829
  }
@@ -851,7 +900,6 @@ label.labelCollapsibleMenu {
851
900
  }
852
901
 
853
902
  /* Lista Opção*/
854
-
855
903
  .k-radio-label:after,
856
904
  .k-radio:checked+.k-radio-label:after,
857
905
  .option-default .k-radio-label:after,
@@ -893,7 +941,6 @@ label.labelCollapsibleMenu {
893
941
  .option-info .k-radio-label:after,
894
942
  .option-info .k-radio:checked+.k-radio-label:after {
895
943
  background: var(--colorCalm40, #8ac8ee);
896
-
897
944
  }
898
945
 
899
946
  .option-info .k-radio:checked+.k-radio-label:before,
@@ -965,9 +1012,7 @@ label.labelCollapsibleMenu {
965
1012
  background: var(--colorDark40, #343434);
966
1013
  }
967
1014
 
968
-
969
1015
  /*Checkbox*/
970
-
971
1016
  /*Default*/
972
1017
  .k-checkbox:checked+.k-checkbox-label:before,
973
1018
  .k-checkbox:indeterminate+.k-checkbox-label:before,
@@ -1064,7 +1109,21 @@ label.labelCollapsibleMenu {
1064
1109
 
1065
1110
  /* Button dynamic image*/
1066
1111
  .dynamic-image-container .btn {
1067
- background: var(--colorDefault40);
1112
+ background: var(--colorDefault40, #442b69);
1113
+ }
1114
+
1115
+ .dynamic-image-container {
1116
+ border-style: dashed;
1117
+ border: 1px dashed var(--colorDefault40, #442b69);
1118
+ border-radius: var(--borderRadiusSmallest, 5px);
1119
+ padding: 20px;
1120
+ width: 100%;
1121
+ height: 100%;
1122
+ display: flex;
1123
+ flex-direction: column;
1124
+ justify-content: center;
1125
+ flex-wrap: wrap;
1126
+ text-align: center;
1068
1127
  }
1069
1128
 
1070
1129
  .dynamic-image-container .btn:focus,
@@ -1077,7 +1136,6 @@ label.labelCollapsibleMenu {
1077
1136
  }
1078
1137
 
1079
1138
  /*Buttons Multiselect*/
1080
-
1081
1139
  .k-multiselect .k-button {
1082
1140
  border: unset;
1083
1141
  }
@@ -1193,7 +1251,6 @@ label.labelCollapsibleMenu {
1193
1251
  }
1194
1252
 
1195
1253
  /*Agendador*/
1196
-
1197
1254
  .k-scheduler .k-today.k-state-selected,
1198
1255
  .k-scheduler-navigation .k-nav-prev .k-link,
1199
1256
  .k-scheduler .k-state-selected>.k-link,
@@ -1315,7 +1372,6 @@ cron-scheduler .k-link:link,
1315
1372
  }
1316
1373
 
1317
1374
  /* Button edit form*/
1318
-
1319
1375
  .k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
1320
1376
  .k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
1321
1377
  .k-button.k-danger,
@@ -1383,7 +1439,6 @@ span.k-datetimepicker .k-select+.k-select {
1383
1439
  }
1384
1440
 
1385
1441
  /*Widget*/
1386
-
1387
1442
  .k-window .k-window-titlebar.k-header,
1388
1443
  .k-edit-form-container .k-edit-buttons {
1389
1444
  background: var(--textColorDefault40, #fffef9);
@@ -1453,11 +1508,65 @@ span.k-datetimepicker .k-select+.k-select {
1453
1508
  }
1454
1509
 
1455
1510
  /*Modais*/
1511
+ .modal-title {
1512
+ margin: 0;
1513
+ line-height: 1.42857143;
1514
+ text-align: center;
1515
+ color: var(--textColor40, #434343);
1516
+ font-weight: 700;
1517
+ }
1518
+
1519
+ .modal-content {
1520
+ border-radius: 20px;
1521
+ background: var(--backgroundColor10, #fffef9);
1522
+ }
1523
+
1524
+ .modal-body {
1525
+ position: relative;
1526
+ padding: 15px;
1527
+ text-align: center;
1528
+ color: var(--textColor40, #434343);
1529
+ }
1456
1530
 
1457
1531
  .cronapp-icon.cronapp-error {
1458
1532
  color: var(--colorDanger40, #e34646);
1459
1533
  }
1460
1534
 
1535
+ .k-dialog-buttongroup .k-button {
1536
+ background: var(--colorDanger40, #e34646);
1537
+ color: var(--textColorDanger40, #fffef9);
1538
+ }
1539
+
1540
+ .k-dialog-buttongroup .k-button:hover,
1541
+ .k-dialog-buttongroup .k-button:focus {
1542
+ background: var(--colorDanger50, #d43131);
1543
+ color: var(--textColorDanger50, #fffef9);
1544
+ box-shadow: unset;
1545
+ }
1546
+
1547
+ .k-dialog-buttongroup .k-button:active {
1548
+ background: var(--colorDanger70, #7c2626);
1549
+ }
1550
+
1551
+ #modalTemplateCancel.btn.btn-secondary:active {
1552
+ background: var(--colorDefault70, #25183a);
1553
+ border: unset;
1554
+ }
1555
+
1556
+ .modal-footer .btn+.btn {
1557
+ margin-bottom: 0;
1558
+ margin-left: 5px;
1559
+ background: var(--colorDanger40, #e34646);
1560
+ }
1561
+
1562
+ .modal-footer .btn+.btn:hover {
1563
+ background: var(--colorDanger50, #d43131);
1564
+ }
1565
+
1566
+ .modal-footer .btn+.btn:active {
1567
+ background: var(--colorDanger70, #7c2626);
1568
+ }
1569
+
1461
1570
  #modalBodyConfirmDialog .title {
1462
1571
  font-size: var(--textMediumSize, 18px);
1463
1572
  font-weight: 700;
@@ -1465,6 +1574,12 @@ span.k-datetimepicker .k-select+.k-select {
1465
1574
  color: var(--textColor40, #434343);
1466
1575
  }
1467
1576
 
1577
+ .modal .modal-content .list-group-item {
1578
+ border: 0;
1579
+ padding: 10px 0;
1580
+ text-align: justify;
1581
+ }
1582
+
1468
1583
  .k-dialog.k-dialog-titleless .k-content {
1469
1584
  box-sizing: content-box;
1470
1585
  background: var(--textColorDefault40, #fffef9);
@@ -1475,7 +1590,6 @@ span.k-datetimepicker .k-select+.k-select {
1475
1590
  color: var(--colorDefault40, #442b69);
1476
1591
  }
1477
1592
 
1478
- .k-scheduler-edit-form .k-edit-field .k-button:active,
1479
1593
  .k-edit-form-container .k-edit-buttons .k-primary:active,
1480
1594
  .k-scheduler-edit-form .k-edit-field .k-button.active,
1481
1595
  .k-edit-form-container .k-edit-buttons .k-primary.active,
@@ -1508,4 +1622,43 @@ button.btn.k-button.btn-block.btn-danger.btn-fab {
1508
1622
  border-color: transparent;
1509
1623
  color: var(--textColorDanger40, #fffef9);
1510
1624
  border-radius: 20px;
1625
+ }
1626
+
1627
+ /*Fonts*/
1628
+ .h5 {
1629
+ font-size: var(--textNormalSize, 12px);
1630
+ color: var(--textColor40, #434343);
1631
+ }
1632
+
1633
+ p {
1634
+ font-size: var(--textNormalSize, 12px);
1635
+ color: var(--textColor40, #434343);
1636
+ }
1637
+
1638
+ /*Modal cookies*/
1639
+ .privacy-view .modal-cookies .form-group {
1640
+ margin-bottom: 0;
1641
+ margin-top: 20px;
1642
+ text-align: justify;
1643
+ }
1644
+
1645
+ #modalCookies .list-group p {
1646
+ margin-top: 5px;
1647
+ text-align: justify;
1648
+ }
1649
+
1650
+ .privacy-view .modal-cookies .modal-header .close span {
1651
+ font-size: var(--textMediumSize, 16px);
1652
+ color: var(--textColor40, #434343);
1653
+ padding: 0 10px;
1654
+ }
1655
+
1656
+ #modalCookies p {
1657
+ text-align: justify;
1658
+ color: var(--textColor40, #434343);
1659
+ }
1660
+
1661
+ span.k-widget.k-dropdown.cronDynamicSelect,
1662
+ span.k-widget.k-combobox.cronSelect.k-combobox-clearable {
1663
+ border-radius: 20px;
1511
1664
  }