@syncfusion/blazor-themes 22.2.12 → 23.1.38

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 (381) 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 +53 -1
  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 +1769 -272
  18. package/SCSS-Themes/bootstrap.scss +1772 -274
  19. package/SCSS-Themes/bootstrap4.scss +1743 -276
  20. package/SCSS-Themes/bootstrap5-dark.scss +1739 -279
  21. package/SCSS-Themes/bootstrap5.scss +1739 -279
  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 +78 -15
  119. package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -16
  120. package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +82 -19
  121. package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -17
  122. package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -17
  123. package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -15
  124. package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -15
  125. package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +82 -21
  126. package/SCSS-Themes/dropdowns/list-box/fluent.scss +82 -21
  127. package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -15
  128. package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -17
  129. package/SCSS-Themes/dropdowns/list-box/material.scss +80 -17
  130. package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +82 -21
  131. package/SCSS-Themes/dropdowns/list-box/material3.scss +82 -21
  132. package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +81 -20
  133. package/SCSS-Themes/dropdowns/list-box/tailwind.scss +81 -20
  134. package/SCSS-Themes/fabric-dark.scss +1769 -271
  135. package/SCSS-Themes/fabric.scss +1773 -275
  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 +1739 -279
  139. package/SCSS-Themes/fluent.scss +1739 -279
  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 +1771 -273
  173. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +104 -2
  174. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +104 -2
  175. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +104 -2
  176. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +104 -2
  177. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +104 -2
  178. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +104 -2
  179. package/SCSS-Themes/image-editor/image-editor/fabric.scss +104 -2
  180. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +104 -2
  181. package/SCSS-Themes/image-editor/image-editor/fluent.scss +104 -2
  182. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +105 -3
  183. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +104 -2
  184. package/SCSS-Themes/image-editor/image-editor/material.scss +104 -2
  185. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +105 -3
  186. package/SCSS-Themes/image-editor/image-editor/material3.scss +105 -3
  187. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +104 -2
  188. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +104 -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 +1772 -275
  222. package/SCSS-Themes/material.scss +1771 -273
  223. package/SCSS-Themes/material3-dark.scss +1747 -283
  224. package/SCSS-Themes/material3.scss +1748 -283
  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/navigations/treeview/bootstrap-dark.scss +4 -1
  266. package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
  267. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
  268. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
  269. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
  270. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
  271. package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
  272. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
  273. package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
  274. package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
  275. package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
  276. package/SCSS-Themes/navigations/treeview/material.scss +4 -1
  277. package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
  278. package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
  279. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
  280. package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
  281. package/SCSS-Themes/notifications/message/bootstrap-dark.scss +3 -1
  282. package/SCSS-Themes/notifications/message/bootstrap.scss +3 -1
  283. package/SCSS-Themes/notifications/message/bootstrap4.scss +3 -1
  284. package/SCSS-Themes/notifications/message/bootstrap5-dark.scss +3 -1
  285. package/SCSS-Themes/notifications/message/bootstrap5.scss +3 -1
  286. package/SCSS-Themes/notifications/message/fabric-dark.scss +3 -1
  287. package/SCSS-Themes/notifications/message/fabric.scss +3 -1
  288. package/SCSS-Themes/notifications/message/fluent-dark.scss +3 -1
  289. package/SCSS-Themes/notifications/message/fluent.scss +3 -1
  290. package/SCSS-Themes/notifications/message/highcontrast.scss +3 -1
  291. package/SCSS-Themes/notifications/message/material-dark.scss +3 -1
  292. package/SCSS-Themes/notifications/message/material.scss +3 -1
  293. package/SCSS-Themes/notifications/message/material3-dark.scss +3 -1
  294. package/SCSS-Themes/notifications/message/material3.scss +3 -1
  295. package/SCSS-Themes/notifications/message/tailwind-dark.scss +3 -1
  296. package/SCSS-Themes/notifications/message/tailwind.scss +3 -1
  297. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +6 -1
  298. package/SCSS-Themes/notifications/toast/bootstrap.scss +6 -1
  299. package/SCSS-Themes/notifications/toast/bootstrap4.scss +6 -1
  300. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +6 -1
  301. package/SCSS-Themes/notifications/toast/bootstrap5.scss +6 -1
  302. package/SCSS-Themes/notifications/toast/fabric-dark.scss +6 -1
  303. package/SCSS-Themes/notifications/toast/fabric.scss +6 -1
  304. package/SCSS-Themes/notifications/toast/fluent-dark.scss +6 -1
  305. package/SCSS-Themes/notifications/toast/fluent.scss +6 -1
  306. package/SCSS-Themes/notifications/toast/highcontrast.scss +6 -1
  307. package/SCSS-Themes/notifications/toast/material-dark.scss +6 -1
  308. package/SCSS-Themes/notifications/toast/material.scss +6 -1
  309. package/SCSS-Themes/notifications/toast/material3-dark.scss +6 -1
  310. package/SCSS-Themes/notifications/toast/material3.scss +6 -1
  311. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +6 -1
  312. package/SCSS-Themes/notifications/toast/tailwind.scss +6 -1
  313. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +5 -12
  314. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +5 -12
  315. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +5 -12
  316. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +5 -12
  317. package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +5 -12
  318. package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +5 -12
  319. package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +5 -12
  320. package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +5 -12
  321. package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +5 -12
  322. package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +5 -12
  323. package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +5 -12
  324. package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +5 -12
  325. package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +5 -12
  326. package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +5 -12
  327. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +5 -12
  328. package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +5 -12
  329. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +92 -41
  330. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +93 -42
  331. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +92 -41
  332. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +92 -41
  333. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +92 -41
  334. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +92 -41
  335. package/SCSS-Themes/pivotview/pivotview/fabric.scss +92 -41
  336. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +92 -41
  337. package/SCSS-Themes/pivotview/pivotview/fluent.scss +92 -41
  338. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +92 -41
  339. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +92 -41
  340. package/SCSS-Themes/pivotview/pivotview/material.scss +92 -41
  341. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +92 -41
  342. package/SCSS-Themes/pivotview/pivotview/material3.scss +92 -41
  343. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +92 -41
  344. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +92 -41
  345. package/SCSS-Themes/popups/dialog/fluent-dark.scss +1 -1
  346. package/SCSS-Themes/popups/dialog/fluent.scss +1 -1
  347. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +489 -6
  348. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +489 -6
  349. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +489 -6
  350. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +489 -6
  351. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +489 -6
  352. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +489 -6
  353. package/SCSS-Themes/ribbon/ribbon/fabric.scss +489 -6
  354. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +489 -6
  355. package/SCSS-Themes/ribbon/ribbon/fluent.scss +489 -6
  356. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +489 -6
  357. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +489 -6
  358. package/SCSS-Themes/ribbon/ribbon/material.scss +489 -6
  359. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +490 -6
  360. package/SCSS-Themes/ribbon/ribbon/material3.scss +490 -6
  361. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +489 -6
  362. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +489 -6
  363. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +15 -0
  364. package/SCSS-Themes/schedule/schedule/bootstrap.scss +15 -0
  365. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +15 -0
  366. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +15 -0
  367. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +15 -0
  368. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +15 -0
  369. package/SCSS-Themes/schedule/schedule/fabric.scss +15 -0
  370. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +15 -0
  371. package/SCSS-Themes/schedule/schedule/fluent.scss +15 -0
  372. package/SCSS-Themes/schedule/schedule/highcontrast.scss +15 -0
  373. package/SCSS-Themes/schedule/schedule/material-dark.scss +15 -0
  374. package/SCSS-Themes/schedule/schedule/material.scss +15 -0
  375. package/SCSS-Themes/schedule/schedule/material3-dark.scss +16 -1
  376. package/SCSS-Themes/schedule/schedule/material3.scss +16 -1
  377. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +15 -0
  378. package/SCSS-Themes/schedule/schedule/tailwind.scss +15 -0
  379. package/SCSS-Themes/tailwind-dark.scss +1746 -285
  380. package/SCSS-Themes/tailwind.scss +1746 -285
  381. package/package.json +1 -1
