@syncfusion/blazor-themes 23.1.44 → 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 (110) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +156 -10
  2. package/SCSS-Themes/bootstrap.scss +151 -10
  3. package/SCSS-Themes/bootstrap4.scss +151 -10
  4. package/SCSS-Themes/bootstrap5-dark.scss +153 -11
  5. package/SCSS-Themes/bootstrap5.scss +153 -11
  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 +156 -10
  48. package/SCSS-Themes/fabric.scss +151 -10
  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 +153 -11
  52. package/SCSS-Themes/fluent.scss +153 -11
  53. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +34 -2
  54. package/SCSS-Themes/grids/grid/bootstrap.scss +34 -2
  55. package/SCSS-Themes/grids/grid/bootstrap4.scss +34 -2
  56. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +34 -2
  57. package/SCSS-Themes/grids/grid/bootstrap5.scss +34 -2
  58. package/SCSS-Themes/grids/grid/fabric-dark.scss +34 -2
  59. package/SCSS-Themes/grids/grid/fabric.scss +34 -2
  60. package/SCSS-Themes/grids/grid/fluent-dark.scss +34 -2
  61. package/SCSS-Themes/grids/grid/fluent.scss +34 -2
  62. package/SCSS-Themes/grids/grid/highcontrast.scss +34 -2
  63. package/SCSS-Themes/grids/grid/material-dark.scss +34 -2
  64. package/SCSS-Themes/grids/grid/material.scss +34 -2
  65. package/SCSS-Themes/grids/grid/material3-dark.scss +34 -2
  66. package/SCSS-Themes/grids/grid/material3.scss +34 -2
  67. package/SCSS-Themes/grids/grid/tailwind-dark.scss +34 -2
  68. package/SCSS-Themes/grids/grid/tailwind.scss +34 -2
  69. package/SCSS-Themes/highcontrast.scss +156 -10
  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 +151 -10
  87. package/SCSS-Themes/material.scss +151 -10
  88. package/SCSS-Themes/material3-dark.scss +153 -12
  89. package/SCSS-Themes/material3.scss +153 -12
  90. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +1 -1
  91. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +1 -1
  92. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +16 -1
  93. package/SCSS-Themes/schedule/schedule/bootstrap.scss +16 -1
  94. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +16 -1
  95. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +16 -1
  96. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +16 -1
  97. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +16 -1
  98. package/SCSS-Themes/schedule/schedule/fabric.scss +16 -1
  99. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +16 -1
  100. package/SCSS-Themes/schedule/schedule/fluent.scss +16 -1
  101. package/SCSS-Themes/schedule/schedule/highcontrast.scss +16 -1
  102. package/SCSS-Themes/schedule/schedule/material-dark.scss +16 -1
  103. package/SCSS-Themes/schedule/schedule/material.scss +16 -1
  104. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  105. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  106. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +16 -1
  107. package/SCSS-Themes/schedule/schedule/tailwind.scss +16 -1
  108. package/SCSS-Themes/tailwind-dark.scss +153 -11
  109. package/SCSS-Themes/tailwind.scss +153 -11
  110. package/package.json +1 -1
@@ -65882,6 +65882,13 @@ $de-column-presets-font-size: 60px !default;
65882
65882
  padding-left: 20px;
65883
65883
  padding-right: 20px;
65884
65884
  }
65885
+
65886
+ .e-de-para-tab {
65887
+ float: left;
65888
+ }
65889
+ .e-de-para-tab.e-rtl {
65890
+ float: right;
65891
+ }
65885
65892
 
65886
65893
  .e-de-column-label.e-de-rtl {
65887
65894
  font-size: $de-border-dlg-settinglabels-fontsize;
@@ -70491,6 +70498,14 @@ $de-toggle-disabled-color: $secondary-bg-color !default;
70491
70498
  $de-background-color: $content-bg-color-alt3 !default;
70492
70499
  $de-toolbar-background-color: $content-bg-color-alt2 !default;
70493
70500
  $de-pane-background-color: $content-bg-color-alt1 !default;
70501
+ $de-ruler-background-color: $content-bg-color-alt3 !default;
70502
+ $de-ruler-margin-color: rgba($content-bg-color) !default;
70503
+ $de-ruler-tick-stroke: rgba($icon-color) !default;
70504
+ $de-ruler-label-fill: rgba($content-text-color-alt1) !default;
70505
+ $de-ruler-indent-stroke: rgba($icon-color) !default;
70506
+ $de-ruler-indent-fill: rgba($content-bg-color) !default;
70507
+ $de-ruler-indent-hover: $content-bg-color-alt5 !default;
70508
+ $de-ruler-indent-active: rgba($primary) !default;
70494
70509
 
70495
70510
  //Blazor
70496
70511
  $e-de-bzr-button-border-color: rgba($white) !default;
@@ -72185,6 +72200,62 @@ $de-hover-bg: $content-bg-color-alt2 !default;
72185
72200
  }
