@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
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: 16px !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
24
24
  $image-editor-contextual-toolbar: $grey-darker !default;
25
25
  $image-editor-drop-border: 2px dashed $grey-dark-font !default;
26
+ $image-editor-dropdown-btn-preview-top: -2px !default;
27
+ $image-editor-dropdown-btn-preview-left: 0 !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -1px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: 0 !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: 16px !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
24
24
  $image-editor-contextual-toolbar: $grey-f8 !default;
25
25
  $image-editor-drop-border: 2px dashed $gray-dark !default;
26
+ $image-editor-dropdown-btn-preview-top: -2px !default;
27
+ $image-editor-dropdown-btn-preview-left: 0 !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -1px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: 0 !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: 16px !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
24
24
  $image-editor-contextual-toolbar: $gray-100 !default;
25
25
  $image-editor-drop-border: 2px dashed $gray-700 !default;
26
+ $image-editor-dropdown-btn-preview-top: -2px !default;
27
+ $image-editor-dropdown-btn-preview-left: 0 !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -1px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: 0 !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $gray-700 !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: $text-lg !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
24
24
  $image-editor-contextual-toolbar: $content-bg-color-alt1 !default;
25
25
  $image-editor-drop-border: 2px dashed $icon-color !default;
26
+ $image-editor-dropdown-btn-preview-top: -4px !default;
27
+ $image-editor-dropdown-btn-preview-left: -4px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -4px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -4px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: $text-lg !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
24
24
  $image-editor-contextual-toolbar: $content-bg-color-alt1 !default;
25
25
  $image-editor-drop-border: 2px dashed $icon-color !default;
26
+ $image-editor-dropdown-btn-preview-top: -4px !default;
27
+ $image-editor-dropdown-btn-preview-left: -4px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -4px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -4px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: 16px !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
24
24
  $image-editor-contextual-toolbar: $neutral-lighter !default;
25
25
  $image-editor-drop-border: 2px dashed $neutral-light-font !default;
26
+ $image-editor-dropdown-btn-preview-top: -4px !default;
27
+ $image-editor-dropdown-btn-preview-left: -1px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -4px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: 16px !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: 18px !default;
24
24
  $image-editor-contextual-toolbar: $neutral-white !default;
25
25
  $image-editor-drop-border: 2px dashed $neutral-light-font !default;
26
+ $image-editor-dropdown-btn-preview-top: -4px !default;
27
+ $image-editor-dropdown-btn-preview-left: -1px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -4px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }
@@ -23,6 +23,10 @@ $image-editor-tbar-btn-fontsize: $text-lg !default;
23
23
  $image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
24
24
  $image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
25
25
  $image-editor-drop-border: 2px dashed $icon-color !default;
26
+ $image-editor-dropdown-btn-preview-top: -4px !default;
27
+ $image-editor-dropdown-btn-preview-left: -4px !default;
28
+ $image-editor-bigger-dropdown-btn-preview-top: -4px !default;
29
+ $image-editor-bigger-dropdown-btn-preview-left: -4px !default;
26
30
 
27
31
  @include export-module('image-editor-layout') {
28
32
 
@@ -90,6 +94,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
90
94
 
91
95
  & .e-fill.e-template,
92
96
  & .e-stroke.e-template,
97
+ & .e-frame-stroke.e-template,
93
98
  & .e-pen-stroke-color.e-template,
94
99
  & .e-text-font-color.e-template,
95
100
  & .e-save.e-template {
@@ -108,6 +113,17 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
108
113
  }
109
114
  }
110
115
 
116
+ & .e-btn-icon.e-dropdownbtn-preview {
117
+ margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
118
+ margin-left: $image-editor-bigger-dropdown-btn-preview-left;
119
+ }
120
+
121
+ & .e-dropdown-btn.e-icon-btn {
122
+ @if $skin-name == 'Material3' {
123
+ padding: 7px 15px;
124
+ }
125
+ }
126
+
111
127
  & .e-dropdown-btn.e-image-popup {
112
128
  & .e-select,
113
129
  & .e-annotation,
@@ -254,6 +270,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
254
270
 
255
271
  & .e-fill.e-template,
256
272
  & .e-stroke.e-template,
273
+ & .e-frame-stroke.e-template,
257
274
  & .e-pen-stroke-color.e-template,
258
275
  & .e-text-font-color.e-template,
259
276
  & .e-save.e-template {
@@ -275,7 +292,8 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
275
292
  & .e-btn-icon.e-dropdownbtn-preview {
276
293
  height: 18px;
277
294
  width: 18px;
278
- margin-top: -4px;
295
+ margin-top: $image-editor-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
296
+ margin-left: $image-editor-dropdown-btn-preview-left;
279
297
  }
280
298
 
281
299
  & .e-dropdown-btn.e-image-popup {
@@ -347,6 +365,11 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
347
365
  margin: 4px;
348
366
  text-align: center;
349
367
  }
368
+
369
+ & .e-dropdown-btn {
370
+ margin: 0 auto;
371
+ width: max-content;
372
+ }
350
373
  }
351
374
 
352
375
  &.e-frame-wrapper {
@@ -388,12 +411,7 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
388
411
 
389
412
  & .e-slider-container {
390
413
  margin-left: calc(50% - 137px);
391
- @if $skin-name == 'Material3' {
392
- height: 70px !important; /* stylelint-disable-line declaration-no-important */
393
- }
394
- @else {
395
- height: 54px !important; /* stylelint-disable-line declaration-no-important */
396
- }
414
+ height: 54px !important; /* stylelint-disable-line declaration-no-important */
397
415
  }
398
416
  }
399
417
  }