@syncfusion/ej2-layouts 28.2.5 → 29.1.34

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 (38) hide show
  1. package/README.md +4 -7
  2. package/dist/ej2-layouts.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +14 -3
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +14 -3
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +15 -18
  13. package/src/dashboard-layout/dashboard-layout.d.ts +1 -0
  14. package/src/dashboard-layout/dashboard-layout.js +14 -3
  15. package/styles/bootstrap4-lite.css +5 -5
  16. package/styles/bootstrap4.css +5 -5
  17. package/styles/bootstrap5-dark-lite.css +18 -18
  18. package/styles/bootstrap5-dark.css +18 -18
  19. package/styles/bootstrap5-lite.css +5 -5
  20. package/styles/bootstrap5.css +5 -5
  21. package/styles/card/_bootstrap4-definition.scss +7 -5
  22. package/styles/card/bootstrap4.css +5 -5
  23. package/styles/card/bootstrap5-dark.css +7 -7
  24. package/styles/card/bootstrap5.css +4 -4
  25. package/styles/card/fabric-dark.css +2 -2
  26. package/styles/card/fabric.css +2 -2
  27. package/styles/dashboard-layout/bootstrap5-dark.css +5 -5
  28. package/styles/dashboard-layout/bootstrap5.css +1 -1
  29. package/styles/dashboard-layout/tailwind-dark.css +2 -2
  30. package/styles/fabric-dark-lite.css +10 -10
  31. package/styles/fabric-dark.css +10 -10
  32. package/styles/fabric-lite.css +2 -2
  33. package/styles/fabric.css +2 -2
  34. package/styles/splitter/bootstrap5-dark.css +3 -3
  35. package/styles/splitter/fabric-dark.css +8 -8
  36. package/styles/tailwind-dark-lite.css +2 -2
  37. package/styles/tailwind-dark.css +2 -2
  38. package/styles/timeline/bootstrap5-dark.css +3 -3
@@ -400,13 +400,13 @@
400
400
  }
401
401
  .e-card .e-card-actions .e-card-btn:hover,
402
402
  .e-card .e-card-actions a:hover {
403
- background-color: #0063ad;
403
+ background-color: rgb(0, 98.6, 173.4);
404
404
  border: 0;
405
405
  color: #fff;
406
406
  }
407
407
  .e-card .e-card-actions .e-card-btn:focus,
408
408
  .e-card .e-card-actions a:focus {
409
- background-color: #0063ad;
409
+ background-color: rgb(0, 98.6, 173.4);
410
410
  border: 0;
411
411
  color: #fff;
412
412
  }
@@ -409,13 +409,13 @@
409
409
  }
410
410
  .e-card .e-card-actions .e-card-btn:hover,
411
411
  .e-card .e-card-actions a:hover {
412
- background-color: #005ba3;
412
+ background-color: rgb(0, 91.4018691589, 163);
413
413
  border: 0;
414
414
  color: #fff;
415
415
  }
416
416
  .e-card .e-card-actions .e-card-btn:focus,
417
417
  .e-card .e-card-actions a:focus {
418
- background-color: #005ba3;
418
+ background-color: rgb(0, 91.4018691589, 163);
419
419
  border: 0;
420
420
  color: #fff;
421
421
  }
@@ -64,7 +64,7 @@
64
64
  }
65
65
 
66
66
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
67
- background: #282d31;
67
+ background: rgb(26.177027027, 29.35, 32.522972973);
68
68
  border-collapse: collapse;
69
69
  height: 100%;
70
70
  width: 100%;
@@ -87,7 +87,7 @@
87
87
  position: relative;
88
88
  }
89
89
  .e-dashboardlayout.e-control .e-panel {
90
- border: 1px solid #444c54;
90
+ border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
91
91
  height: 100%;
92
92
  -webkit-user-select: none;
93
93
  -moz-user-select: none;
@@ -123,7 +123,7 @@
123
123
  transition: top 0.1s, left 0.1s;
124
124
  }
125
125
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
126
- border-bottom: 1px solid #444c54;
126
+ border-bottom: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
127
127
  color: #fff;
128
128
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
129
129
  font-size: 14px;
@@ -195,7 +195,7 @@
195
195
  cursor: default;
196
196
  }
