@syncfusion/blazor-themes 22.2.12 → 23.1.36

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 (365) hide show
  1. package/SCSS-Themes/base/bootstrap-dark.scss +53 -1
  2. package/SCSS-Themes/base/bootstrap.scss +54 -1
  3. package/SCSS-Themes/base/bootstrap4.scss +23 -1
  4. package/SCSS-Themes/base/bootstrap5-dark.scss +18 -1
  5. package/SCSS-Themes/base/bootstrap5.scss +18 -1
  6. package/SCSS-Themes/base/fabric-dark.scss +54 -1
  7. package/SCSS-Themes/base/fabric.scss +54 -1
  8. package/SCSS-Themes/base/fluent-dark.scss +18 -1
  9. package/SCSS-Themes/base/fluent.scss +18 -1
  10. package/SCSS-Themes/base/highcontrast.scss +54 -1
  11. package/SCSS-Themes/base/material-dark.scss +54 -2
  12. package/SCSS-Themes/base/material.scss +54 -1
  13. package/SCSS-Themes/base/material3-dark.scss +18 -1
  14. package/SCSS-Themes/base/material3.scss +19 -1
  15. package/SCSS-Themes/base/tailwind-dark.scss +19 -1
  16. package/SCSS-Themes/base/tailwind.scss +19 -1
  17. package/SCSS-Themes/bootstrap-dark.scss +1666 -252
  18. package/SCSS-Themes/bootstrap.scss +1668 -253
  19. package/SCSS-Themes/bootstrap4.scss +1640 -256
  20. package/SCSS-Themes/bootstrap5-dark.scss +1636 -257
  21. package/SCSS-Themes/bootstrap5.scss +1636 -257
  22. package/SCSS-Themes/buttons/switch/bootstrap-dark.scss +11 -0
  23. package/SCSS-Themes/buttons/switch/bootstrap.scss +11 -0
  24. package/SCSS-Themes/buttons/switch/bootstrap4.scss +11 -0
  25. package/SCSS-Themes/buttons/switch/bootstrap5-dark.scss +11 -0
  26. package/SCSS-Themes/buttons/switch/bootstrap5.scss +11 -0
  27. package/SCSS-Themes/buttons/switch/fabric-dark.scss +11 -0
  28. package/SCSS-Themes/buttons/switch/fabric.scss +11 -0
  29. package/SCSS-Themes/buttons/switch/fluent-dark.scss +11 -0
  30. package/SCSS-Themes/buttons/switch/fluent.scss +11 -0
  31. package/SCSS-Themes/buttons/switch/highcontrast.scss +11 -0
  32. package/SCSS-Themes/buttons/switch/material-dark.scss +11 -0
  33. package/SCSS-Themes/buttons/switch/material.scss +11 -0
  34. package/SCSS-Themes/buttons/switch/material3-dark.scss +11 -0
  35. package/SCSS-Themes/buttons/switch/material3.scss +11 -0
  36. package/SCSS-Themes/buttons/switch/tailwind-dark.scss +11 -0
  37. package/SCSS-Themes/buttons/switch/tailwind.scss +11 -0
  38. package/SCSS-Themes/calendars/datepicker/bootstrap-dark.scss +39 -14
  39. package/SCSS-Themes/calendars/datepicker/bootstrap.scss +39 -14
  40. package/SCSS-Themes/calendars/datepicker/bootstrap4.scss +39 -14
  41. package/SCSS-Themes/calendars/datepicker/bootstrap5-dark.scss +40 -15
  42. package/SCSS-Themes/calendars/datepicker/bootstrap5.scss +40 -15
  43. package/SCSS-Themes/calendars/datepicker/fabric-dark.scss +38 -13
  44. package/SCSS-Themes/calendars/datepicker/fabric.scss +40 -15
  45. package/SCSS-Themes/calendars/datepicker/fluent-dark.scss +38 -13
  46. package/SCSS-Themes/calendars/datepicker/fluent.scss +38 -13
  47. package/SCSS-Themes/calendars/datepicker/highcontrast.scss +39 -14
  48. package/SCSS-Themes/calendars/datepicker/material-dark.scss +38 -13
  49. package/SCSS-Themes/calendars/datepicker/material.scss +38 -13
  50. package/SCSS-Themes/calendars/datepicker/material3-dark.scss +38 -13
  51. package/SCSS-Themes/calendars/datepicker/material3.scss +38 -13
  52. package/SCSS-Themes/calendars/datepicker/tailwind-dark.scss +42 -17
  53. package/SCSS-Themes/calendars/datepicker/tailwind.scss +42 -17
  54. package/SCSS-Themes/calendars/daterangepicker/bootstrap-dark.scss +52 -23
  55. package/SCSS-Themes/calendars/daterangepicker/bootstrap.scss +52 -23
  56. package/SCSS-Themes/calendars/daterangepicker/bootstrap4.scss +52 -23
  57. package/SCSS-Themes/calendars/daterangepicker/bootstrap5-dark.scss +52 -23
  58. package/SCSS-Themes/calendars/daterangepicker/bootstrap5.scss +52 -23
  59. package/SCSS-Themes/calendars/daterangepicker/fabric-dark.scss +52 -23
  60. package/SCSS-Themes/calendars/daterangepicker/fabric.scss +52 -23
  61. package/SCSS-Themes/calendars/daterangepicker/fluent-dark.scss +52 -23
  62. package/SCSS-Themes/calendars/daterangepicker/fluent.scss +52 -23
  63. package/SCSS-Themes/calendars/daterangepicker/highcontrast.scss +52 -23
  64. package/SCSS-Themes/calendars/daterangepicker/material-dark.scss +52 -23
  65. package/SCSS-Themes/calendars/daterangepicker/material.scss +52 -23
  66. package/SCSS-Themes/calendars/daterangepicker/material3-dark.scss +56 -24
  67. package/SCSS-Themes/calendars/daterangepicker/material3.scss +56 -24
  68. package/SCSS-Themes/calendars/daterangepicker/tailwind-dark.scss +53 -24
  69. package/SCSS-Themes/calendars/daterangepicker/tailwind.scss +53 -24
  70. package/SCSS-Themes/calendars/timepicker/bootstrap-dark.scss +19 -2
  71. package/SCSS-Themes/calendars/timepicker/bootstrap.scss +19 -2
  72. package/SCSS-Themes/calendars/timepicker/bootstrap4.scss +19 -2
  73. package/SCSS-Themes/calendars/timepicker/bootstrap5-dark.scss +19 -2
  74. package/SCSS-Themes/calendars/timepicker/bootstrap5.scss +19 -2
  75. package/SCSS-Themes/calendars/timepicker/fabric-dark.scss +19 -2
  76. package/SCSS-Themes/calendars/timepicker/fabric.scss +21 -4
  77. package/SCSS-Themes/calendars/timepicker/fluent-dark.scss +19 -2
  78. package/SCSS-Themes/calendars/timepicker/fluent.scss +19 -2
  79. package/SCSS-Themes/calendars/timepicker/highcontrast.scss +19 -2
  80. package/SCSS-Themes/calendars/timepicker/material-dark.scss +19 -2
  81. package/SCSS-Themes/calendars/timepicker/material.scss +19 -2
  82. package/SCSS-Themes/calendars/timepicker/material3-dark.scss +19 -2
  83. package/SCSS-Themes/calendars/timepicker/material3.scss +19 -2
  84. package/SCSS-Themes/calendars/timepicker/tailwind-dark.scss +19 -2
  85. package/SCSS-Themes/calendars/timepicker/tailwind.scss +19 -2
  86. package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +15 -0
  87. package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +15 -0
  88. package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +15 -0
  89. package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +15 -0
  90. package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +15 -0
  91. package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +15 -0
  92. package/SCSS-Themes/documenteditor/document-editor/fabric.scss +15 -0
  93. package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +15 -0
  94. package/SCSS-Themes/documenteditor/document-editor/fluent.scss +15 -0
  95. package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +15 -0
  96. package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +15 -0
  97. package/SCSS-Themes/documenteditor/document-editor/material.scss +15 -0
  98. package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +15 -0
  99. package/SCSS-Themes/documenteditor/document-editor/material3.scss +15 -0
  100. package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +15 -0
  101. package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +15 -0
  102. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +2 -0
  103. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +2 -0
  104. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +2 -0
  105. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +2 -0
  106. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +2 -0
  107. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -0
  108. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -0
  109. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +2 -0
  110. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +2 -0
  111. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +2 -0
  112. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -0
  113. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -0
  114. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +2 -0
  115. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +2 -0
  116. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +2 -0
  117. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +2 -0
  118. package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +0 -6
  119. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +0 -6
  120. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +4 -10
  121. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +0 -6
  122. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +0 -6
  123. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +0 -6
  124. package/SCSS-Themes/dropdowns/list-box/fabric.scss +0 -6
  125. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +4 -10
  126. package/SCSS-Themes/dropdowns/list-box/fluent.scss +4 -10
  127. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +0 -6
  128. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +0 -6
  129. package/SCSS-Themes/dropdowns/list-box/material.scss +0 -6
  130. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +4 -10
  131. package/SCSS-Themes/dropdowns/list-box/material3.scss +4 -10
  132. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +3 -9
  133. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +3 -9
  134. package/SCSS-Themes/fabric-dark.scss +1666 -251
  135. package/SCSS-Themes/fabric.scss +1670 -255
  136. package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +1 -1
  137. package/SCSS-Themes/filemanager/file-manager/material3.scss +1 -1
  138. package/SCSS-Themes/fluent-dark.scss +1636 -257
  139. package/SCSS-Themes/fluent.scss +1636 -257
  140. package/SCSS-Themes/gantt/gantt/bootstrap-dark.scss +130 -107
  141. package/SCSS-Themes/gantt/gantt/bootstrap.scss +130 -107
  142. package/SCSS-Themes/gantt/gantt/bootstrap4.scss +130 -107
  143. package/SCSS-Themes/gantt/gantt/bootstrap5-dark.scss +130 -107
  144. package/SCSS-Themes/gantt/gantt/bootstrap5.scss +130 -107
  145. package/SCSS-Themes/gantt/gantt/fabric-dark.scss +130 -107
  146. package/SCSS-Themes/gantt/gantt/fabric.scss +130 -107
  147. package/SCSS-Themes/gantt/gantt/fluent-dark.scss +130 -107
  148. package/SCSS-Themes/gantt/gantt/fluent.scss +130 -107
  149. package/SCSS-Themes/gantt/gantt/highcontrast.scss +130 -107
  150. package/SCSS-Themes/gantt/gantt/material-dark.scss +130 -107
  151. package/SCSS-Themes/gantt/gantt/material.scss +130 -107
  152. package/SCSS-Themes/gantt/gantt/material3-dark.scss +130 -107
  153. package/SCSS-Themes/gantt/gantt/material3.scss +130 -107
  154. package/SCSS-Themes/gantt/gantt/tailwind-dark.scss +130 -107
  155. package/SCSS-Themes/gantt/gantt/tailwind.scss +130 -107
  156. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +639 -34
  157. package/SCSS-Themes/grids/grid/bootstrap.scss +639 -34
  158. package/SCSS-Themes/grids/grid/bootstrap4.scss +639 -34
  159. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +639 -34
  160. package/SCSS-Themes/grids/grid/bootstrap5.scss +639 -34
  161. package/SCSS-Themes/grids/grid/fabric-dark.scss +639 -34
  162. package/SCSS-Themes/grids/grid/fabric.scss +639 -34
  163. package/SCSS-Themes/grids/grid/fluent-dark.scss +640 -35
  164. package/SCSS-Themes/grids/grid/fluent.scss +640 -35
  165. package/SCSS-Themes/grids/grid/highcontrast.scss +639 -34
  166. package/SCSS-Themes/grids/grid/material-dark.scss +641 -36
  167. package/SCSS-Themes/grids/grid/material.scss +639 -34
  168. package/SCSS-Themes/grids/grid/material3-dark.scss +640 -35
  169. package/SCSS-Themes/grids/grid/material3.scss +640 -35
  170. package/SCSS-Themes/grids/grid/tailwind-dark.scss +639 -34
  171. package/SCSS-Themes/grids/grid/tailwind.scss +639 -34
  172. package/SCSS-Themes/highcontrast.scss +1668 -253
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +98 -2
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +98 -2
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +98 -2
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +98 -2
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +98 -2
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +98 -2
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +98 -2
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +98 -2
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +98 -2
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +99 -3
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +98 -2
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +98 -2
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +99 -3
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +99 -3
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +98 -2
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +98 -2
  189. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +1 -1
  190. package/SCSS-Themes/inputs/input/bootstrap.scss +1 -1
  191. package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -1
  192. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +1 -1
  193. package/SCSS-Themes/inputs/input/bootstrap5.scss +1 -1
  194. package/SCSS-Themes/inputs/input/fabric-dark.scss +1 -1
  195. package/SCSS-Themes/inputs/input/fabric.scss +1 -1
  196. package/SCSS-Themes/inputs/input/fluent-dark.scss +1 -1
  197. package/SCSS-Themes/inputs/input/fluent.scss +1 -1
  198. package/SCSS-Themes/inputs/input/highcontrast.scss +1 -1
  199. package/SCSS-Themes/inputs/input/material-dark.scss +1 -1
  200. package/SCSS-Themes/inputs/input/material.scss +1 -1
  201. package/SCSS-Themes/inputs/input/material3-dark.scss +1 -1
  202. package/SCSS-Themes/inputs/input/material3.scss +1 -1
  203. package/SCSS-Themes/inputs/input/tailwind-dark.scss +1 -1
  204. package/SCSS-Themes/inputs/input/tailwind.scss +1 -1
  205. package/SCSS-Themes/inputs/rating/bootstrap-dark.scss +3 -8
  206. package/SCSS-Themes/inputs/rating/bootstrap.scss +3 -8
  207. package/SCSS-Themes/inputs/rating/bootstrap4.scss +3 -8
  208. package/SCSS-Themes/inputs/rating/bootstrap5-dark.scss +3 -8
  209. package/SCSS-Themes/inputs/rating/bootstrap5.scss +3 -8
  210. package/SCSS-Themes/inputs/rating/fabric-dark.scss +3 -8
  211. package/SCSS-Themes/inputs/rating/fabric.scss +3 -8
  212. package/SCSS-Themes/inputs/rating/fluent-dark.scss +3 -8
  213. package/SCSS-Themes/inputs/rating/fluent.scss +3 -8
  214. package/SCSS-Themes/inputs/rating/highcontrast.scss +3 -8
  215. package/SCSS-Themes/inputs/rating/material-dark.scss +3 -8
  216. package/SCSS-Themes/inputs/rating/material.scss +3 -8
  217. package/SCSS-Themes/inputs/rating/material3-dark.scss +3 -8
  218. package/SCSS-Themes/inputs/rating/material3.scss +3 -8
  219. package/SCSS-Themes/inputs/rating/tailwind-dark.scss +3 -8
  220. package/SCSS-Themes/inputs/rating/tailwind.scss +3 -8
  221. package/SCSS-Themes/material-dark.scss +1668 -254
  222. package/SCSS-Themes/material.scss +1666 -251
  223. package/SCSS-Themes/material3-dark.scss +1644 -261
  224. package/SCSS-Themes/material3.scss +1645 -261
  225. package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +1 -0
  226. package/SCSS-Themes/navigations/accordion/bootstrap.scss +1 -0
  227. package/SCSS-Themes/navigations/accordion/bootstrap4.scss +1 -0
  228. package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +1 -0
  229. package/SCSS-Themes/navigations/accordion/bootstrap5.scss +1 -0
  230. package/SCSS-Themes/navigations/accordion/fabric-dark.scss +1 -0
  231. package/SCSS-Themes/navigations/accordion/fabric.scss +1 -0
  232. package/SCSS-Themes/navigations/accordion/fluent-dark.scss +1 -0
  233. package/SCSS-Themes/navigations/accordion/fluent.scss +1 -0
  234. package/SCSS-Themes/navigations/accordion/highcontrast.scss +1 -0
  235. package/SCSS-Themes/navigations/accordion/material-dark.scss +1 -0
  236. package/SCSS-Themes/navigations/accordion/material.scss +1 -0
  237. package/SCSS-Themes/navigations/accordion/material3-dark.scss +1 -0
  238. package/SCSS-Themes/navigations/accordion/material3.scss +1 -0
  239. package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +1 -0
  240. package/SCSS-Themes/navigations/accordion/tailwind.scss +1 -0
  241. package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +8 -3
  242. package/SCSS-Themes/navigations/menu/bootstrap.scss +8 -3
  243. package/SCSS-Themes/navigations/menu/bootstrap4.scss +8 -3
  244. package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +8 -3
  245. package/SCSS-Themes/navigations/menu/bootstrap5.scss +8 -3
  246. package/SCSS-Themes/navigations/menu/fabric-dark.scss +8 -3
  247. package/SCSS-Themes/navigations/menu/fabric.scss +8 -3
  248. package/SCSS-Themes/navigations/menu/fluent-dark.scss +8 -3
  249. package/SCSS-Themes/navigations/menu/fluent.scss +8 -3
  250. package/SCSS-Themes/navigations/menu/highcontrast.scss +8 -3
  251. package/SCSS-Themes/navigations/menu/material-dark.scss +8 -3
  252. package/SCSS-Themes/navigations/menu/material.scss +8 -3
  253. package/SCSS-Themes/navigations/menu/material3-dark.scss +8 -3
  254. package/SCSS-Themes/navigations/menu/material3.scss +8 -3
  255. package/SCSS-Themes/navigations/menu/tailwind-dark.scss +8 -3
  256. package/SCSS-Themes/navigations/menu/tailwind.scss +8 -3
  257. package/SCSS-Themes/navigations/tab/tailwind-dark.scss +2 -2
  258. package/SCSS-Themes/navigations/tab/tailwind.scss +2 -2
  259. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +4 -4
  260. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +4 -4
  261. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +1 -1
  262. package/SCSS-Themes/navigations/toolbar/material3.scss +1 -1
  263. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +2 -2
  264. package/SCSS-Themes/navigations/toolbar/tailwind.scss +2 -2
  265. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +3 -1
  266. package/SCSS-Themes/notifications/message/bootstrap.scss +3 -1
  267. package/SCSS-Themes/notifications/message/bootstrap4.scss +3 -1
  268. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +3 -1
  269. package/SCSS-Themes/notifications/message/bootstrap5.scss +3 -1
  270. package/SCSS-Themes/notifications/message/fabric-dark.scss +3 -1
  271. package/SCSS-Themes/notifications/message/fabric.scss +3 -1
  272. package/SCSS-Themes/notifications/message/fluent-dark.scss +3 -1
  273. package/SCSS-Themes/notifications/message/fluent.scss +3 -1
  274. package/SCSS-Themes/notifications/message/highcontrast.scss +3 -1
  275. package/SCSS-Themes/notifications/message/material-dark.scss +3 -1
  276. package/SCSS-Themes/notifications/message/material.scss +3 -1
  277. package/SCSS-Themes/notifications/message/material3-dark.scss +3 -1
  278. package/SCSS-Themes/notifications/message/material3.scss +3 -1
  279. package/SCSS-Themes/notifications/message/tailwind-dark.scss +3 -1
  280. package/SCSS-Themes/notifications/message/tailwind.scss +3 -1
  281. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +6 -1
  282. package/SCSS-Themes/notifications/toast/bootstrap.scss +6 -1
  283. package/SCSS-Themes/notifications/toast/bootstrap4.scss +6 -1
  284. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +6 -1
  285. package/SCSS-Themes/notifications/toast/bootstrap5.scss +6 -1
  286. package/SCSS-Themes/notifications/toast/fabric-dark.scss +6 -1
  287. package/SCSS-Themes/notifications/toast/fabric.scss +6 -1
  288. package/SCSS-Themes/notifications/toast/fluent-dark.scss +6 -1
  289. package/SCSS-Themes/notifications/toast/fluent.scss +6 -1
  290. package/SCSS-Themes/notifications/toast/highcontrast.scss +6 -1
  291. package/SCSS-Themes/notifications/toast/material-dark.scss +6 -1
  292. package/SCSS-Themes/notifications/toast/material.scss +6 -1
  293. package/SCSS-Themes/notifications/toast/material3-dark.scss +6 -1
  294. package/SCSS-Themes/notifications/toast/material3.scss +6 -1
  295. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +6 -1
  296. package/SCSS-Themes/notifications/toast/tailwind.scss +6 -1
  297. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +2 -3
  298. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +2 -3
  299. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +2 -3
  300. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +2 -3
  301. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +2 -3
  302. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +2 -3
  303. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +2 -3
  304. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +2 -3
  305. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +2 -3
  306. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +2 -3
  307. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +2 -3
  308. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +2 -3
  309. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +2 -3
  310. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +2 -3
  311. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +2 -3
  312. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +2 -3
  313. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +80 -40
  314. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +81 -41
  315. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +80 -40
  316. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +80 -40
  317. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +80 -40
  318. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +80 -40
  319. package/SCSS-Themes/pivotview/pivotview/fabric.scss +80 -40
  320. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +80 -40
  321. package/SCSS-Themes/pivotview/pivotview/fluent.scss +80 -40
  322. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +80 -40
  323. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +80 -40
  324. package/SCSS-Themes/pivotview/pivotview/material.scss +80 -40
  325. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +80 -40
  326. package/SCSS-Themes/pivotview/pivotview/material3.scss +80 -40
  327. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +80 -40
  328. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +80 -40
  329. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  330. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  331. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +489 -6
  332. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +489 -6
  333. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +489 -6
  334. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +489 -6
  335. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +489 -6
  336. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +489 -6
  337. package/SCSS-Themes/ribbon/ribbon/fabric.scss +489 -6
  338. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +489 -6
  339. package/SCSS-Themes/ribbon/ribbon/fluent.scss +489 -6
  340. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +489 -6
  341. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +489 -6
  342. package/SCSS-Themes/ribbon/ribbon/material.scss +489 -6
  343. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +490 -6
  344. package/SCSS-Themes/ribbon/ribbon/material3.scss +490 -6
  345. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +489 -6
  346. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +489 -6
  347. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +15 -0
  348. package/SCSS-Themes/schedule/schedule/bootstrap.scss +15 -0
  349. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +15 -0
  350. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +15 -0
  351. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +15 -0
  352. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +15 -0
  353. package/SCSS-Themes/schedule/schedule/fabric.scss +15 -0
  354. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +15 -0
  355. package/SCSS-Themes/schedule/schedule/fluent.scss +15 -0
  356. package/SCSS-Themes/schedule/schedule/highcontrast.scss +15 -0
  357. package/SCSS-Themes/schedule/schedule/material-dark.scss +15 -0
  358. package/SCSS-Themes/schedule/schedule/material.scss +15 -0
  359. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  360. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  361. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +15 -0
  362. package/SCSS-Themes/schedule/schedule/tailwind.scss +15 -0
  363. package/SCSS-Themes/tailwind-dark.scss +1643 -263
  364. package/SCSS-Themes/tailwind.scss +1643 -263
  365. package/package.json +1 -1
