@syncfusion/blazor-themes 23.1.43 → 23.2.4

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 (140) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +187 -35
  2. package/SCSS-Themes/bootstrap.scss +182 -35
  3. package/SCSS-Themes/bootstrap4.scss +182 -35
  4. package/SCSS-Themes/bootstrap5-dark.scss +184 -36
  5. package/SCSS-Themes/bootstrap5.scss +184 -36
  6. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +7 -0
  7. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +7 -0
  8. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +7 -0
  9. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +7 -0
  10. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +7 -0
  11. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +7 -0
  12. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +7 -0
  13. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +7 -0
  14. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +7 -0
  15. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +7 -0
  16. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +7 -0
  17. package/SCSS-Themes/documenteditor/document-editor/material.scss +7 -0
  18. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +7 -0
  19. package/SCSS-Themes/documenteditor/document-editor/material3.scss +7 -0
  20. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +7 -0
  21. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +7 -0
  22. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +69 -0
  23. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +69 -0
  24. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +69 -0
  25. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +69 -0
  26. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +69 -0
  27. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +69 -0
  28. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +69 -0
  29. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +69 -0
  30. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +69 -0
  31. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +69 -0
  32. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +69 -0
  33. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +69 -0
  34. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +69 -0
  35. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +69 -0
  36. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +69 -0
  37. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +69 -0
  38. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +5 -0
  39. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +2 -1
  40. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +2 -1
  41. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +5 -0
  42. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +2 -1
  43. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +2 -1
  44. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +5 -0
  45. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +2 -1
  46. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +2 -1
  47. package/SCSS-Themes/fabric-dark.scss +187 -35
  48. package/SCSS-Themes/fabric.scss +182 -35
  49. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  50. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  51. package/SCSS-Themes/fluent-dark.scss +184 -36
  52. package/SCSS-Themes/fluent.scss +184 -36
  53. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +50 -8
  54. package/SCSS-Themes/grids/grid/bootstrap.scss +50 -8
  55. package/SCSS-Themes/grids/grid/bootstrap4.scss +50 -8
  56. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +50 -8
  57. package/SCSS-Themes/grids/grid/bootstrap5.scss +50 -8
  58. package/SCSS-Themes/grids/grid/fabric-dark.scss +50 -8
  59. package/SCSS-Themes/grids/grid/fabric.scss +50 -8
  60. package/SCSS-Themes/grids/grid/fluent-dark.scss +50 -8
  61. package/SCSS-Themes/grids/grid/fluent.scss +50 -8
  62. package/SCSS-Themes/grids/grid/highcontrast.scss +50 -8
  63. package/SCSS-Themes/grids/grid/material-dark.scss +50 -8
  64. package/SCSS-Themes/grids/grid/material.scss +50 -8
  65. package/SCSS-Themes/grids/grid/material3-dark.scss +50 -8
  66. package/SCSS-Themes/grids/grid/material3.scss +50 -8
  67. package/SCSS-Themes/grids/grid/tailwind-dark.scss +50 -8
  68. package/SCSS-Themes/grids/grid/tailwind.scss +50 -8
  69. package/SCSS-Themes/highcontrast.scss +187 -35
  70. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +25 -7
  71. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +25 -7
  72. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +25 -7
  73. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +25 -7
  74. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +25 -7
  75. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +25 -7
  76. package/SCSS-Themes/image-editor/image-editor/fabric.scss +25 -7
  77. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +25 -7
  78. package/SCSS-Themes/image-editor/image-editor/fluent.scss +25 -7
  79. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +25 -7
  80. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +25 -7
  81. package/SCSS-Themes/image-editor/image-editor/material.scss +25 -7
  82. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +25 -7
  83. package/SCSS-Themes/image-editor/image-editor/material3.scss +25 -7
  84. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +25 -7
  85. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +25 -7
  86. package/SCSS-Themes/material-dark.scss +182 -35
  87. package/SCSS-Themes/material.scss +182 -35
  88. package/SCSS-Themes/material3-dark.scss +184 -37
  89. package/SCSS-Themes/material3.scss +184 -37
  90. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +9 -9
  91. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +9 -9
  92. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +9 -9
  93. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +9 -9
  94. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +9 -9
  95. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +9 -9
  96. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +9 -9
  97. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +9 -9
  98. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +9 -9
  99. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +9 -9
  100. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +9 -9
  101. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +9 -9
  102. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +10 -10
  103. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +10 -10
  104. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +9 -9
  105. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +9 -9
  106. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +6 -10
  107. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +6 -10
  108. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +6 -10
  109. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +6 -10
  110. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +6 -10
  111. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +6 -10
  112. package/SCSS-Themes/pivotview/pivotview/fabric.scss +6 -10
  113. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +6 -10
  114. package/SCSS-Themes/pivotview/pivotview/fluent.scss +6 -10
  115. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +6 -10
  116. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +6 -10
  117. package/SCSS-Themes/pivotview/pivotview/material.scss +6 -10
  118. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +6 -10
  119. package/SCSS-Themes/pivotview/pivotview/material3.scss +6 -10
  120. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +6 -10
  121. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +6 -10
  122. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +16 -1
  123. package/SCSS-Themes/schedule/schedule/bootstrap.scss +16 -1
  124. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +16 -1
  125. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +16 -1
  126. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +16 -1
  127. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +16 -1
  128. package/SCSS-Themes/schedule/schedule/fabric.scss +16 -1
  129. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +16 -1
  130. package/SCSS-Themes/schedule/schedule/fluent.scss +16 -1
  131. package/SCSS-Themes/schedule/schedule/highcontrast.scss +16 -1
  132. package/SCSS-Themes/schedule/schedule/material-dark.scss +16 -1
  133. package/SCSS-Themes/schedule/schedule/material.scss +16 -1
  134. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  135. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  136. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +16 -1
  137. package/SCSS-Themes/schedule/schedule/tailwind.scss +16 -1
  138. package/SCSS-Themes/tailwind-dark.scss +184 -36
  139. package/SCSS-Themes/tailwind.scss +184 -36
  140. package/package.json +1 -1