@@ -48,7 +48,7 @@ $modal-month-line-height: 32px !default;
48
48
  $modal-portrait-year-font-size: 4vw !default;
49
49
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
50
50
  $modal-portrait-month-font-size: 5vw !default;
51
- $modal-portrait-header-padding: 2vh 2vw !default;
51
+ $modal-portrait-header-padding: 2vh 6vw !default;
52
52
  $modal-portrait-month-header-padding: 2vh 2vw !default;
53
53
  $modal-portrait-month-header-vertical-align: middle !default;
54
54
  $modal-month-header-line-height: 5vh !default;
@@ -64,7 +64,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
64
64
  $modal-portrait-cancel-icon-padding: 2px !default;
65
65
  $modal-portrait-prev-icon-margin: 75vw !default;
66
66
  $modal-portrait-next-icon-margin: 0 !default;
67
- $modal-portrait-header-title-margin: 18vw !default;
67
+ $modal-portrait-header-title-margin: 22vw !default;
68
68
  $modal-portrait-header-title-position: absolute !default;
69
69
  $modal-portrait-header-title-text: center !default;
70
70
  $modal-portrait-header-title-width: 50vw !default;
@@ -79,7 +79,7 @@ $modal-portrait-footer-display-style: none !default;
79
79
  // Touch modal popup styles
80
80
  $modal-portrait-header-height: 20vh !default;
81
81
  $modal-portrait-header-month-height: 10vh !default;
82
- $modal-portrait-calendar-container-height: 85vh !default;
82
+ $modal-portrait-calendar-container-height: 79vh !default;
83
83
  $modal-portrait-calendar-min-height: 100% !default;
84
84
  $modal-portrait-calendar-min-width: 100% !default;
85
85
  $modal-portrait-calendar-height: 100% !default;
@@ -98,10 +98,10 @@ $modal-landscape-prev-icon-margin: 80vw !default;
98
98
  $modal-year-landscape-font-size: 3vw !default;