@@ -79,10 +79,10 @@ $modal-header-text-color: rgba($primary-text-color) !default;
79
79
 
80
80
  // modal dialog portrait dimensions
81
81
  $modal-header-height: 10% !default;
82
- $modal-header-padding: 2.5vh 2.5vw !default;
82
+ $modal-header-padding: 2.5vh 2.5vw 2.5vh 1.5vw !default;
83
83
  $modal-header-display-style: flex !default;
84
84
  $modal-header-content-align: center !default;
85
- $modal-header-portrait-font-size: 3vh !default;
85
+ $modal-header-portrait-font-size: 2vh !default;
86
86
  $modal-close-icon-float: left !default;
87
87
  $modal-portrait-content-padding: 1vh 2vw !default;
88
88
  $modal-content-height: 90% !default;
@@ -319,6 +319,13 @@ $modal-tablet-font-size: 24px !default;
319
319
  }
320
320
  }
321
321
 
322
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
323
+ .e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
324
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
325
+ .e-datetimepicker.e-popup-expand.e-popup {
326
+ border-radius: 0;
327
+ }
328
+
322
329
  .e-timepicker-mob-popup-wrap .e-popup-expand,
323
330
  .e-datetimepicker.e-popup-expand {
324
331
 
@@ -338,6 +345,11 @@ $modal-tablet-font-size: 24px !default;
338
345
  #{if(&, '&', '*')} .e-model-title {
339
346
  padding: $modal-portrait-content-padding;
340
347
  text-transform: $modal-header-title-transform;
348
+ font-weight: 500;
349
+ }
350
+
351
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
352
+ font-size: $modal-header-portrait-font-size;
341
353
  }