72186
72201
  }
72187
72202
  }
72203
+ .e-de-hRuler {
72204
+ background-color: $de-ruler-background-color;
72205
+ @if $skin-name =='Material3' {
72206
+ background: $de-ruler-background-color;
72207
+ }
72208
+ border-bottom: 0.5px solid $de-panel-border;
72209
+ }
72210
+ .e-de-vRuler {
72211
+ background-color: $de-ruler-background-color;
72212
+ @if $skin-name =='Material3' {
72213
+ background: $de-ruler-background-color;
72214
+ }
72215
+ border-right: 0.5px solid $de-panel-border;
72216
+ }
72217
+ .e-de-ruler-margin {
72218
+ background-color: $de-ruler-margin-color;
72219
+ @if $skin-name =='Material3' {
72220
+ background: $de-ruler-margin-color;
72221
+ }
72222
+ }
72223
+ .e-de-ruler-tick {
72224
+ stroke: $de-ruler-tick-stroke;
72225
+ }
72226
+ .e-de-ruler-tick-label {
72227
+ fill: $de-ruler-label-fill
72228
+ }
72229
+ .e-de-ruler-markIndicator {
72230
+ background-color: $de-ruler-margin-color;
72231
+ }
72232
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
72233
+ fill: $de-ruler-tick-stroke;
72234
+ }
72235
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
72236
+ fill: $de-ruler-tick-stroke;
72237
+ }
72238
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
72239
+ fill: $de-ruler-indent-fill;
72240
+ stroke: $de-ruler-indent-stroke;
72241
+ }
72242
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
72243
+ fill: $de-ruler-indent-hover;
72244
+ stroke: $de-ruler-indent-stroke;
72245
+ }
72246
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
72247
+ fill: $de-ruler-indent-active;
72248
+ stroke: $de-ruler-indent-stroke;
72249
+ }
72250
+ .e-de-ruler-table-svg {
72251
+ fill: $de-ruler-indent-stroke;
72252
+ }
72253
+ .e-de-ruler-table-svg:hover {
72254
+ fill: $de-ruler-indent-hover;
72255
+ }
72256
+ .e-de-ruler-table-svg:active {
72257
+ fill: $de-ruler-indent-active;
72258
+ }
72188
72259
  .e-rtl {
72189
72260
  .e-listview .e-list-icon {
72190
72261
  height: 24px;
@@ -72197,6 +72268,11 @@ $de-hover-bg: $content-bg-color-alt2 !default;
72197
72268
  line-height: 22px;
72198
72269
  margin-left: $e-de-ctnr-break-listview-margin-left;
72199
72270
  }
72271
+ .e-de-vRuler {
72272
+ background-color: $de-ruler-background-color;
72273
+ border-right: none;
72274
+ border-left: 0.5px solid $de-panel-border;
72275
+ }
72200
72276
  }
72201
72277
  .e-bigger {
72202
72278
  @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
@@ -77981,6 +78057,15 @@ $grid-dropitems-count-margin-left: -9px !default;
77981
78057
  border-bottom-width: $grid-border-bottom-width;
77982
78058
  }
77983
78059
 
78060
+ .e-bigger & .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell,
78061
+ &.e-bigger .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell,
78062
+ .e-gridcontent .e-groupcaptionrow .e-lastrowcell.e-recordplusexpand ~ td.e-lastrowcell {
78063
+ &.e-groupcaption,
78064
+ &.e-summarycell {
78065
+ border-bottom-width: 0;
78066
+ }
78067
+ }
78068
+
77984
78069
  & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
77985
78070
  position: relative;
77986
78071
  left: -5px;
@@ -81301,7 +81386,7 @@ margin: $grid-group-animator-cell-margin;
81301
81386
  text-align: left;
81302
81387
  }
81303
81388
 
81304
- &.e-default table th:not([rowspan = '1']) {
81389
+ &.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
81305
81390
  border-width: $grid-headercell-both-border-width;
81306
81391
  }
81307
81392
 