99
99
  $modal-month-landscape-font-size: 4vw !default;
100
100
  $datepicker-modal-landscape-overflow: visible !default;
101
- $modal-month-landscape-title-line-height: 8vh !default;
101
+ $modal-month-landscape-title-line-height: 12vh !default;
102
102
 
103
103
  // tablet device style changes for modal popup
104
- $modal-tablet-font-size: 24px !default;
104
+ $modal-tablet-font-size: 18px !default;
105
105
  $modal-tablet-content-dimension: 64px !default;
106
106
  $modal-tablet-table-header-height: 48px !default;
107
107
 
@@ -232,6 +232,11 @@ $modal-tablet-table-header-height: 48px !default;
232
232
  min-height: 40px;
233
233
  }
234
234
 
235
+ @media screen and (orientation: landscape) {
236
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
237
+ line-height: $modal-tablet-content-dimension;
238
+ }
239
+ }
235
240
 
236
241
  .e-datepick-mob-popup-wrap {
237
242
 
@@ -245,6 +250,13 @@ $modal-tablet-table-header-height: 48px !default;
245
250
  }
246
251
  }
247
252
 
253
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
254
+ height: 15vh;
255
+ .e-popup-close {
256
+ float: right;
257
+ }
258
+ }
259
+
248
260
  #{if(&, '&', '*')} .e-model-header {
249
261
  height: $modal-portrait-header-height;
250
262
  padding: $modal-portrait-header-padding;
@@ -257,12 +269,19 @@ $modal-tablet-table-header-height: 48px !default;
257
269
  color: $modal-portrait-cancel-icon-color;
258
270
  float: $modal-portrait-cancel-icon-float-style;
259
271
  font-size: $datepicker-bigger-icon-font-size;
260
- padding: $modal-portrait-cancel-icon-padding;
261
272
  @media (min-device-width: 768px) {
262
273
  font-size: $modal-tablet-font-size;
263
274
  }
264
275
  }
265
276
 
277
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
278
+ background: transparent;
279
+ border-color: transparent;
280
+ box-shadow: none;
281
+ font-weight: 400;
282
+ padding: 0;
283
+ }
284
+
266
285
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
267
286
  color: $modal-today-text-color;
268
287
  float: $modal-portrait-today-float-style;
@@ -313,12 +332,16 @@ $modal-tablet-table-header-height: 48px !default;
313
332
 
314
333
  #{if(&, '&', '*')} .e-prev {
315
334
  margin-right: $modal-portrait-prev-icon-margin;
335
+ vertical-align: inherit;
336
+ height: 35px;
337
+ width: 35px;
316
338
  @media (min-device-width: 768px) {
317
- height: 34px;
318
- width: 34px;
339
+ height: 55px;
340
+ width: 55px;
319
341
  }
320
342
 
321
343
  #{if(&, '&', '*')} .e-icons {
344
+ vertical-align: inherit;
322
345
  @media (min-device-width: 768px) {
323
346
  font-size: $modal-tablet-font-size;
324
347
  }
@@ -327,8 +350,16 @@ $modal-tablet-table-header-height: 48px !default;
327
350
 
328
351
  #{if(&, '&', '*')} .e-next {
329
352
  margin-right: $modal-portrait-next-icon-margin;
353
+ vertical-align: inherit;
354
+ height: 35px;
355
+ width:35px;
356
+ @media (min-device-width: 768px) {
357
+ height: 55px;
358
+ width: 55px;
359
+ }
330
360
 
331
361
  #{if(&, '&', '*')} .e-icons {
362
+ vertical-align: inherit;
332
363
  @media (min-device-width: 768px) {
333
364
  font-size: $modal-tablet-font-size;
334
365
  }
@@ -367,11 +398,6 @@ $modal-tablet-table-header-height: 48px !default;
367
398
  display: $modal-portrait-footer-display-style;
368
399
  }
369
400
 
370
- .e-calendar-cell-container .e-footer-container {
371
- display: block;
372
- padding: 5px 0;
373
- }
374
-
375
401
  #{if(&, '&', '*')} .e-content.e-month