@@ -1436,16 +1436,6 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
1436
1436
  }
1437
1437
  }
1438
1438
 
1439
- &.e-device {
1440
- .e-pivotcell-container {
1441
- .e-stackedheadertext {
1442
- &.e-cellvalue {
1443
- align-self: center;
1444
- }
1445
- }
1446
- }
1447
- }
1448
-
1449
1439
  .e-nextspan {
1450
1440
  display: inline-block;
1451
1441
  width: $pivotview-indent-space-size;
@@ -1726,10 +1716,12 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
1726
1716
  .e-spinner-pane.e-pivot-outer-spinner {
1727
1717
  z-index: 1 !important;
1728
1718
  }
1719
+
1729
1720
  .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1730
1721
  visibility: hidden !important;
1731
1722
  /* stylelint-enable */
1732
1723
  }
1724
+
1733
1725
  .e-grid {
1734
1726
  .e-pivot-content-loader {
1735
1727
  position: absolute;
@@ -1748,6 +1740,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
1748
1740
  visibility: hidden;
1749
1741
  }
1750
1742
  }
1743
+
1744
+ &.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1745
+ align-self: center;
1746
+ }
1751
1747
  }
1752
1748
 
1753
1749
  .e-grid .e-headercelldiv,
@@ -1436,16 +1436,6 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
1436
1436
  }
1437
1437
  }
1438
1438
 
1439
- &.e-device {
1440
- .e-pivotcell-container {
1441
- .e-stackedheadertext {
1442
- &.e-cellvalue {
1443
- align-self: center;
1444
- }
1445
- }
1446
- }
1447
- }
1448
-
1449
1439
  .e-nextspan {
1450
1440
  display: inline-block;
1451
1441
  width: $pivotview-indent-space-size;
@@ -1726,10 +1716,12 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
1726
1716
  .e-spinner-pane.e-pivot-outer-spinner {
1727
1717
  z-index: 1 !important;
1728
1718
  }
1719
+
1729
1720
  .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1730
1721
  visibility: hidden !important;
1731
1722
  /* stylelint-enable */
1732
1723
  }