342
354
  }
343
355
 
@@ -375,6 +387,10 @@ $modal-tablet-font-size: 24px !default;
375
387
  #{if(&, '&', '*')} .e-model-title {
376
388
  padding: $modal-landscape-padding;
377
389
  }
390
+
391
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
392
+ font-size: $modal-header-landscape-font-size;
393
+ }
378
394
  }
379
395
 
380
396
  #{if(&, '&', '*')} .e-content {
@@ -499,6 +515,7 @@ $modal-tablet-font-size: 24px !default;
499
515
 
500
516
  #{if(&, '&', '*')} .e-popup-close {
501
517
  color: $modal-header-text-color;
518
+ font-weight: 500;
502
519
  }
503
520
  }
504
521
  }
@@ -79,10 +79,10 @@ $modal-header-text-color: rgba($primary-text-color) !default;
79
79
 
80
80
  // modal dialog portrait dimensions
81
81
  $modal-header-height: 10% !default;
82
- $modal-header-padding: 2.5vh 2.5vw !default;
82
+ $modal-header-padding: 2.5vh 2.5vw 2.5vh 1.5vw !default;
83
83
  $modal-header-display-style: flex !default;
84
84
  $modal-header-content-align: center !default;
85
- $modal-header-portrait-font-size: 3vh !default;
85
+ $modal-header-portrait-font-size: 2vh !default;
86
86
  $modal-close-icon-float: left !default;