376
402
  {
377
403
  height: $modal-portrait-calendar-content-height;
@@ -438,7 +464,6 @@ $modal-tablet-table-header-height: 48px !default;
438
464
 
439
465
  .e-popup-close {
440
466
  float: $modal-portrait-cancel-icon-float-style;
441
- padding: $modal-portrait-cancel-icon-padding;
442
467
  }
443
468
 
444
469
  .e-day-wrapper {
@@ -52,10 +52,10 @@ $modal-month-line-height: 32px !default;
52
52
  $modal-portrait-year-font-size: 4vw !default;
53
53
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
54
54
  $modal-portrait-month-font-size: 5vw !default;
55
- $modal-portrait-header-padding: 2vh 2vw !default;
55
+ $modal-portrait-header-padding: 2vh 6vw !default;
56
56
  $modal-portrait-month-header-padding: 2vh 2vw !default;
57
57
  $modal-portrait-month-header-vertical-align: middle !default;
58
- $modal-month-header-line-height: 5vh !default;
58
+ $modal-month-header-line-height: 6vh !default;
59
59
  $modal-month-header-title-line-height: inherit !default;
60
60
 
61
61
  $modal-header-border-style: solid !default;
@@ -67,7 +67,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
67
67
  $modal-portrait-cancel-icon-padding: 2px !default;
68
68
  $modal-portrait-prev-icon-margin: 75vw !default;
69
69
  $modal-portrait-next-icon-margin: 0 !default;
70
- $modal-portrait-header-title-margin: 18vw !default;
70
+ $modal-portrait-header-title-margin: 22vw !default;
71
71
  $modal-portrait-header-title-position: absolute !default;
72
72
  $modal-portrait-header-title-text: center !default;
73
73
  $modal-portrait-header-title-width: 50vw !default;
@@ -83,7 +83,7 @@ $modal-portrait-icon-float: none !default;
83
83
  // Touch modal popup styles
84
84
  $modal-portrait-header-height: 20vh !default;
85
85
  $modal-portrait-header-month-height: 10vh !default;
86
- $modal-portrait-calendar-container-height: 85vh !default;
86
+ $modal-portrait-calendar-container-height: 79vh !default;
87
87
  $modal-portrait-calendar-min-height: 100% !default;
88
88
  $modal-portrait-calendar-min-width: 100% !default;
89
89
  $modal-portrait-calendar-height: 100% !default;
@@ -102,10 +102,10 @@ $modal-landscape-prev-icon-margin: 80vw !default;
102
102
  $modal-year-landscape-font-size: 3vw !default;
103
103
  $modal-month-landscape-font-size: 4vw !default;
104
104
  $datepicker-modal-landscape-overflow: visible !default;
105
- $modal-month-landscape-title-line-height: 8vh !default;
105
+ $modal-month-landscape-title-line-height: 12vh !default;
106
106
 
107
107
  // tablet device style changes for modal popup
108
- $modal-tablet-font-size: 24px !default;
108
+ $modal-tablet-font-size: 18px !default;
109
109
  $modal-tablet-content-dimension: 64px !default;
110
110
  $modal-tablet-table-header-height: 48px !default;
111
111
 
@@ -238,6 +238,11 @@ $modal-tablet-table-header-height: 48px !default;
238
238
  min-height: 40px;
239
239
  }
240
240
 
241
+ @media screen and (orientation: landscape) {
242
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
243
+ line-height: $modal-tablet-content-dimension;
244
+ }
245
+ }
241
246
 
242
247
  .e-datepick-mob-popup-wrap {
243
248
 
@@ -251,6 +256,13 @@ $modal-tablet-table-header-height: 48px !default;
251
256
  }
252
257
  }
253
258
 
259
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
260
+ height: 15vh;
261
+ .e-popup-close {
262
+ float: right;
263
+ }
264
+ }
265
+
254
266
  #{if(&, '&', '*')} .e-model-header {
255
267
  height: $modal-portrait-header-height;
256
268
  padding: $modal-portrait-header-padding;
@@ -263,12 +275,19 @@ $modal-tablet-table-header-height: 48px !default;
263
275
  color: $modal-portrait-cancel-icon-color;
264
276
  float: $modal-portrait-cancel-icon-float-style;
265
277
  font-size: $datepicker-bigger-icon-font-size;
266
- padding: $modal-portrait-cancel-icon-padding;
267
278
  @media (min-device-width: 768px) {
268
279
  font-size: $modal-tablet-font-size;
269
280
  }
270
281
  }
271
282
 
283
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
284
+ background: transparent;
285
+ border-color: transparent;
286
+ box-shadow: none;
287
+ font-weight: 400;
288
+ padding: 0;
289
+ }
290
+
272
291
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
273
292
  color: $modal-today-text-color;
274
293
  float: $modal-portrait-today-float-style;
@@ -319,12 +338,16 @@ $modal-tablet-table-header-height: 48px !default;
319
338
 
320
339
  #{if(&, '&', '*')} .e-prev {
321
340
  margin-right: $modal-portrait-prev-icon-margin;
341
+ vertical-align: inherit;
342
+ height: 35px;
343
+ width: 35px;
322
344
  @media (min-device-width: 768px) {
323
- height: 34px;
324
- width: 34px;
345
+ height: 55px;
346
+ width: 55px;
325
347
  }
326
348
 
327
349
  #{if(&, '&', '*')} .e-icons {
350
+ vertical-align: inherit;
328
351
  @media (min-device-width: 768px) {
329
352
  font-size: $modal-tablet-font-size;
330
353
  }
@@ -333,8 +356,16 @@ $modal-tablet-table-header-height: 48px !default;
333
356
 
334
357
  #{if(&, '&', '*')} .e-next {
335
358
  margin-right: $modal-portrait-next-icon-margin;
359
+ vertical-align: inherit;
360
+ height: 35px;
361
+ width:35px;
362
+ @media (min-device-width: 768px) {
363
+ height: 55px;
364
+ width: 55px;
365
+ }
336
366
 