1724
+
1733
1725
  .e-grid {
1734
1726
  .e-pivot-content-loader {
1735
1727
  position: absolute;
@@ -1748,6 +1740,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
1748
1740
  visibility: hidden;
1749
1741
  }
1750
1742
  }
1743
+
1744
+ &.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1745
+ align-self: center;
1746
+ }
1751
1747
  }
1752
1748
 
1753
1749
  .e-grid .e-headercelldiv,
@@ -1433,16 +1433,6 @@ $pivotpager-single-size-title-padding: 8px !default;
1433
1433
  }
1434
1434
  }
1435
1435
 
1436
- &.e-device {
1437
- .e-pivotcell-container {
1438
- .e-stackedheadertext {
1439
- &.e-cellvalue {
1440
- align-self: center;
1441
- }
1442
- }
1443
- }
1444
- }
1445
-
1446
1436
  .e-nextspan {
1447
1437
  display: inline-block;
1448
1438
  width: $pivotview-indent-space-size;
@@ -1723,10 +1713,12 @@ $pivotpager-single-size-title-padding: 8px !default;
1723
1713
  .e-spinner-pane.e-pivot-outer-spinner {
1724
1714
  z-index: 1 !important;
1725
1715
  }
1716
+
1726
1717
  .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1727
1718
  visibility: hidden !important;
1728
1719
  /* stylelint-enable */
1729
1720
  }
1721
+
1730
1722
  .e-grid {
1731
1723
  .e-pivot-content-loader {
1732
1724
  position: absolute;
@@ -1745,6 +1737,10 @@ $pivotpager-single-size-title-padding: 8px !default;
1745
1737
  visibility: hidden;
1746
1738
  }
1747
1739
  }
1740
+
1741
+ &.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1742
+ align-self: center;
1743
+ }
1748
1744
  }
1749
1745
 
1750
1746
  .e-grid .e-headercelldiv,
@@ -1433,16 +1433,6 @@ $pivotpager-single-size-title-padding: 8px !default;
1433
1433
  }
1434
1434
  }
1435
1435
 
1436
- &.e-device {
1437
- .e-pivotcell-container {
1438
- .e-stackedheadertext {
1439
- &.e-cellvalue {
1440
- align-self: center;
1441
- }
1442
- }
1443
- }
1444
- }
1445
-
1446
1436
  .e-nextspan {
1447
1437
  display: inline-block;
1448
1438
  width: $pivotview-indent-space-size;
@@ -1723,10 +1713,12 @@ $pivotpager-single-size-title-padding: 8px !default;
1723
1713
  .e-spinner-pane.e-pivot-outer-spinner {
1724
1714
  z-index: 1 !important;
1725
1715
  }
1716
+
1726
1717
  .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1727
1718
  visibility: hidden !important;
1728
1719
  /* stylelint-enable */
1729
1720
  }
1721
+
1730
1722
  .e-grid {
1731
1723
  .e-pivot-content-loader {
1732
1724
  position: absolute;
@@ -1745,6 +1737,10 @@ $pivotpager-single-size-title-padding: 8px !default;
1745
1737
  visibility: hidden;
1746
1738
  }
1747
1739
  }
1740
+
1741
+ &.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1742
+ align-self: center;
1743
+ }
1748
1744
  }
1749
1745
 
1750
1746
  .e-grid .e-headercelldiv,
@@ -3689,7 +3689,18 @@ $schedule-tree-content-color: #fff !default;
3689
3689
  line-height: normal;
3690
3690
  }
3691
3691
 