87
87
  $modal-portrait-content-padding: 1vh 2vw !default;
88
88
  $modal-content-height: 90% !default;
@@ -319,6 +319,13 @@ $modal-tablet-font-size: 24px !default;
319
319
  }
320
320
  }
321
321
 
322
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
323
+ .e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
324
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
325
+ .e-datetimepicker.e-popup-expand.e-popup {
326
+ border-radius: 0;
327
+ }
328
+
322
329
  .e-timepicker-mob-popup-wrap .e-popup-expand,
323
330
  .e-datetimepicker.e-popup-expand {
324
331
 
@@ -338,6 +345,11 @@ $modal-tablet-font-size: 24px !default;
338
345
  #{if(&, '&', '*')} .e-model-title {
339
346
  padding: $modal-portrait-content-padding;
340
347
  text-transform: $modal-header-title-transform;
348
+ font-weight: 500;
349
+ }
350
+
351
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
352
+ font-size: $modal-header-portrait-font-size;
341
353
  }
342
354
  }
343
355
 
@@ -375,6 +387,10 @@ $modal-tablet-font-size: 24px !default;
375
387
  #{if(&, '&', '*')} .e-model-title {
376
388
  padding: $modal-landscape-padding;
377
389
  }
390
+
391
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
392
+ font-size: $modal-header-landscape-font-size;
393
+ }
378
394
  }