337
367
  #{if(&, '&', '*')} .e-icons {
368
+ vertical-align: inherit;
338
369
  @media (min-device-width: 768px) {
339
370
  font-size: $modal-tablet-font-size;
340
371
  }
@@ -373,11 +404,6 @@ $modal-tablet-table-header-height: 48px !default;
373
404
  display: $modal-portrait-footer-display-style;
374
405
  }
375
406
 
376
- .e-calendar-cell-container .e-footer-container {
377
- display: block;
378
- padding: 5px 0;
379
- }
380
-
381
407
  #{if(&, '&', '*')} .e-content.e-month
382
408
  {
383
409
  height: $modal-portrait-calendar-content-height;
@@ -444,7 +470,6 @@ $modal-tablet-table-header-height: 48px !default;
444
470
 
445
471
  .e-popup-close {
446
472
  float: $modal-portrait-cancel-icon-float-style;
447
- padding: $modal-portrait-cancel-icon-padding;
448
473
  }
449
474
 
450
475
  .e-day-wrapper {
@@ -52,10 +52,10 @@ $modal-month-line-height: 32px !default;
52
52
  $modal-portrait-year-font-size: 4vw !default;
53
53
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
54
54
  $modal-portrait-month-font-size: 5vw !default;
55
- $modal-portrait-header-padding: 2vh 2vw !default;
55
+ $modal-portrait-header-padding: 2vh 6vw !default;
56
56
  $modal-portrait-month-header-padding: 2vh 2vw !default;
57
57
  $modal-portrait-month-header-vertical-align: middle !default;
58
- $modal-month-header-line-height: 5vh !default;
58
+ $modal-month-header-line-height: 6vh !default;
59
59
  $modal-month-header-title-line-height: inherit !default;
60
60
 
61
61
  $modal-header-border-style: solid !default;
@@ -67,7 +67,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
67
67
  $modal-portrait-cancel-icon-padding: 2px !default;
68
68
  $modal-portrait-prev-icon-margin: 75vw !default;
69
69
  $modal-portrait-next-icon-margin: 0 !default;
70
- $modal-portrait-header-title-margin: 18vw !default;
70
+ $modal-portrait-header-title-margin: 22vw !default;
71
71
  $modal-portrait-header-title-position: absolute !default;
72
72
  $modal-portrait-header-title-text: center !default;
73
73
  $modal-portrait-header-title-width: 50vw !default;
@@ -83,7 +83,7 @@ $modal-portrait-icon-float: none !default;
83
83
  // Touch modal popup styles
84
84
  $modal-portrait-header-height: 20vh !default;
85
85
  $modal-portrait-header-month-height: 10vh !default;
86
- $modal-portrait-calendar-container-height: 85vh !default;
86
+ $modal-portrait-calendar-container-height: 79vh !default;
87
87
  $modal-portrait-calendar-min-height: 100% !default;
88
88
  $modal-portrait-calendar-min-width: 100% !default;
89
89
  $modal-portrait-calendar-height: 100% !default;
@@ -102,10 +102,10 @@ $modal-landscape-prev-icon-margin: 80vw !default;
102
102
  $modal-year-landscape-font-size: 3vw !default;
103
103
  $modal-month-landscape-font-size: 4vw !default;
104
104
  $datepicker-modal-landscape-overflow: visible !default;
105
- $modal-month-landscape-title-line-height: 8vh !default;
105
+ $modal-month-landscape-title-line-height: 12vh !default;
106
106
 
107
107
  // tablet device style changes for modal popup
108
- $modal-tablet-font-size: 24px !default;
108
+ $modal-tablet-font-size: 18px !default;
109
109
  $modal-tablet-content-dimension: 64px !default;
110
110
  $modal-tablet-table-header-height: 48px !default;
111
111
 
@@ -238,6 +238,11 @@ $modal-tablet-table-header-height: 48px !default;
238
238
  min-height: 40px;
239
239
  }
240
240
 
241
+ @media screen and (orientation: landscape) {
242
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
243
+ line-height: $modal-tablet-content-dimension;
244
+ }
245
+ }
241
246
 
242
247
  .e-datepick-mob-popup-wrap {
243
248
 
@@ -251,6 +256,13 @@ $modal-tablet-table-header-height: 48px !default;
251
256
  }
252
257
  }
253
258
 
259
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
260
+ height: 15vh;
261
+ .e-popup-close {
262
+ float: right;
263
+ }
264
+ }
265
+
254
266
  #{if(&, '&', '*')} .e-model-header {
255
267
  height: $modal-portrait-header-height;
256
268
  padding: $modal-portrait-header-padding;
@@ -263,12 +275,19 @@ $modal-tablet-table-header-height: 48px !default;
263
275
  color: $modal-portrait-cancel-icon-color;
264
276
  float: $modal-portrait-cancel-icon-float-style;
265
277
  font-size: $datepicker-bigger-icon-font-size;