@@ -81327,7 +81412,7 @@ margin: $grid-group-animator-cell-margin;
81327
81412
  border-right-width: 1px;
81328
81413
  }
81329
81414
 
81330
- &.e-rtl.e-default table th:not([rowspan = '1']) {
81415
+ &.e-rtl.e-default table th:not([rowspan = '1']):not(.e-detailcell,.e-detailindentcell,.e-stackedheadercell) {
81331
81416
  border-width: $grid-rtl-headercell-both-border-width;
81332
81417
  }
81333
81418
 
@@ -81369,6 +81454,29 @@ margin: $grid-group-animator-cell-margin;
81369
81454
  &.e-rtl.e-default.e-bothlines .e-detailheadercell {
81370
81455
  border-width: $grid-headercell-both-border-width;
81371
81456
  }
81457
+
81458
+ &.e-resize-lines,
81459
+ &.e-resize-lines.e-rtl {
81460
+
81461
+ & th.e-headercell.e-stackedheadercell:not(.e-freezerightborder, .e-freezeleftborder),
81462
+ & th.e-headercell.e-firstcell:not(.e-freezerightborder, .e-freezeleftborder) {
81463
+ border-left: 0;
81464
+ border-right: 0;
81465
+ border-top: 0;
81466
+ }
81467
+ }
81468
+
81469
+ &.e-default.e-bothlines .e-headercell,
81470
+ &.e-default.e-bothlines .e-detailheadercell {
81471
+ border-width: $grid-headercell-both-border-width;
81472
+ }
81473
+
81474
+ &.e-bothlines .e-gridheader th.e-stackedheadercell {
81475
+ border-bottom-style: $grid-border-type;
81476
+ border-bottom-width: $grid-border-size;
81477
+ border-left-style: $grid-border-type;
81478
+ border-left-width: $grid-border-size;
81479
+ }
81372
81480
 
81373
81481
  .e-bigger #{&}.e-grid.sf-grid,
81374
81482
  #{&}.e-grid.sf-grid.e-bigger {
@@ -83465,7 +83573,7 @@ $fe-grid-header-cb-padding-left: 12px !default;
83465
83573
  $fe-grid-content-font-size: 12px !default;
83466
83574
  $fe-grid-content-name-font-size: 14px !default;
83467
83575
  $fe-grid-icon-sort-margin: 0 !default;
83468
- $fe-grid-icon-padding: 0 0 0 24px !default;
83576
+ $fe-grid-icon-padding: 0 0 0 6px !default;
83469
83577
  $fe-lg-margin: 0 !default;
83470
83578
  $fe-lg-padding: 0 4px !default;
83471
83579
  $fe-lg-item-height: 96px !default;
@@ -99193,7 +99301,7 @@ $pv-blazor-scale-ratio-dialog-max-width: 476px !default;
99193
99301
  $pv-handwritten-sign-width: 712px !default;
99194
99302
  $pv-handwritten-sign-height: 366px !default;
99195
99303
  $pv-canvas-sign-width: 100% !default;
99196
- $pv-canvas-sign-width-blazor: 100% !default;
99304
+ $pv-canvas-sign-width-blazor: 714px !default;
99197
99305
  $pv-font-div-padding: 15px 8px !default;
99198
99306
  $pv-font-div-padding-blazor: 15px 8px !default;
99199
99307
  $pv-signature-appearance-checkbox: 5px !default;
@@ -118752,7 +118860,18 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
118752
118860
  line-height: normal;
118753
118861
  }
118754
118862
 
118755
- .e-save-icon {
118863
+ .e-title-text {
118864
+ text-align: center;
118865
+ }
118866
+
118867
+ .e-save-icon,
118868
+ .e-back-icon,
118869
+ .e-delete-icon {
118870
+ width: 2.5em;
118871
+ }
118872
+
118873
+ .e-save-icon,
118874
+ .e-delete-icon {
118756
118875
  text-align: right;
118757
118876
  }
118758
118877
 
@@ -120265,6 +120384,10 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
120265
120384
  content: '\e7c8';
120266
120385
  }
120267
120386
 