379
395
 
380
396
  #{if(&, '&', '*')} .e-content {
@@ -499,6 +515,7 @@ $modal-tablet-font-size: 24px !default;
499
515
 
500
516
  #{if(&, '&', '*')} .e-popup-close {
501
517
  color: $modal-header-text-color;
518
+ font-weight: 500;
502
519
  }
503
520
  }
504
521
  }
@@ -64,10 +64,10 @@ $modal-header-text-color: $content-text-color-alt1 !default;
64
64
 
65
65
  // modal dialog portrait dimensions
66
66
  $modal-header-height: 10% !default;
67
- $modal-header-padding: 2.5vh 2.5vw !default;
67
+ $modal-header-padding: 2.5vh 2.5vw 2.5vh 1.5vw !default;
68
68
  $modal-header-display-style: flex !default;
69
69
  $modal-header-content-align: center !default;
70
- $modal-header-portrait-font-size: 3vh !default;
70
+ $modal-header-portrait-font-size: 2vh !default;
71
71
  $modal-close-icon-float: left !default;
72
72
  $modal-portrait-content-padding: 1vh 2vw !default;
73
73
  $modal-content-height: 90% !default;
@@ -304,6 +304,13 @@ $modal-tablet-font-size: 24px !default;
304
304
  }
305
305
  }
306
306
 
307
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
308
+ .e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
309
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
310
+ .e-datetimepicker.e-popup-expand.e-popup {
311
+ border-radius: 0;
312
+ }
313
+
307
314
  .e-timepicker-mob-popup-wrap .e-popup-expand,
308
315
  .e-datetimepicker.e-popup-expand {
309
316
 
@@ -323,6 +330,11 @@ $modal-tablet-font-size: 24px !default;
323
330
  #{if(&, '&', '*')} .e-model-title {
324
331
  padding: $modal-portrait-content-padding;
325
332
  text-transform: $modal-header-title-transform;
333
+ font-weight: 500;
334
+ }
335
+
336
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
337
+ font-size: $modal-header-portrait-font-size;
326
338
  }