266
- padding: $modal-portrait-cancel-icon-padding;
267
278
  @media (min-device-width: 768px) {
268
279
  font-size: $modal-tablet-font-size;
269
280
  }
270
281
  }
271
282
 
283
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
284
+ background: transparent;
285
+ border-color: transparent;
286
+ box-shadow: none;
287
+ font-weight: 400;
288
+ padding: 0;
289
+ }
290
+
272
291
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
273
292
  color: $modal-today-text-color;
274
293
  float: $modal-portrait-today-float-style;
@@ -319,12 +338,16 @@ $modal-tablet-table-header-height: 48px !default;
319
338
 
320
339
  #{if(&, '&', '*')} .e-prev {
321
340
  margin-right: $modal-portrait-prev-icon-margin;
341
+ vertical-align: inherit;
342
+ height: 35px;
343
+ width: 35px;
322
344
  @media (min-device-width: 768px) {
323
- height: 34px;
324
- width: 34px;
345
+ height: 55px;
346
+ width: 55px;
325
347
  }
326
348
 
327
349
  #{if(&, '&', '*')} .e-icons {
350
+ vertical-align: inherit;
328
351
  @media (min-device-width: 768px) {
329
352
  font-size: $modal-tablet-font-size;
330
353
  }
@@ -333,8 +356,16 @@ $modal-tablet-table-header-height: 48px !default;
333
356
 
334
357
  #{if(&, '&', '*')} .e-next {
335
358
  margin-right: $modal-portrait-next-icon-margin;
359
+ vertical-align: inherit;
360
+ height: 35px;
361
+ width:35px;
362
+ @media (min-device-width: 768px) {
363
+ height: 55px;
364
+ width: 55px;
365
+ }
336
366
 
337
367
  #{if(&, '&', '*')} .e-icons {
368
+ vertical-align: inherit;
338
369
  @media (min-device-width: 768px) {
339
370
  font-size: $modal-tablet-font-size;
340
371
  }
@@ -373,11 +404,6 @@ $modal-tablet-table-header-height: 48px !default;
373
404
  display: $modal-portrait-footer-display-style;
374
405
  }
375
406
 
376
- .e-calendar-cell-container .e-footer-container {
377
- display: block;
378
- padding: 5px 0;
379
- }
380
-
381
407
  #{if(&, '&', '*')} .e-content.e-month
382
408
  {
383
409
  height: $modal-portrait-calendar-content-height;
@@ -444,7 +470,6 @@ $modal-tablet-table-header-height: 48px !default;
444
470
 
445
471
  .e-popup-close {
446
472
  float: $modal-portrait-cancel-icon-float-style;
447
- padding: $modal-portrait-cancel-icon-padding;
448
473
  }
449
474
 
450
475
  .e-day-wrapper {
@@ -43,7 +43,7 @@ $modal-month-line-height: 32px !default;
43
43
  $modal-portrait-year-font-size: 4vw !default;
44
44
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
45
45
  $modal-portrait-month-font-size: 5vw !default;
46
- $modal-portrait-header-padding: 2vh 2vw !default;
46
+ $modal-portrait-header-padding: 2vh 6vw !default;
47
47
  $modal-portrait-month-header-padding: 2vh 2vw !default;
48
48
  $modal-portrait-month-header-vertical-align: middle !default;
49
49
  $modal-month-header-line-height: 5vh !default;
@@ -74,7 +74,7 @@ $modal-portrait-icon-float: right !default;
74
74
  // Touch modal popup styles
75
75
  $modal-portrait-header-height: 20vh !default;
76
76
  $modal-portrait-header-month-height: 10vh !default;
77
- $modal-portrait-calendar-container-height: 85vh !default;
77
+ $modal-portrait-calendar-container-height: 79vh !default;
78
78
  $modal-portrait-calendar-min-height: 100% !default;
79
79
  $modal-portrait-calendar-min-width: 100% !default;
80
80
  $modal-portrait-calendar-height: 100% !default;
@@ -93,10 +93,10 @@ $modal-landscape-prev-icon-margin: $modal-portrait-prev-icon-margin !default;
93
93
  $modal-year-landscape-font-size: 3vw !default;
94
94
  $modal-month-landscape-font-size: 4vw !default;
95
95
  $datepicker-modal-landscape-overflow: visible !default;
96
- $modal-month-landscape-title-line-height: 8vh !default;
96
+ $modal-month-landscape-title-line-height: 12vh !default;
97
97
 
98
98
  // tablet device style changes for modal popup
99
- $modal-tablet-font-size: 24px !default;
99
+ $modal-tablet-font-size: 18px !default;
100
100
  $modal-tablet-content-dimension: 64px !default;
101
101
  $modal-tablet-table-header-height: 48px !default;
102
102
 
@@ -229,6 +229,11 @@ $modal-tablet-table-header-height: 48px !default;
229
229
  min-height: 40px;
230
230
  }
231
231
 
232
+ @media screen and (orientation: landscape) {
233
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
234
+ line-height: $modal-tablet-content-dimension;
235
+ }
236
+ }
232
237
 