3692
- .e-save-icon {
3692
+ .e-title-text {
3693
+ text-align: center;
3694
+ }
3695
+
3696
+ .e-save-icon,
3697
+ .e-back-icon,
3698
+ .e-delete-icon {
3699
+ width: 2.5em;
3700
+ }
3701
+
3702
+ .e-save-icon,
3703
+ .e-delete-icon {
3693
3704
  text-align: right;
3694
3705
  }
3695
3706
 
@@ -5202,6 +5213,10 @@ $schedule-tree-content-color: #fff !default;
5202
5213
  content: '\e964';
5203
5214
  }
5204
5215
 
5216
+ .e-delete-icon::before {
5217
+ content: '\e94a';
5218
+ }
5219
+
5205
5220
  .e-recurrence-container {
5206
5221
  .e-recurrence-edit-button {
5207
5222
  .e-recurrence-edit.e-icons::before {
@@ -3689,7 +3689,18 @@ $schedule-tree-content-color: $shadow !default;
3689
3689
  line-height: normal;
3690
3690
  }
3691
3691
 
3692
- .e-save-icon {
3692
+ .e-title-text {
3693
+ text-align: center;
3694
+ }
3695
+
3696
+ .e-save-icon,
3697
+ .e-back-icon,
3698
+ .e-delete-icon {
3699
+ width: 2.5em;
3700
+ }
3701
+
3702
+ .e-save-icon,
3703
+ .e-delete-icon {
3693
3704
  text-align: right;
3694
3705
  }
3695
3706
 
@@ -5202,6 +5213,10 @@ $schedule-tree-content-color: $shadow !default;
5202
5213
  content: '\e964';
5203
5214
  }
5204
5215
 
5216
+ .e-delete-icon::before {
5217
+ content: '\e94a';
5218
+ }
5219
+
5205
5220
  .e-recurrence-container {
5206
5221
  .e-recurrence-edit-button {
5207
5222
  .e-recurrence-edit.e-icons::before {
@@ -3692,7 +3692,18 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
3692
3692
  line-height: normal;
3693
3693
  }
3694
3694
 
3695
- .e-save-icon {
3695
+ .e-title-text {
3696
+ text-align: center;
3697
+ }
3698
+
3699
+ .e-save-icon,
3700
+ .e-back-icon,
3701
+ .e-delete-icon {
3702
+ width: 2.5em;
3703
+ }
3704
+
3705
+ .e-save-icon,
3706
+ .e-delete-icon {
3696
3707
  text-align: right;
3697
3708
  }
3698
3709
 
@@ -5205,6 +5216,10 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
5205
5216
  content: '\e74d';
5206
5217
  }
5207
5218
 
5219
+ .e-delete-icon::before {
5220
+ content: '\e773';
5221
+ }
5222
+
5208
5223
  .e-recurrence-container {
5209
5224
  .e-recurrence-edit-button {
5210
5225
  .e-recurrence-edit.e-icons::before {
@@ -3699,7 +3699,18 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
3699
3699
  line-height: normal;
3700
3700
  }
3701
3701
 
3702
- .e-save-icon {
3702
+ .e-title-text {
3703
+ text-align: center;
3704
+ }
3705
+
3706
+ .e-save-icon,
3707
+ .e-back-icon,
3708
+ .e-delete-icon {
3709
+ width: 2.5em;
3710
+ }
3711
+
3712
+ .e-save-icon,
3713
+ .e-delete-icon {
3703
3714
  text-align: right;
3704
3715
  }
3705
3716
 
@@ -5212,6 +5223,10 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
5212
5223
  content: '\e7c8';
5213
5224
  }
5214
5225
 
5226
+ .e-delete-icon::before {
5227
+ content: '\e820';
5228
+ }
5229
+
5215
5230
  .e-recurrence-container {
5216
5231
  .e-recurrence-edit-button {
5217
5232
  .e-recurrence-edit.e-icons::before {
@@ -3699,7 +3699,18 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
3699
3699
  line-height: normal;
3700
3700
  }
3701
3701
 
3702
- .e-save-icon {
3702
+ .e-title-text {
3703
+ text-align: center;
3704
+ }
3705
+
3706
+ .e-save-icon,
3707
+ .e-back-icon,
3708
+ .e-delete-icon {
3709
+ width: 2.5em;
3710
+ }
3711
+
3712
+ .e-save-icon,
3713
+ .e-delete-icon {
3703
3714
  text-align: right;
3704
3715
  }
3705
3716
 
@@ -5212,6 +5223,10 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
5212
5223
  content: '\e7c8';
5213
5224
  }
5214
5225
 
5226
+ .e-delete-icon::before {
5227
+ content: '\e820';
5228
+ }
5229
+
5215
5230
  .e-recurrence-container {
5216
5231
  .e-recurrence-edit-button {
5217
5232
  .e-recurrence-edit.e-icons::before {
@@ -3688,7 +3688,18 @@ $schedule-tree-content-color: #fff !default;
3688
3688
  line-height: normal;
3689
3689
  }
3690
3690
 
3691
- .e-save-icon {
3691
+ .e-title-text {
3692
+ text-align: center;
3693
+ }
3694
+
3695
+ .e-save-icon,
3696
+ .e-back-icon,
3697
+ .e-delete-icon {
3698
+ width: 2.5em;
3699
+ }
3700
+
3701
+ .e-save-icon,
3702
+ .e-delete-icon {
3692
3703
  text-align: right;
3693
3704
  }
3694
3705
 
@@ -5201,6 +5212,10 @@ $schedule-tree-content-color: #fff !default;
5201
5212
  content: '\e954';
5202
5213
  }
5203
5214
 
5215
+ .e-delete-icon::before {
5216
+ content: '\e965';
5217
+ }
5218
+
5204
5219
  .e-recurrence-container {
5205
5220
  .e-recurrence-edit-button {
5206
5221
  .e-recurrence-edit.e-icons::before {
@@ -3689,7 +3689,18 @@ $schedule-tree-content-color: $shadow !default;
3689
3689
  line-height: normal;
3690
3690
  }
3691
3691
 
3692
- .e-save-icon {
3692
+ .e-title-text {
3693
+ text-align: center;
3694
+ }
3695
+
3696
+ .e-save-icon,
3697
+ .e-back-icon,
3698
+ .e-delete-icon {
3699
+ width: 2.5em;
3700
+ }
3701
+
3702
+ .e-save-icon,
3703
+ .e-delete-icon {
3693
3704
  text-align: right;
3694
3705
  }
3695
3706
 
@@ -5202,6 +5213,10 @@ $schedule-tree-content-color: $shadow !default;
5202
5213
  content: '\e954';
5203
5214
  }
5204
5215
 
5216
+ .e-delete-icon::before {
5217
+ content: '\e965';
5218
+ }
5219
+
5205
5220
  .e-recurrence-container {
5206
5221
  .e-recurrence-edit-button {
5207
5222
  .e-recurrence-edit.e-icons::before {
@@ -3694,7 +3694,18 @@ $schedule-tree-content-color: $content-text-color-alt2;
3694
3694
  line-height: normal;
3695
3695
  }
3696
3696
 
3697
- .e-save-icon {
3697
+ .e-title-text {
3698
+ text-align: center;
3699
+ }
3700
+
3701
+ .e-save-icon,
3702
+ .e-back-icon,
3703
+ .e-delete-icon {
3704
+ width: 2.5em;
3705
+ }
3706
+
3707
+ .e-save-icon,
3708
+ .e-delete-icon {
3698
3709
  text-align: right;
3699
3710
  }
3700
3711
 
@@ -5207,6 +5218,10 @@ $schedule-tree-content-color: $content-text-color-alt2;
5207
5218
  content: '\e7c8';
5208
5219
  }
5209
5220
 
5221
+ .e-delete-icon::before {
5222
+ content: '\e820';
5223
+ }
5224
+
5210
5225
  .e-recurrence-container {
5211
5226
  .e-recurrence-edit-button {
5212
5227
  .e-recurrence-edit.e-icons::before {
@@ -3694,7 +3694,18 @@ $schedule-tree-content-color: $content-text-color-alt2;
3694
3694
  line-height: normal;
3695
3695
  }
3696
3696
 
3697
- .e-save-icon {
3697
+ .e-title-text {
3698
+ text-align: center;
3699
+ }
3700
+
3701
+ .e-save-icon,
3702
+ .e-back-icon,
3703
+ .e-delete-icon {
3704
+ width: 2.5em;
3705
+ }
3706
+
3707
+ .e-save-icon,
3708
+ .e-delete-icon {
3698
3709
  text-align: right;
3699
3710
  }
3700
3711
 
@@ -5207,6 +5218,10 @@ $schedule-tree-content-color: $content-text-color-alt2;
5207
5218
  content: '\e7c8';
5208
5219
  }
5209
5220
 
5221
+ .e-delete-icon::before {
5222
+ content: '\e820';
5223
+ }
5224
+
5210
5225
  .e-recurrence-container {
5211
5226
  .e-recurrence-edit-button {
5212
5227
  .e-recurrence-edit.e-icons::before {
@@ -3690,7 +3690,18 @@ $schedule-tree-content-color: #fff !default;
3690
3690
  line-height: normal;
3691
3691
  }
3692
3692
 
3693
- .e-save-icon {
3693
+ .e-title-text {
3694
+ text-align: center;
3695
+ }
3696
+
3697
+ .e-save-icon,
3698
+ .e-back-icon,
3699
+ .e-delete-icon {
3700
+ width: 2.5em;
3701
+ }
3702
+
3703
+ .e-save-icon,
3704
+ .e-delete-icon {
3694
3705
  text-align: right;
3695
3706
  }
3696
3707
 
@@ -5203,6 +5214,10 @@ $schedule-tree-content-color: #fff !default;
5203
5214
  content: '\e954';
5204
5215
  }
5205
5216
 
5217
+ .e-delete-icon::before {
5218
+ content: '\e965';
5219
+ }
5220
+
5206
5221
  .e-recurrence-container {
5207
5222
  .e-recurrence-edit-button {
5208
5223
  .e-recurrence-edit.e-icons::before {
@@ -3689,7 +3689,18 @@ $schedule-tree-content-color: #fff !default;
3689
3689
  line-height: normal;
3690
3690
  }
3691
3691
 
3692
- .e-save-icon {
3692
+ .e-title-text {
3693
+ text-align: center;
3694
+ }
3695
+
3696
+ .e-save-icon,
3697
+ .e-back-icon,
3698
+ .e-delete-icon {
3699
+ width: 2.5em;
3700
+ }
3701
+
3702
+ .e-save-icon,
3703
+ .e-delete-icon {
3693
3704
  text-align: right;
3694
3705
  }
3695
3706
 
@@ -5202,6 +5213,10 @@ $schedule-tree-content-color: #fff !default;
5202
5213
  content: '\e98e';
5203
5214
  }
5204
5215
 
5216
+ .e-delete-icon::before {
5217
+ content: '\e94a';
5218
+ }
5219
+
5205
5220
  .e-recurrence-container {
5206
5221
  .e-recurrence-edit-button {
5207
5222
  .e-recurrence-edit.e-icons::before {
@@ -3689,7 +3689,18 @@ $schedule-tree-content-color: $shadow;
3689
3689
  line-height: normal;
3690
3690
  }
3691
3691
 
3692
- .e-save-icon {
3692
+ .e-title-text {
3693
+ text-align: center;
3694
+ }
3695
+
3696
+ .e-save-icon,
3697
+ .e-back-icon,
3698
+ .e-delete-icon {
3699
+ width: 2.5em;
3700
+ }
3701
+
3702
+ .e-save-icon,
3703
+ .e-delete-icon {
3693
3704
  text-align: right;
3694
3705
  }
3695
3706
 
@@ -5202,6 +5213,10 @@ $schedule-tree-content-color: $shadow;
5202
5213
  content: '\e98e';
5203
5214
  }
5204
5215
 
5216
+ .e-delete-icon::before {
5217
+ content: '\e94a';
5218
+ }
5219
+
5205
5220
  .e-recurrence-container {
5206
5221
  .e-recurrence-edit-button {
5207
5222
  .e-recurrence-edit.e-icons::before {
@@ -3701,7 +3701,18 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
3701
3701
  line-height: normal;
3702
3702
  }
3703
3703
 
3704
- .e-save-icon {
3704
+ .e-title-text {
3705
+ text-align: center;
3706
+ }
3707
+
3708
+ .e-save-icon,
3709
+ .e-back-icon,
3710
+ .e-delete-icon {
3711
+ width: 2.5em;
3712
+ }
3713
+
3714
+ .e-save-icon,
3715
+ .e-delete-icon {
3705
3716
  text-align: right;
3706
3717
  }
3707
3718
 
@@ -5214,6 +5225,10 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
5214
5225
  content: '\e7c8';
5215
5226
  }
5216
5227
 
5228
+ .e-delete-icon::before {
5229
+ content: '\e820';
5230
+ }
5231
+
5217
5232
  .e-recurrence-container {
5218
5233
  .e-recurrence-edit-button {
5219
5234
  .e-recurrence-edit.e-icons::before {
@@ -3701,7 +3701,18 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
3701
3701
  line-height: normal;
3702
3702
  }
3703
3703
 
3704
- .e-save-icon {
3704
+ .e-title-text {
3705
+ text-align: center;
3706
+ }
3707
+
3708
+ .e-save-icon,
3709
+ .e-back-icon,
3710
+ .e-delete-icon {
3711
+ width: 2.5em;
3712
+ }
3713
+
3714
+ .e-save-icon,
3715
+ .e-delete-icon {
3705
3716
  text-align: right;
3706
3717
  }
3707
3718
 
@@ -5214,6 +5225,10 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
5214
5225
  content: '\e7c8';
5215
5226
  }
5216
5227
 
5228
+ .e-delete-icon::before {
5229
+ content: '\e820';
5230
+ }
5231
+
5217
5232
  .e-recurrence-container {
5218
5233
  .e-recurrence-edit-button {
5219
5234
  .e-recurrence-edit.e-icons::before {
@@ -3691,7 +3691,18 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
3691
3691
  line-height: normal;
3692
3692
  }
3693
3693
 
3694
- .e-save-icon {
3694
+ .e-title-text {
3695
+ text-align: center;
3696
+ }
3697
+
3698
+ .e-save-icon,
3699
+ .e-back-icon,
3700
+ .e-delete-icon {
3701
+ width: 2.5em;
3702
+ }
3703
+
3704
+ .e-save-icon,
3705
+ .e-delete-icon {
3695
3706
  text-align: right;
3696
3707
  }
3697
3708
 
@@ -5204,6 +5215,10 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
5204
5215
  content: '\e7c8';
5205
5216
  }
5206
5217
 
5218
+ .e-delete-icon::before {
5219
+ content: '\e820';
5220
+ }
5221
+
5207
5222
  .e-recurrence-container {
5208
5223
  .e-recurrence-edit-button {
5209
5224
  .e-recurrence-edit.e-icons::before {
@@ -3691,7 +3691,18 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
3691
3691
  line-height: normal;
3692
3692
  }
3693
3693
 
3694
- .e-save-icon {
3694
+ .e-title-text {
3695
+ text-align: center;
3696
+ }
3697
+
3698
+ .e-save-icon,
3699
+ .e-back-icon,
3700
+ .e-delete-icon {
3701
+ width: 2.5em;
3702
+ }
3703
+
3704
+ .e-save-icon,
3705
+ .e-delete-icon {
3695
3706
  text-align: right;
3696
3707
  }
3697
3708
 
@@ -5204,6 +5215,10 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
5204
5215
  content: '\e7c8';
5205
5216
  }
5206
5217
 
5218
+ .e-delete-icon::before {
5219
+ content: '\e820';
5220
+ }
5221
+
5207
5222
  .e-recurrence-container {
5208
5223
  .e-recurrence-edit-button {
5209
5224
  .e-recurrence-edit.e-icons::before {