197
197
  .e-dashboardlayout.e-control .e-holder {
198
- background: #031633;
198
+ background: rgb(2.6, 22, 50.6);
199
199
  border: 1px #0d6efd dashed;
200
200
  border-radius: 4px;
201
201
  position: absolute;
@@ -225,7 +225,7 @@
225
225
  }
226
226
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
227
227
  color: #fff;
228
- background: #282d31;
228
+ background: rgb(26.177027027, 29.35, 32.522972973);
229
229
  -webkit-box-sizing: border-box;
230
230
  box-sizing: border-box;
231
231
  }
@@ -195,7 +195,7 @@
195
195
  cursor: default;
196
196
  }
197
197
  .e-dashboardlayout.e-control .e-holder {
198
- background: #e7f1ff;
198
+ background: rgb(230.8, 240.5, 254.8);
199
199
  border: 1px #0d6efd dashed;
200
200
  border-radius: 4px;
201
201
  position: absolute;
@@ -64,7 +64,7 @@
64
64
  }
65
65
 
66
66
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
67
- background: #232e3e;
67
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
68
68
  border-collapse: collapse;
69
69
  height: 100%;
70
70
  width: 100%;
@@ -230,7 +230,7 @@
230
230
  }
231
231
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
232
232
  color: #fff;
233
- background: #232e3e;
233
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
234
234
  -webkit-box-sizing: border-box;
235
235
  box-sizing: border-box;
236
236
  }
@@ -449,13 +449,13 @@
449
449
  }
450
450
  .e-card .e-card-actions .e-card-btn:hover,
451
451
  .e-card .e-card-actions a:hover {
452
- background-color: #0063ad;
452
+ background-color: rgb(0, 98.6, 173.4);
453
453
  border: 0;
454
454
  color: #fff;
455
455
  }
456
456
  .e-card .e-card-actions .e-card-btn:focus,
457
457
  .e-card .e-card-actions a:focus {
458
- background-color: #0063ad;
458
+ background-color: rgb(0, 98.6, 173.4);
459
459
  border: 0;
460
460
  color: #fff;
461
461
  }
@@ -861,13 +861,13 @@
861
861
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
862
862
  }
863
863
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
864
- background: #38a9ff;
864
+ background: rgb(0, 55.1, 96.9);
865
865
  border-left: none;
866
866
  border-right: none;
867
867
  }
868
868
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
869
869
  background: #201f1f;
870
- color: #38a9ff;
870
+ color: rgb(0, 55.1, 96.9);
871
871
  }
872
872
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
873
873
  background-color: #fff;
@@ -900,11 +900,11 @@
900
900
  transform: rotate(40deg);
901
901
  }
902
902
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
903
- background: #38a9ff;
903
+ background: rgb(0, 55.1, 96.9);
904
904
  }
905
905
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
906
906
  background: #201f1f;
907
- color: #38a9ff;
907
+ color: rgb(0, 55.1, 96.9);
908
908
  }
909
909
  .e-splitter .e-split-bar.e-split-bar-vertical {
910
910
  background: #414040;
@@ -915,7 +915,7 @@
915
915
  z-index: 12;
916
916
  }
917
917
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
918
- background: #38a9ff;
918
+ background: rgb(0, 55.1, 96.9);
919
919
  border-left: none;
920
920
  border-right: none;
921
921
  }
@@ -927,7 +927,7 @@
927
927
  }
928
928
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
929
929
  background: #201f1f;
930
- color: #38a9ff;
930
+ color: rgb(0, 55.1, 96.9);
931
931
  }
932
932
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
933
933
  background-color: #0078d6;
@@ -969,11 +969,11 @@
969
969
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
970
970
  }
971
971
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
972
- background: #38a9ff;
972
+ background: rgb(0, 55.1, 96.9);
973
973
  }
974
974
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
975
975
  background: #201f1f;
976
- color: #38a9ff;
976
+ color: rgb(0, 55.1, 96.9);
977
977
  }
978
978
  .e-splitter.e-disabled {
979
979
  opacity: 0.4;
@@ -449,13 +449,13 @@
449
449
  }
450
450
  .e-card .e-card-actions .e-card-btn:hover,
451
451
  .e-card .e-card-actions a:hover {
452
- background-color: #0063ad;
452
+ background-color: rgb(0, 98.6, 173.4);
453
453
  border: 0;
454
454
  color: #fff;
455
455
  }
456
456
  .e-card .e-card-actions .e-card-btn:focus,