233
238
  .e-datepick-mob-popup-wrap {
234
239
 
@@ -242,6 +247,13 @@ $modal-tablet-table-header-height: 48px !default;
242
247
  }
243
248
  }
244
249
 
250
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
251
+ height: 15vh;
252
+ .e-popup-close {
253
+ float: right;
254
+ }
255
+ }
256
+
245
257
  #{if(&, '&', '*')} .e-model-header {
246
258
  height: $modal-portrait-header-height;
247
259
  padding: $modal-portrait-header-padding;
@@ -254,12 +266,19 @@ $modal-tablet-table-header-height: 48px !default;
254
266
  color: $modal-portrait-cancel-icon-color;
255
267
  float: $modal-portrait-cancel-icon-float-style;
256
268
  font-size: $datepicker-bigger-icon-font-size;
257
- padding: $modal-portrait-cancel-icon-padding;
258
269
  @media (min-device-width: 768px) {
259
270
  font-size: $modal-tablet-font-size;
260
271
  }
261
272
  }
262
273
 
274
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
275
+ background: transparent;
276
+ border-color: transparent;
277
+ box-shadow: none;
278
+ font-weight: 400;
279
+ padding: 0;
280
+ }
281
+
263
282
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
264
283
  color: $modal-today-text-color;
265
284
  float: $modal-portrait-today-float-style;
@@ -310,12 +329,16 @@ $modal-tablet-table-header-height: 48px !default;
310
329
 
311
330
  #{if(&, '&', '*')} .e-prev {
312
331
  margin-right: $modal-portrait-prev-icon-margin;
332
+ vertical-align: inherit;
333
+ height: 35px;
334
+ width: 35px;
313
335
  @media (min-device-width: 768px) {
314
- height: 34px;
315
- width: 34px;
336
+ height: 55px;
337
+ width: 55px;
316
338
  }
317
339
 
318
340
  #{if(&, '&', '*')} .e-icons {
341
+ vertical-align: inherit;
319
342
  @media (min-device-width: 768px) {
320
343
  font-size: $modal-tablet-font-size;
321
344
  }
@@ -324,8 +347,16 @@ $modal-tablet-table-header-height: 48px !default;
324
347
 
325
348
  #{if(&, '&', '*')} .e-next {
326
349
  margin-right: $modal-portrait-next-icon-margin;
350
+ vertical-align: inherit;
351
+ height: 35px;
352
+ width:35px;
353
+ @media (min-device-width: 768px) {
354
+ height: 55px;
355
+ width: 55px;
356
+ }
327
357
 
328
358
  #{if(&, '&', '*')} .e-icons {
359
+ vertical-align: inherit;
329
360
  @media (min-device-width: 768px) {
330
361
  font-size: $modal-tablet-font-size;
331
362
  }
@@ -364,11 +395,6 @@ $modal-tablet-table-header-height: 48px !default;
364
395
  display: $modal-portrait-footer-display-style;
365
396
  }
366
397
 
367
- .e-calendar-cell-container .e-footer-container {
368
- display: block;
369
- padding: 5px 0;
370
- }
371
-
372
398
  #{if(&, '&', '*')} .e-content.e-month
373
399
  {
374
400
  height: $modal-portrait-calendar-content-height;
@@ -435,7 +461,6 @@ $modal-tablet-table-header-height: 48px !default;
435
461
 
436
462
  .e-popup-close {
437
463
  float: $modal-portrait-cancel-icon-float-style;
438
- padding: $modal-portrait-cancel-icon-padding;
439
464
  }
440
465
 
441
466
  .e-day-wrapper {
@@ -39,10 +39,10 @@ $modal-month-font-weight: 500 !default;
39
39
  $modal-month-line-height: 32px !default;
40
40
 
41
41
  // modal dialog dimensions and styles
42
- $modal-portrait-year-font-size: 4vw !default;
42
+ $modal-portrait-year-font-size: 3vw !default;
43
43
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
44
44
  $modal-portrait-month-font-size: 5vw !default;
45
- $modal-portrait-header-padding: 2vh 2vw !default;
45
+ $modal-portrait-header-padding: 2vh 6vw !default;
46
46
  $modal-portrait-month-header-padding: 2vh 2vw !default;
47
47
  $modal-portrait-month-header-vertical-align: middle !default;
48
48
  $modal-month-header-line-height: 5vh !default;
@@ -73,7 +73,7 @@ $modal-portrait-icon-float: right !default;
73
73
  // Touch modal popup styles
74
74
  $modal-portrait-header-height: 20vh !default;
75
75
  $modal-portrait-header-month-height: 10vh !default;
76
- $modal-portrait-calendar-container-height: 85vh !default;
76
+ $modal-portrait-calendar-container-height: 79vh !default;
77
77
  $modal-portrait-calendar-min-height: 100% !default;
78
78
  $modal-portrait-calendar-min-width: 100% !default;
79
79
  $modal-portrait-calendar-height: 100% !default;
@@ -90,12 +90,12 @@ $modal-landscape-calendar-content-big-height: 65vh !default;
90
90
  $modal-landscape-header-year-margin: 12vh 0 0 0 !default;
91
91
  $modal-landscape-prev-icon-margin: $modal-portrait-prev-icon-margin !default;
92
92
  $modal-year-landscape-font-size: 3vw !default;
93
- $modal-month-landscape-font-size: 4vw !default;
93
+ $modal-month-landscape-font-size: 3vw !default;
94
94
  $datepicker-modal-landscape-overflow: visible !default;
95
- $modal-month-landscape-title-line-height: 8vh !default;
95
+ $modal-month-landscape-title-line-height: 12vh !default;
96
96
 
97
97
  // tablet device style changes for modal popup
98
- $modal-tablet-font-size: 24px !default;
98
+ $modal-tablet-font-size: 18px !default;
99
99
  $modal-tablet-content-dimension: 64px !default;
100
100
  $modal-tablet-table-header-height: 48px !default;
101
101
 
@@ -226,6 +226,11 @@ $modal-tablet-table-header-height: 48px !default;
226
226
  min-height: 40px;
227
227
  }
228
228
 
229
+ @media screen and (orientation: landscape) {
230
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
231
+ line-height: $modal-tablet-content-dimension;
232
+ }
233
+ }
229
234
 