327
339
  }
328
340
 
@@ -360,6 +372,10 @@ $modal-tablet-font-size: 24px !default;
360
372
  #{if(&, '&', '*')} .e-model-title {
361
373
  padding: $modal-landscape-padding;
362
374
  }
375
+
376
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
377
+ font-size: $modal-header-landscape-font-size;
378
+ }
363
379
  }
364
380
 
365
381
  #{if(&, '&', '*')} .e-content {
@@ -484,6 +500,7 @@ $modal-tablet-font-size: 24px !default;
484
500
 
485
501
  #{if(&, '&', '*')} .e-popup-close {
486
502
  color: $modal-header-text-color;
503
+ font-weight: 500;
487
504
  }
488
505
  }
489
506
  }
@@ -64,10 +64,10 @@ $modal-header-text-color: $content-text-color-alt1 !default;
64
64
 
65
65
  // modal dialog portrait dimensions
66
66
  $modal-header-height: 10% !default;
67
- $modal-header-padding: 2.5vh 2.5vw !default;
67
+ $modal-header-padding: 2.5vh 2.5vw 2.5vh 1.5vw !default;
68
68
  $modal-header-display-style: flex !default;
69
69
  $modal-header-content-align: center !default;
70
- $modal-header-portrait-font-size: 3vh !default;
70
+ $modal-header-portrait-font-size: 2vh !default;
71
71
  $modal-close-icon-float: left !default;
72
72
  $modal-portrait-content-padding: 1vh 2vw !default;
73
73
  $modal-content-height: 90% !default;
@@ -304,6 +304,13 @@ $modal-tablet-font-size: 24px !default;
304
304
  }
305
305
  }
306
306
 
307
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
308
+ .e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
309
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
310
+ .e-datetimepicker.e-popup-expand.e-popup {
311
+ border-radius: 0;
312
+ }
313
+
307
314
  .e-timepicker-mob-popup-wrap .e-popup-expand,
308
315
  .e-datetimepicker.e-popup-expand {
309
316
 
@@ -323,6 +330,11 @@ $modal-tablet-font-size: 24px !default;
323
330
  #{if(&, '&', '*')} .e-model-title {
324
331
  padding: $modal-portrait-content-padding;
325
332
  text-transform: $modal-header-title-transform;
333
+ font-weight: 500;
334
+ }
335
+
336
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
337
+ font-size: $modal-header-portrait-font-size;
326
338
  }
327
339
  }
328
340
 
@@ -360,6 +372,10 @@ $modal-tablet-font-size: 24px !default;
360
372
  #{if(&, '&', '*')} .e-model-title {
361
373
  padding: $modal-landscape-padding;
362
374
  }
375
+
376
+ #{if(&, '&', '*')} .e-btn.e-popup-close {
377
+ font-size: $modal-header-landscape-font-size;
378
+ }
363
379
  }
364
380
 
365
381
  #{if(&, '&', '*')} .e-content {
@@ -484,6 +500,7 @@ $modal-tablet-font-size: 24px !default;
484
500
 
485
501
  #{if(&, '&', '*')} .e-popup-close {
486
502
  color: $modal-header-text-color;
503
+ font-weight: 500;
487
504
  }
488
505
  }
489
506
  }
@@ -2971,6 +2971,21 @@ $de-column-presets-font-size: 60px !default;
2971
2971
  }
2972
2972
  }
2973
2973
  }
2974
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2975
+ .e-de-style-font-group-button,
2976
+ .e-style-paragraph {
2977
+ button {
2978
+ @if $skin-name =='Material3' {
2979
+ height: 40px !important;
2980
+ width: 44px !important;
2981
+ }
2982
+ }
2983
+ }
2984
+ .e-de-style-font-color-picker button {
2985
+ height: 40px !important;
2986
+ width: auto !important;
2987
+ }
2988
+ }
2974
2989
 
2975
2990
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2976
2991
  .e-de-style-font-group-button,
@@ -2970,6 +2970,21 @@ $de-column-presets-font-size: 60px !default;
2970
2970
  }
2971
2971
  }
2972
2972
  }
2973
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2974
+ .e-de-style-font-group-button,
2975
+ .e-style-paragraph {
2976
+ button {
2977
+ @if $skin-name =='Material3' {
2978
+ height: 40px !important;
2979
+ width: 44px !important;
2980
+ }
2981
+ }
2982
+ }
2983
+ .e-de-style-font-color-picker button {
2984
+ height: 40px !important;
2985
+ width: auto !important;
2986
+ }
2987
+ }
2973
2988
 
2974
2989
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2975
2990
  .e-de-style-font-group-button,
@@ -2983,6 +2983,21 @@ $de-column-presets-font-size: 60px !default;
2983
2983
  }
2984
2984
  }
2985
2985
  }
2986
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2987
+ .e-de-style-font-group-button,
2988
+ .e-style-paragraph {
2989
+ button {
2990
+ @if $skin-name =='Material3' {
2991
+ height: 40px !important;
2992
+ width: 44px !important;
2993
+ }
2994
+ }
2995
+ }
2996
+ .e-de-style-font-color-picker button {
2997
+ height: 40px !important;
2998
+ width: auto !important;
2999
+ }
3000
+ }
2986
3001
 
2987
3002
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2988
3003
  .e-de-style-font-group-button,
@@ -2984,6 +2984,21 @@ $de-column-presets-font-size: $text-6xl !default;
2984
2984
  }
2985
2985
  }
2986
2986
  }
2987
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2988
+ .e-de-style-font-group-button,
2989
+ .e-style-paragraph {
2990
+ button {
2991
+ @if $skin-name =='Material3' {
2992
+ height: 40px !important;
2993
+ width: 44px !important;
2994
+ }
2995
+ }
2996
+ }
2997
+ .e-de-style-font-color-picker button {
2998
+ height: 40px !important;
2999
+ width: auto !important;
3000
+ }
3001
+ }
2987
3002
 