457
457
  .e-card .e-card-actions a:focus {
458
- background-color: #0063ad;
458
+ background-color: rgb(0, 98.6, 173.4);
459
459
  border: 0;
460
460
  color: #fff;
461
461
  }
@@ -996,13 +996,13 @@
996
996
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
997
997
  }
998
998
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
999
- background: #38a9ff;
999
+ background: rgb(0, 55.1, 96.9);
1000
1000
  border-left: none;
1001
1001
  border-right: none;
1002
1002
  }
1003
1003
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1004
1004
  background: #201f1f;
1005
- color: #38a9ff;
1005
+ color: rgb(0, 55.1, 96.9);
1006
1006
  }
1007
1007
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
1008
1008
  background-color: #fff;
@@ -1035,11 +1035,11 @@
1035
1035
  transform: rotate(40deg);
1036
1036
  }
1037
1037
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
1038
- background: #38a9ff;
1038
+ background: rgb(0, 55.1, 96.9);
1039
1039
  }
1040
1040
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1041
1041
  background: #201f1f;
1042
- color: #38a9ff;
1042
+ color: rgb(0, 55.1, 96.9);
1043
1043
  }
1044
1044
  .e-splitter .e-split-bar.e-split-bar-vertical {
1045
1045
  background: #414040;
@@ -1050,7 +1050,7 @@
1050
1050
  z-index: 12;
1051
1051
  }
1052
1052
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1053
- background: #38a9ff;
1053
+ background: rgb(0, 55.1, 96.9);
1054
1054
  border-left: none;
1055
1055
  border-right: none;
1056
1056
  }
@@ -1062,7 +1062,7 @@
1062
1062
  }
1063
1063
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1064
1064
  background: #201f1f;
1065
- color: #38a9ff;
1065
+ color: rgb(0, 55.1, 96.9);
1066
1066
  }
1067
1067
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
1068
1068
  background-color: #0078d6;
@@ -1104,11 +1104,11 @@
1104
1104
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1105
1105
  }
1106
1106
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1107
- background: #38a9ff;
1107
+ background: rgb(0, 55.1, 96.9);
1108
1108
  }
1109
1109
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1110
1110
  background: #201f1f;
1111
- color: #38a9ff;
1111
+ color: rgb(0, 55.1, 96.9);
1112
1112
  }
1113
1113
  .e-splitter.e-disabled {
1114
1114
  opacity: 0.4;
@@ -458,13 +458,13 @@
458
458
  }
459
459
  .e-card .e-card-actions .e-card-btn:hover,
460
460
  .e-card .e-card-actions a:hover {
461
- background-color: #005ba3;
461
+ background-color: rgb(0, 91.4018691589, 163);
462
462
  border: 0;
463
463
  color: #fff;
464
464
  }
465
465
  .e-card .e-card-actions .e-card-btn:focus,
466
466
  .e-card .e-card-actions a:focus {
467
- background-color: #005ba3;
467
+ background-color: rgb(0, 91.4018691589, 163);
468
468
  border: 0;
469
469
  color: #fff;
470
470
  }
package/styles/fabric.css CHANGED
@@ -458,13 +458,13 @@
458
458
  }
459
459
  .e-card .e-card-actions .e-card-btn:hover,
460
460
  .e-card .e-card-actions a:hover {
461
- background-color: #005ba3;
461
+ background-color: rgb(0, 91.4018691589, 163);
462
462
  border: 0;
463
463
  color: #fff;
464
464
  }
465
465
  .e-card .e-card-actions .e-card-btn:focus,
466
466
  .e-card .e-card-actions a:focus {
467
- background-color: #005ba3;
467
+ background-color: rgb(0, 91.4018691589, 163);
468
468
  border: 0;
469
469
  color: #fff;
470
470
  }
@@ -348,7 +348,7 @@
348
348
  }
349
349
 
350
350
  .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
351
- border: solid 1px #444c54;
351
+ border: solid 1px rgb(68.0034482759, 75.85, 83.6965517241);
352
352
  }
353
353
  .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
354
354
  color: #fff;
@@ -357,7 +357,7 @@
357
357
  border: transparent;
358
358
  }
359
359
  .e-splitter .e-split-bar.e-split-bar-horizontal {
360
- background: #444c54;
360
+ background: rgb(68.0034482759, 75.85, 83.6965517241);
361
361
  border-left: none;
362
362
  border-right: none;
363
363
  }