230
235
  .e-datepick-mob-popup-wrap {
231
236
 
@@ -239,6 +244,13 @@ $modal-tablet-table-header-height: 48px !default;
239
244
  }
240
245
  }
241
246
 
247
+ #{if(&, '&', '*')} .e-model-header.e-blazor-device {
248
+ height: 15vh;
249
+ .e-popup-close {
250
+ float: right;
251
+ }
252
+ }
253
+
242
254
  #{if(&, '&', '*')} .e-model-header {
243
255
  height: $modal-portrait-header-height;
244
256
  padding: $modal-portrait-header-padding;
@@ -251,12 +263,19 @@ $modal-tablet-table-header-height: 48px !default;
251
263
  color: $modal-portrait-cancel-icon-color;
252
264
  float: $modal-portrait-cancel-icon-float-style;
253
265
  font-size: $datepicker-bigger-icon-font-size;
254
- padding: $modal-portrait-cancel-icon-padding;
255
266
  @media (min-device-width: 768px) {
256
267
  font-size: $modal-tablet-font-size;
257
268
  }
258
269
  }
259
270
 
271
+ #{if(&, '&', '*')} .e-btn.e-flat.e-popup-close {
272
+ background: transparent;
273
+ border-color: transparent;
274
+ box-shadow: none;
275
+ font-weight: 400;
276
+ padding: 0;
277
+ }
278
+
260
279
  #{if(&, '&', '*')} .e-today.e-flat.e-primary {
261
280
  color: $modal-today-text-color;
262
281
  float: $modal-portrait-today-float-style;
@@ -307,12 +326,16 @@ $modal-tablet-table-header-height: 48px !default;
307
326
 
308
327
  #{if(&, '&', '*')} .e-prev {
309
328
  margin-right: $modal-portrait-prev-icon-margin;
329
+ vertical-align: inherit;
330
+ height: 35px;
331
+ width: 35px;
310
332
  @media (min-device-width: 768px) {
311
- height: 34px;
312
- width: 34px;
333
+ height: 55px;
334
+ width: 55px;
313
335
  }
314
336
 
315
337
  #{if(&, '&', '*')} .e-icons {
338
+ vertical-align: inherit;
316
339
  @media (min-device-width: 768px) {
317
340
  font-size: $modal-tablet-font-size;
318
341
  }
@@ -321,8 +344,16 @@ $modal-tablet-table-header-height: 48px !default;
321
344
 
322
345
  #{if(&, '&', '*')} .e-next {
323
346
  margin-right: $modal-portrait-next-icon-margin;
347
+ vertical-align: inherit;
348
+ height: 35px;
349
+ width:35px;
350
+ @media (min-device-width: 768px) {
351
+ height: 55px;
352
+ width: 55px;
353
+ }
324
354
 
325
355
  #{if(&, '&', '*')} .e-icons {
356
+ vertical-align: inherit;
326
357
  @media (min-device-width: 768px) {
327
358
  font-size: $modal-tablet-font-size;
328
359
  }
@@ -361,11 +392,6 @@ $modal-tablet-table-header-height: 48px !default;
361
392
  display: $modal-portrait-footer-display-style;
362
393
  }
363
394
 
364
- .e-calendar-cell-container .e-footer-container {
365
- display: block;
366
- padding: 5px 0;
367
- }
368
-
369
395
  #{if(&, '&', '*')} .e-content.e-month
370
396
  {
371
397
  height: $modal-portrait-calendar-content-height;
@@ -432,7 +458,6 @@ $modal-tablet-table-header-height: 48px !default;
432
458
 
433
459
  .e-popup-close {
434
460
  float: $modal-portrait-cancel-icon-float-style;
435
- padding: $modal-portrait-cancel-icon-padding;
436
461
  }
437
462
 
438
463
  .e-day-wrapper {