2988
3003
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2989
3004
  .e-de-style-font-group-button,
@@ -2984,6 +2984,21 @@ $de-column-presets-font-size: $text-6xl !default;
2984
2984
  }
2985
2985
  }
2986
2986
  }
2987
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2988
+ .e-de-style-font-group-button,
2989
+ .e-style-paragraph {
2990
+ button {
2991
+ @if $skin-name =='Material3' {
2992
+ height: 40px !important;
2993
+ width: 44px !important;
2994
+ }
2995
+ }
2996
+ }
2997
+ .e-de-style-font-color-picker button {
2998
+ height: 40px !important;
2999
+ width: auto !important;
3000
+ }
3001
+ }
2987
3002
 
2988
3003
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2989
3004
  .e-de-style-font-group-button,
@@ -2973,6 +2973,21 @@ $de-column-presets-font-size: 60px !default;
2973
2973
  }
2974
2974
  }
2975
2975
  }
2976
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2977
+ .e-de-style-font-group-button,
2978
+ .e-style-paragraph {
2979
+ button {
2980
+ @if $skin-name =='Material3' {
2981
+ height: 40px !important;
2982
+ width: 44px !important;
2983
+ }
2984
+ }
2985
+ }
2986
+ .e-de-style-font-color-picker button {
2987
+ height: 40px !important;
2988
+ width: auto !important;
2989
+ }
2990
+ }
2976
2991
 
2977
2992
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2978
2993
  .e-de-style-font-group-button,
@@ -2972,6 +2972,21 @@ $de-column-presets-font-size: 60px !default;
2972
2972
  }
2973
2973
  }
2974
2974
  }
2975
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2976
+ .e-de-style-font-group-button,
2977
+ .e-style-paragraph {
2978
+ button {
2979
+ @if $skin-name =='Material3' {
2980
+ height: 40px !important;
2981
+ width: 44px !important;
2982
+ }
2983
+ }
2984
+ }
2985
+ .e-de-style-font-color-picker button {
2986
+ height: 40px !important;
2987
+ width: auto !important;
2988
+ }
2989
+ }
2975
2990
 
2976
2991
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2977
2992
  .e-de-style-font-group-button,
@@ -2993,6 +2993,21 @@ $de-column-presets-font-size: $text-6xl !default;
2993
2993
  }
2994
2994
  }
2995
2995
  }
2996
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2997
+ .e-de-style-font-group-button,
2998
+ .e-style-paragraph {
2999
+ button {
3000
+ @if $skin-name =='Material3' {
3001
+ height: 40px !important;
3002
+ width: 44px !important;
3003
+ }
3004
+ }
3005
+ }
3006
+ .e-de-style-font-color-picker button {
3007
+ height: 40px !important;
3008
+ width: auto !important;
3009
+ }
3010
+ }
2996
3011
 
2997
3012
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2998
3013
  .e-de-style-font-group-button,
@@ -2993,6 +2993,21 @@ $de-column-presets-font-size: $text-6xl !default;
2993
2993
  }
2994
2994
  }
2995
2995
  }
2996
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2997
+ .e-de-style-font-group-button,
2998
+ .e-style-paragraph {
2999
+ button {
3000
+ @if $skin-name =='Material3' {
3001
+ height: 40px !important;
3002
+ width: 44px !important;
3003
+ }
3004
+ }
3005
+ }
3006
+ .e-de-style-font-color-picker button {
3007
+ height: 40px !important;
3008
+ width: auto !important;
3009
+ }
3010
+ }
2996
3011
 
2997
3012
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2998
3013
  .e-de-style-font-group-button,
@@ -2972,6 +2972,21 @@ $de-column-presets-font-size: 60px !default;
2972
2972
  }
2973
2973
  }
2974
2974
  }
2975
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2976
+ .e-de-style-font-group-button,
2977
+ .e-style-paragraph {
2978
+ button {
2979
+ @if $skin-name =='Material3' {
2980
+ height: 40px !important;
2981
+ width: 44px !important;
2982
+ }
2983
+ }
2984
+ }
2985
+ .e-de-style-font-color-picker button {
2986
+ height: 40px !important;
2987
+ width: auto !important;
2988
+ }
2989
+ }
2975
2990
 
2976
2991
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2977
2992
  .e-de-style-font-group-button,
@@ -2989,6 +2989,21 @@ $de-column-presets-font-size: 60px !default;
2989
2989
  }
2990
2990
  }
2991
2991
  }
2992
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2993
+ .e-de-style-font-group-button,
2994
+ .e-style-paragraph {
2995
+ button {
2996
+ @if $skin-name =='Material3' {
2997
+ height: 40px !important;
2998
+ width: 44px !important;
2999
+ }
3000
+ }
3001
+ }
3002
+ .e-de-style-font-color-picker button {
3003
+ height: 40px !important;
3004
+ width: auto !important;
3005
+ }
3006
+ }
2992
3007
 
2993
3008
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2994
3009
  .e-de-style-font-group-button,
@@ -2989,6 +2989,21 @@ $de-column-presets-font-size: 60px !default;
2989
2989
  }
2990
2990
  }
2991
2991
  }
2992
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2993
+ .e-de-style-font-group-button,
2994
+ .e-style-paragraph {
2995
+ button {
2996
+ @if $skin-name =='Material3' {
2997
+ height: 40px !important;
2998
+ width: 44px !important;
2999
+ }
3000
+ }
3001
+ }
3002
+ .e-de-style-font-color-picker button {
3003
+ height: 40px !important;
3004
+ width: auto !important;
3005
+ }
3006
+ }
2992
3007
 
2993
3008
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2994
3009
  .e-de-style-font-group-button,
@@ -2984,6 +2984,21 @@ $de-column-presets-font-size: 60px !default;
2984
2984
  }
2985
2985
  }
2986
2986
  }