@@ -428,7 +428,7 @@
428
428
  color: #0d6efd;
429
429
  }
430
430
  .e-splitter .e-split-bar.e-split-bar-vertical {
431
- background: #444c54;
431
+ background: rgb(68.0034482759, 75.85, 83.6965517241);
432
432
  }
433
433
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
434
434
  background: #212529;
@@ -390,13 +390,13 @@
390
390
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
391
391
  }
392
392
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
393
- background: #38a9ff;
393
+ background: rgb(0, 55.1, 96.9);
394
394
  border-left: none;
395
395
  border-right: none;
396
396
  }
397
397
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
398
398
  background: #201f1f;
399
- color: #38a9ff;
399
+ color: rgb(0, 55.1, 96.9);
400
400
  }
401
401
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
402
402
  background-color: #fff;
@@ -429,11 +429,11 @@
429
429
  transform: rotate(40deg);
430
430
  }
431
431
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
432
- background: #38a9ff;
432
+ background: rgb(0, 55.1, 96.9);
433
433
  }
434
434
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
435
435
  background: #201f1f;
436
- color: #38a9ff;
436
+ color: rgb(0, 55.1, 96.9);
437
437
  }
438
438
  .e-splitter .e-split-bar.e-split-bar-vertical {
439
439
  background: #414040;
@@ -444,7 +444,7 @@
444
444
  z-index: 12;
445
445
  }
446
446
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
447
- background: #38a9ff;
447
+ background: rgb(0, 55.1, 96.9);
448
448
  border-left: none;
449
449
  border-right: none;
450
450
  }
@@ -456,7 +456,7 @@
456
456
  }
457
457
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
458
458
  background: #201f1f;
459
- color: #38a9ff;
459
+ color: rgb(0, 55.1, 96.9);
460
460
  }
461
461
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
462
462
  background-color: #0078d6;
@@ -498,11 +498,11 @@
498
498
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
499
499
  }
500
500
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
501
- background: #38a9ff;
501
+ background: rgb(0, 55.1, 96.9);
502
502
  }
503
503
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
504
504
  background: #201f1f;
505
- color: #38a9ff;
505
+ color: rgb(0, 55.1, 96.9);
506
506
  }
507
507
  .e-splitter.e-disabled {
508
508
  opacity: 0.4;
@@ -1053,7 +1053,7 @@
1053
1053
  }
1054
1054
 
1055
1055
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1056
- background: #232e3e;
1056
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
1057
1057
  border-collapse: collapse;
1058
1058
  height: 100%;
1059
1059
  width: 100%;
@@ -1219,7 +1219,7 @@
1219
1219
  }
1220
1220
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1221
1221
  color: #fff;
1222
- background: #232e3e;
1222
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
1223
1223
  -webkit-box-sizing: border-box;
1224
1224
  box-sizing: border-box;
1225
1225
  }
@@ -1228,7 +1228,7 @@
1228
1228
  }
1229
1229
 
1230
1230
  .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1231
- background: #232e3e;
1231
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
1232
1232
  border-collapse: collapse;
1233
1233
  height: 100%;
1234
1234
  width: 100%;
@@ -1394,7 +1394,7 @@
1394
1394
  }
1395
1395
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1396
1396
  color: #fff;
1397
- background: #232e3e;
1397
+ background: rgb(27.323255814, 36.1372093023, 48.476744186);
1398
1398
  -webkit-box-sizing: border-box;
1399
1399
  box-sizing: border-box;
1400
1400
  }
@@ -235,8 +235,8 @@
235
235
  }
236
236
 
237
237
  .e-timeline .e-dot {
238
- background-color: #444c54;
239
- border-color: #444c54;
238
+ background-color: rgb(68.0034482759, 75.85, 83.6965517241);
239
+ border-color: rgb(68.0034482759, 75.85, 83.6965517241);
240
240
  color: #fff;
241
241
  outline-color: #212529;
242
242
  }
@@ -244,7 +244,7 @@
244
244
  background-color: #212529;
245
245
  }
246
246
  .e-timeline .e-timeline-item.e-connector::after {
247
- border-color: #444c54;
247
+ border-color: rgb(68.0034482759, 75.85, 83.6965517241);
248
248
  }
249
249
  .e-timeline .e-content {
250
250
  color: #e9ecef;