120387
+ .e-delete-icon::before {
120388
+ content: '\e820';
120389
+ }
120390
+
120268
120391
  .e-recurrence-container {
120269
120392
  .e-recurrence-edit-button {
120270
120393
  .e-recurrence-edit.e-icons::before {
@@ -120350,6 +120473,10 @@ $image-editor-tbar-btn-fontsize: $text-base !default;
120350
120473
  $image-editor-bigger-tbar-btn-fontsize: $text-lg !default;
120351
120474
  $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
120352
120475
  $image-editor-drop-border: 2px dashed rgba($icon-color);
120476
+ $image-editor-dropdown-btn-preview-top: -2px !default;
120477
+ $image-editor-dropdown-btn-preview-left: -9px !default;
120478
+ $image-editor-bigger-dropdown-btn-preview-top: -1px !default;
120479
+ $image-editor-bigger-dropdown-btn-preview-left: -7px !default;
120353
120480
 
120354
120481
  @include export-module('image-editor-layout') {
120355
120482
 
@@ -120417,6 +120544,7 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120417
120544
 
120418
120545
  & .e-fill.e-template,
120419
120546
  & .e-stroke.e-template,
120547
+ & .e-frame-stroke.e-template,
120420
120548
  & .e-pen-stroke-color.e-template,
120421
120549
  & .e-text-font-color.e-template,
120422
120550
  & .e-save.e-template {
@@ -120435,6 +120563,17 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120435
120563
  }
120436
120564
  }
120437
120565
 
120566
+ & .e-btn-icon.e-dropdownbtn-preview {
120567
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
120568
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
120569
+ }
120570
+
120571
+ & .e-dropdown-btn.e-icon-btn {
120572
+ @if $skin-name == 'Material3' {
120573
+ padding: 7px 15px;
120574
+ }
120575
+ }
120576
+
120438
120577
  & .e-dropdown-btn.e-image-popup {
120439
120578
  & .e-select,
120440
120579
  & .e-annotation,
@@ -120581,6 +120720,7 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120581
120720
 
120582
120721
  & .e-fill.e-template,
120583
120722
  & .e-stroke.e-template,
120723
+ & .e-frame-stroke.e-template,
120584
120724
  & .e-pen-stroke-color.e-template,
120585
120725
  & .e-text-font-color.e-template,
120586
120726
  & .e-save.e-template {
@@ -120602,7 +120742,8 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120602
120742
  & .e-btn-icon.e-dropdownbtn-preview {
120603
120743
  height: 18px;
120604
120744
  width: 18px;
120605
- margin-top: -4px;
120745
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
120746
+ margin-left: $image-editor-dropdown-btn-preview-left;
120606
120747
  }
120607
120748
 
120608
120749
  & .e-dropdown-btn.e-image-popup {
@@ -120674,6 +120815,11 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120674
120815
  margin: 4px;
120675
120816
  text-align: center;
120676
120817
  }
120818
+
120819
+ & .e-dropdown-btn {
120820
+ margin: 0 auto;
120821
+ width: max-content;
120822
+ }
120677
120823
  }
120678
120824
 
120679
120825
  &.e-frame-wrapper {
@@ -120715,12 +120861,7 @@ $image-editor-drop-border: 2px dashed rgba($icon-color);
120715
120861
 
120716
120862
  & .e-slider-container {
120717
120863
  margin-left: calc(50% - 137px);
120718
- @if $skin-name == 'Material3' {
120719
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
120720
- }
120721
- @else {
120722
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
120723
- }
120864
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
120724
120865
  }
120725
120866
  }
120726
120867
  }
@@ -567,7 +567,7 @@ $pv-blazor-scale-ratio-dialog-max-width: 476px !default;
567
567
  $pv-handwritten-sign-width: 712px !default;
568
568
  $pv-handwritten-sign-height: 366px !default;
569
569
  $pv-canvas-sign-width: 100% !default;
570
- $pv-canvas-sign-width-blazor: 100% !default;
570
+ $pv-canvas-sign-width-blazor: 714px !default;
571
571
  $pv-font-div-padding: 15px 8px !default;
572
572
  $pv-font-div-padding-blazor: 15px 8px !default;
573
573
  $pv-signature-appearance-checkbox: 5px !default;
@@ -567,7 +567,7 @@ $pv-blazor-scale-ratio-dialog-max-width: 476px !default;
567
567
  $pv-handwritten-sign-width: 712px !default;
568
568
  $pv-handwritten-sign-height: 366px !default;
569
569
  $pv-canvas-sign-width: 100% !default;
570
- $pv-canvas-sign-width-blazor: 100% !default;
570
+ $pv-canvas-sign-width-blazor: 714px !default;
571
571
  $pv-font-div-padding: 15px 8px !default;
572
572
  $pv-font-div-padding-blazor: 15px 8px !default;
573
573
  $pv-signature-appearance-checkbox: 5px !default;
@@ -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 {