2987
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2988
+ .e-de-style-font-group-button,
2989
+ .e-style-paragraph {
2990
+ button {
2991
+ @if $skin-name =='Material3' {
2992
+ height: 40px !important;
2993
+ width: 44px !important;
2994
+ }
2995
+ }
2996
+ }
2997
+ .e-de-style-font-color-picker button {
2998
+ height: 40px !important;
2999
+ width: auto !important;
3000
+ }
3001
+ }
2987
3002
 
2988
3003
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2989
3004
  .e-de-style-font-group-button,
@@ -2984,6 +2984,21 @@ $de-column-presets-font-size: 60px !default;
2984
2984
  }
2985
2985
  }
2986
2986
  }
2987
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2988
+ .e-de-style-font-group-button,
2989
+ .e-style-paragraph {
2990
+ button {
2991
+ @if $skin-name =='Material3' {
2992
+ height: 40px !important;
2993
+ width: 44px !important;
2994
+ }
2995
+ }
2996
+ }
2997
+ .e-de-style-font-color-picker button {
2998
+ height: 40px !important;
2999
+ width: auto !important;
3000
+ }
3001
+ }
2987
3002
 
2988
3003
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2989
3004
  .e-de-style-font-group-button,
@@ -2981,6 +2981,21 @@ $de-column-presets-font-size: $text-6xl !default;
2981
2981
  }
2982
2982
  }
2983
2983
  }
2984
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2985
+ .e-de-style-font-group-button,
2986
+ .e-style-paragraph {
2987
+ button {
2988
+ @if $skin-name =='Material3' {
2989
+ height: 40px !important;
2990
+ width: 44px !important;
2991
+ }
2992
+ }
2993
+ }
2994
+ .e-de-style-font-color-picker button {
2995
+ height: 40px !important;
2996
+ width: auto !important;
2997
+ }
2998
+ }
2984
2999
 
2985
3000
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2986
3001
  .e-de-style-font-group-button,
@@ -2981,6 +2981,21 @@ $de-column-presets-font-size: $text-6xl !default;
2981
2981
  }
2982
2982
  }
2983
2983
  }
2984
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2985
+ .e-de-style-font-group-button,
2986
+ .e-style-paragraph {
2987
+ button {
2988
+ @if $skin-name =='Material3' {
2989
+ height: 40px !important;
2990
+ width: 44px !important;
2991
+ }
2992
+ }
2993
+ }
2994
+ .e-de-style-font-color-picker button {
2995
+ height: 40px !important;
2996
+ width: auto !important;
2997
+ }
2998
+ }
2984
2999
 
2985
3000
  .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog {
2986
3001
  .e-de-style-font-group-button,
@@ -1448,6 +1448,7 @@ $de-prop-btn-icon-clr: #ccc;
1448
1448
  line-height: normal;
1449
1449
  margin: 0;
1450
1450
  outline: 0;
1451
+ background: $de-ctnr-bg-clr;
1451
1452
  @if $skin-name =='Material3' {
1452
1453
  padding: 10px 0;
1453
1454
  }
@@ -2672,6 +2673,7 @@ $de-prop-btn-icon-clr: #ccc;
2672
2673
  }
2673
2674
  }
2674
2675
 
2676
+
2675
2677
  @include export-module('document-editor-container-bootstrap-icons') {
2676
2678
  .e-de-ctnr-linespacing::before {
2677
2679
  content: '\eb30';
@@ -1448,6 +1448,7 @@ $de-prop-btn-icon-clr: #ccc;
1448
1448
  line-height: normal;
1449
1449
  margin: 0;
1450
1450
  outline: 0;
1451
+ background: $de-ctnr-bg-clr;
1451
1452
  @if $skin-name =='Material3' {
1452
1453
  padding: 10px 0;
1453
1454
  }
@@ -2672,6 +2673,7 @@ $de-prop-btn-icon-clr: #ccc;
2672
2673
  }
2673
2674
  }
2674
2675
 
2676
+
2675
2677
  @include export-module('document-editor-container-bootstrap-icons') {
2676
2678
  .e-de-ctnr-linespacing::before {
2677
2679
  content: '\eb30';
@@ -1464,6 +1464,7 @@ $de-hlt-clr-height-bigger: 25px;
1464
1464
  line-height: normal;
1465
1465
  margin: 0;
1466
1466
  outline: 0;
1467
+ background: $de-ctnr-bg-clr;
1467
1468
  @if $skin-name =='Material3' {
1468
1469
  padding: 10px 0;
1469
1470
  }
@@ -2688,6 +2689,7 @@ $de-hlt-clr-height-bigger: 25px;
2688
2689
  }
2689
2690
  }
2690
2691
 
2692
+
2691
2693
  @include export-module('document-editor-container-bootstrap4-icons') {
2692
2694
  .e-de-ctnr-close::before {
2693
2695
  content: '\e745';
@@ -1474,6 +1474,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
1474
1474
  line-height: normal;
1475
1475
  margin: 0;
1476
1476
  outline: 0;
1477
+ background: $de-ctnr-bg-clr;
1477
1478
  @if $skin-name =='Material3' {
1478
1479
  padding: 10px 0;
1479
1480
  }
@@ -2698,6 +2699,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
2698
2699
  }
2699
2700
  }
2700
2701
 
2702
+
2701
2703
  @include export-module('document-editor-container-bootstrap5-icons') {
2702
2704
  .e-de-ctnr-close::before {
2703
2705
  color: $icon-color;
@@ -1474,6 +1474,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
1474
1474
  line-height: normal;
1475
1475
  margin: 0;
1476
1476
  outline: 0;
1477
+ background: $de-ctnr-bg-clr;
1477
1478
  @if $skin-name =='Material3' {
1478
1479
  padding: 10px 0;
1479
1480
  }
@@ -2698,6 +2699,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
2698
2699
  }
2699
2700
  }
2700
2701
 
2702
+
2701
2703
  @include export-module('document-editor-container-bootstrap5-icons') {
2702
2704
  .e-de-ctnr-close::before {
2703
2705
  color: $icon-color;