@syncfusion/ej2-fabric-theme 33.2.13 → 34.1.29

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 (1384) hide show
  1. package/package.json +2 -2
  2. package/styles/accordion/_all.scss +2 -0
  3. package/styles/accordion/_bigger.scss +122 -0
  4. package/styles/accordion/_fabric-definition.scss +180 -0
  5. package/styles/accordion/_layout.scss +249 -0
  6. package/styles/accordion/_theme.scss +432 -0
  7. package/styles/accordion/_variables.scss +2 -0
  8. package/styles/accordion/accordion-lite.css +446 -0
  9. package/styles/accordion/accordion-lite.scss +3 -0
  10. package/styles/accordion/accordion.css +541 -0
  11. package/styles/accordion/accordion.scss +4 -0
  12. package/styles/accordion/icons/_fabric.scss +16 -0
  13. package/styles/accordion/index-lite.css +2 -0
  14. package/styles/accordion/index-lite.scss +2 -0
  15. package/styles/accordion/index.css +2 -0
  16. package/styles/accordion/index.scss +2 -0
  17. package/styles/ai-assistview/_all.scss +2 -0
  18. package/styles/ai-assistview/_bigger.scss +312 -0
  19. package/styles/ai-assistview/_fabric-definition.scss +311 -0
  20. package/styles/ai-assistview/_layout.scss +1052 -0
  21. package/styles/ai-assistview/_theme.scss +428 -0
  22. package/styles/ai-assistview/_variables.scss +2 -0
  23. package/styles/ai-assistview/ai-assistview-lite.css +1325 -0
  24. package/styles/ai-assistview/ai-assistview-lite.scss +3 -0
  25. package/styles/ai-assistview/ai-assistview.css +1636 -0
  26. package/styles/ai-assistview/ai-assistview.scss +4 -0
  27. package/styles/ai-assistview/icons/_fabric.scss +63 -0
  28. package/styles/ai-assistview/index-lite.css +11 -0
  29. package/styles/ai-assistview/index-lite.scss +11 -0
  30. package/styles/ai-assistview/index.css +11 -0
  31. package/styles/ai-assistview/index.scss +11 -0
  32. package/styles/appbar/_all.scss +2 -0
  33. package/styles/appbar/_bigger.scss +16 -0
  34. package/styles/appbar/_fabric-definition.scss +20 -0
  35. package/styles/appbar/_layout.scss +77 -0
  36. package/styles/appbar/_theme.scss +217 -0
  37. package/styles/appbar/_variables.scss +2 -0
  38. package/styles/appbar/appbar-lite.css +223 -0
  39. package/styles/appbar/appbar-lite.scss +2 -0
  40. package/styles/appbar/appbar.css +236 -0
  41. package/styles/appbar/appbar.scss +3 -0
  42. package/styles/appbar/index-lite.css +2 -0
  43. package/styles/appbar/index-lite.scss +2 -0
  44. package/styles/appbar/index.css +2 -0
  45. package/styles/appbar/index.scss +2 -0
  46. package/styles/auto-complete/_all.scss +1 -0
  47. package/styles/auto-complete/_fabric-definition.scss +2 -0
  48. package/styles/auto-complete/_variables.scss +2 -0
  49. package/styles/auto-complete/auto-complete.css +1 -0
  50. package/styles/auto-complete/auto-complete.scss +2 -0
  51. package/styles/auto-complete/index.css +7 -0
  52. package/styles/auto-complete/index.scss +7 -0
  53. package/styles/avatar/_all.scss +1 -0
  54. package/styles/avatar/_fabric-definition.scss +27 -0
  55. package/styles/avatar/_layout.scss +84 -0
  56. package/styles/avatar/_theme.scss +1 -0
  57. package/styles/avatar/_variables.scss +2 -0
  58. package/styles/avatar/avatar.css +45 -0
  59. package/styles/avatar/avatar.scss +2 -0
  60. package/styles/avatar/index.css +2 -0
  61. package/styles/avatar/index.scss +2 -0
  62. package/styles/badge/_all.scss +2 -0
  63. package/styles/badge/_bigger.scss +54 -0
  64. package/styles/badge/_fabric-definition.scss +77 -0
  65. package/styles/badge/_layout.scss +131 -0
  66. package/styles/badge/_theme.scss +314 -0
  67. package/styles/badge/_variables.scss +2 -0
  68. package/styles/badge/badge-lite.css +221 -0
  69. package/styles/badge/badge-lite.scss +2 -0
  70. package/styles/badge/badge.css +221 -0
  71. package/styles/badge/badge.scss +3 -0
  72. package/styles/badge/index-lite.css +2 -0
  73. package/styles/badge/index-lite.scss +2 -0
  74. package/styles/badge/index.css +2 -0
  75. package/styles/badge/index.scss +2 -0
  76. package/styles/barcode/_all.scss +1 -0
  77. package/styles/barcode/_definition.scss +1 -0
  78. package/styles/barcode/_fabric-definition.scss +1 -0
  79. package/styles/barcode/_theme.scss +24 -0
  80. package/styles/barcode/_variables.scss +2 -0
  81. package/styles/barcode/barcode.css +19 -0
  82. package/styles/barcode/barcode.scss +2 -0
  83. package/styles/barcode/index.css +2 -0
  84. package/styles/barcode/index.scss +2 -0
  85. package/styles/base/_fabric-definition.scss +1 -0
  86. package/styles/base/animation/_all.scss +537 -0
  87. package/styles/base/base.css +3163 -0
  88. package/styles/base/base.scss +4 -0
  89. package/styles/base/common/_all.scss +2 -0
  90. package/styles/base/common/_base-variables.scss +2 -0
  91. package/styles/base/common/_core.scss +113 -0
  92. package/styles/base/common/_mixin.scss +11 -0
  93. package/styles/base/definition/_fabric.scss +192 -0
  94. package/styles/blockeditor/_all.scss +2 -0
  95. package/styles/blockeditor/_bigger.scss +384 -0
  96. package/styles/blockeditor/_fabric-definition.scss +521 -0
  97. package/styles/blockeditor/_layout.scss +1314 -0
  98. package/styles/blockeditor/_theme.scss +627 -0
  99. package/styles/blockeditor/_variables.scss +2 -0
  100. package/styles/blockeditor/blockeditor-lite.css +1828 -0
  101. package/styles/blockeditor/blockeditor-lite.scss +3 -0
  102. package/styles/blockeditor/blockeditor.css +2226 -0
  103. package/styles/blockeditor/blockeditor.scss +4 -0
  104. package/styles/blockeditor/icons/_fabric.scss +99 -0
  105. package/styles/blockeditor/index-lite.css +20 -0
  106. package/styles/blockeditor/index-lite.scss +20 -0
  107. package/styles/blockeditor/index.css +20 -0
  108. package/styles/blockeditor/index.scss +20 -0
  109. package/styles/breadcrumb/_all.scss +2 -0
  110. package/styles/breadcrumb/_bigger.scss +168 -0
  111. package/styles/breadcrumb/_fabric-definition.scss +70 -0
  112. package/styles/breadcrumb/_layout.scss +465 -0
  113. package/styles/breadcrumb/_theme.scss +297 -0
  114. package/styles/breadcrumb/_variables.scss +2 -0
  115. package/styles/breadcrumb/breadcrumb-lite.css +308 -0
  116. package/styles/breadcrumb/breadcrumb-lite.scss +3 -0
  117. package/styles/breadcrumb/breadcrumb.css +400 -0
  118. package/styles/breadcrumb/breadcrumb.scss +4 -0
  119. package/styles/breadcrumb/icons/_fabric.scss +13 -0
  120. package/styles/breadcrumb/index-lite.css +2 -0
  121. package/styles/breadcrumb/index-lite.scss +2 -0
  122. package/styles/breadcrumb/index.css +2 -0
  123. package/styles/breadcrumb/index.scss +2 -0
  124. package/styles/button/_all.scss +2 -0
  125. package/styles/button/_bigger.scss +293 -0
  126. package/styles/button/_fabric-definition.scss +313 -0
  127. package/styles/button/_layout.scss +340 -0
  128. package/styles/button/_mixin.scss +683 -0
  129. package/styles/button/_theme.scss +1945 -0
  130. package/styles/button/_variables.scss +2 -0
  131. package/styles/button/button-lite.css +1095 -0
  132. package/styles/button/button-lite.scss +2 -0
  133. package/styles/button/button.css +1359 -0
  134. package/styles/button/button.scss +3 -0
  135. package/styles/button/index-lite.css +2 -0
  136. package/styles/button/index-lite.scss +2 -0
  137. package/styles/button/index.css +2 -0
  138. package/styles/button/index.scss +2 -0
  139. package/styles/button-group/_all.scss +2 -0
  140. package/styles/button-group/_bigger.scss +13 -0
  141. package/styles/button-group/_fabric-definition.scss +40 -0
  142. package/styles/button-group/_group-button-mixin.scss +96 -0
  143. package/styles/button-group/_layout.scss +280 -0
  144. package/styles/button-group/_theme.scss +481 -0
  145. package/styles/button-group/_variables.scss +2 -0
  146. package/styles/button-group/button-group-lite.css +766 -0
  147. package/styles/button-group/button-group-lite.scss +2 -0
  148. package/styles/button-group/button-group.css +772 -0
  149. package/styles/button-group/button-group.scss +3 -0
  150. package/styles/button-group/index-lite.css +3 -0
  151. package/styles/button-group/index-lite.scss +3 -0
  152. package/styles/button-group/index.css +3 -0
  153. package/styles/button-group/index.scss +3 -0
  154. package/styles/calendar/_all.scss +2 -0
  155. package/styles/calendar/_bigger.scss +1161 -0
  156. package/styles/calendar/_fabric-definition.scss +213 -0
  157. package/styles/calendar/_layout.scss +589 -0
  158. package/styles/calendar/_theme.scss +725 -0
  159. package/styles/calendar/_variables.scss +2 -0
  160. package/styles/calendar/calendar-lite.css +571 -0
  161. package/styles/calendar/calendar-lite.scss +3 -0
  162. package/styles/calendar/calendar.css +1148 -0
  163. package/styles/calendar/calendar.scss +4 -0
  164. package/styles/calendar/icons/_fabric.scss +14 -0
  165. package/styles/calendar/index-lite.css +3 -0
  166. package/styles/calendar/index-lite.scss +3 -0
  167. package/styles/calendar/index.css +3 -0
  168. package/styles/calendar/index.scss +3 -0
  169. package/styles/card/_all.scss +2 -0
  170. package/styles/card/_bigger.scss +172 -0
  171. package/styles/card/_fabric-definition.scss +141 -0
  172. package/styles/card/_layout.scss +387 -0
  173. package/styles/card/_theme.scss +113 -0
  174. package/styles/card/_variables.scss +2 -0
  175. package/styles/card/card-lite.css +384 -0
  176. package/styles/card/card-lite.scss +2 -0
  177. package/styles/card/card.css +519 -0
  178. package/styles/card/card.scss +3 -0
  179. package/styles/card/index-lite.css +2 -0
  180. package/styles/card/index-lite.scss +2 -0
  181. package/styles/card/index.css +2 -0
  182. package/styles/card/index.scss +2 -0
  183. package/styles/carousel/_all.scss +2 -0
  184. package/styles/carousel/_fabric-definition.scss +36 -0
  185. package/styles/carousel/_layout.scss +258 -0
  186. package/styles/carousel/_theme.scss +110 -0
  187. package/styles/carousel/_variables.scss +2 -0
  188. package/styles/carousel/carousel.css +304 -0
  189. package/styles/carousel/carousel.scss +3 -0
  190. package/styles/carousel/icons/_fabric.scss +31 -0
  191. package/styles/carousel/index.css +2 -0
  192. package/styles/carousel/index.scss +2 -0
  193. package/styles/chartwizard/_all.scss +2 -0
  194. package/styles/chartwizard/_bigger.scss +24 -0
  195. package/styles/chartwizard/_fabric-definition.scss +13 -0
  196. package/styles/chartwizard/_layout.scss +285 -0
  197. package/styles/chartwizard/_theme.scss +58 -0
  198. package/styles/chartwizard/_variables.scss +2 -0
  199. package/styles/chartwizard/chartwizard-lite.css +348 -0
  200. package/styles/chartwizard/chartwizard-lite.scss +3 -0
  201. package/styles/chartwizard/chartwizard.css +365 -0
  202. package/styles/chartwizard/chartwizard.scss +4 -0
  203. package/styles/chartwizard/icons/_fabric.scss +110 -0
  204. package/styles/chartwizard/index-lite.css +38 -0
  205. package/styles/chartwizard/index-lite.scss +38 -0
  206. package/styles/chartwizard/index.css +38 -0
  207. package/styles/chartwizard/index.scss +38 -0
  208. package/styles/chat-ui/_all.scss +2 -0
  209. package/styles/chat-ui/_bigger.scss +282 -0
  210. package/styles/chat-ui/_fabric-definition.scss +429 -0
  211. package/styles/chat-ui/_layout.scss +975 -0
  212. package/styles/chat-ui/_theme.scss +436 -0
  213. package/styles/chat-ui/_variables.scss +2 -0
  214. package/styles/chat-ui/chat-ui-lite.css +1326 -0
  215. package/styles/chat-ui/chat-ui-lite.scss +3 -0
  216. package/styles/chat-ui/chat-ui.css +1618 -0
  217. package/styles/chat-ui/chat-ui.scss +4 -0
  218. package/styles/chat-ui/icons/_fabric.scss +72 -0
  219. package/styles/chat-ui/index-lite.css +15 -0
  220. package/styles/chat-ui/index-lite.scss +15 -0
  221. package/styles/chat-ui/index.css +15 -0
  222. package/styles/chat-ui/index.scss +15 -0
  223. package/styles/check-box/_all.scss +2 -0
  224. package/styles/check-box/_bigger.scss +252 -0
  225. package/styles/check-box/_fabric-definition.scss +94 -0
  226. package/styles/check-box/_layout.scss +330 -0
  227. package/styles/check-box/_theme.scss +286 -0
  228. package/styles/check-box/_variables.scss +2 -0
  229. package/styles/check-box/check-box-lite.css +389 -0
  230. package/styles/check-box/check-box-lite.scss +3 -0
  231. package/styles/check-box/check-box.css +558 -0
  232. package/styles/check-box/check-box.scss +4 -0
  233. package/styles/check-box/icons/_fabric.scss +19 -0
  234. package/styles/check-box/index-lite.css +2 -0
  235. package/styles/check-box/index-lite.scss +2 -0
  236. package/styles/check-box/index.css +2 -0
  237. package/styles/check-box/index.scss +2 -0
  238. package/styles/chips/_all.scss +2 -0
  239. package/styles/chips/_bigger.scss +150 -0
  240. package/styles/chips/_fabric-definition.scss +592 -0
  241. package/styles/chips/_layout.scss +240 -0
  242. package/styles/chips/_theme.scss +909 -0
  243. package/styles/chips/_variables.scss +2 -0
  244. package/styles/chips/chips-lite.css +1881 -0
  245. package/styles/chips/chips-lite.scss +3 -0
  246. package/styles/chips/chips.css +1979 -0
  247. package/styles/chips/chips.scss +4 -0
  248. package/styles/chips/icons/_fabric.scss +17 -0
  249. package/styles/chips/index-lite.css +2 -0
  250. package/styles/chips/index-lite.scss +2 -0
  251. package/styles/chips/index.css +2 -0
  252. package/styles/chips/index.scss +2 -0
  253. package/styles/color-picker/_all.scss +2 -0
  254. package/styles/color-picker/_bigger.scss +550 -0
  255. package/styles/color-picker/_fabric-definition.scss +179 -0
  256. package/styles/color-picker/_layout.scss +970 -0
  257. package/styles/color-picker/_theme.scss +217 -0
  258. package/styles/color-picker/_variables.scss +2 -0
  259. package/styles/color-picker/color-picker-lite.css +584 -0
  260. package/styles/color-picker/color-picker-lite.scss +3 -0
  261. package/styles/color-picker/color-picker.css +777 -0
  262. package/styles/color-picker/color-picker.scss +4 -0
  263. package/styles/color-picker/icons/_fabric.scss +10 -0
  264. package/styles/color-picker/index-lite.css +10 -0
  265. package/styles/color-picker/index-lite.scss +10 -0
  266. package/styles/color-picker/index.css +10 -0
  267. package/styles/color-picker/index.scss +10 -0
  268. package/styles/combo-box/_all.scss +1 -0
  269. package/styles/combo-box/_fabric-definition.scss +2 -0
  270. package/styles/combo-box/_variables.scss +2 -0
  271. package/styles/combo-box/combo-box.css +1 -0
  272. package/styles/combo-box/combo-box.scss +2 -0
  273. package/styles/combo-box/index.css +7 -0
  274. package/styles/combo-box/index.scss +7 -0
  275. package/styles/compatibility/fabric.css +1 -1
  276. package/styles/compatibility/fabric.scss +1 -1
  277. package/styles/context-menu/_all.scss +2 -0
  278. package/styles/context-menu/_bigger.scss +111 -0
  279. package/styles/context-menu/_fabric-definition.scss +66 -0
  280. package/styles/context-menu/_layout-mixin.scss +144 -0
  281. package/styles/context-menu/_layout.scss +181 -0
  282. package/styles/context-menu/_theme-mixin.scss +87 -0
  283. package/styles/context-menu/_theme.scss +79 -0
  284. package/styles/context-menu/_variables.scss +2 -0
  285. package/styles/context-menu/context-menu-lite.css +320 -0
  286. package/styles/context-menu/context-menu-lite.scss +3 -0
  287. package/styles/context-menu/context-menu.css +376 -0
  288. package/styles/context-menu/context-menu.scss +4 -0
  289. package/styles/context-menu/icons/_fabric.scss +32 -0
  290. package/styles/context-menu/index-lite.css +2 -0
  291. package/styles/context-menu/index-lite.scss +2 -0
  292. package/styles/context-menu/index.css +2 -0
  293. package/styles/context-menu/index.scss +2 -0
  294. package/styles/dashboard-layout/_all.scss +2 -0
  295. package/styles/dashboard-layout/_bigger.scss +40 -0
  296. package/styles/dashboard-layout/_fabric-definition.scss +105 -0
  297. package/styles/dashboard-layout/_layout.scss +234 -0
  298. package/styles/dashboard-layout/_theme.scss +117 -0
  299. package/styles/dashboard-layout/_variables.scss +2 -0
  300. package/styles/dashboard-layout/dashboard-layout-lite.css +276 -0
  301. package/styles/dashboard-layout/dashboard-layout-lite.scss +3 -0
  302. package/styles/dashboard-layout/dashboard-layout.css +291 -0
  303. package/styles/dashboard-layout/dashboard-layout.scss +4 -0
  304. package/styles/dashboard-layout/icons/_fabric.scss +81 -0
  305. package/styles/dashboard-layout/index-lite.css +2 -0
  306. package/styles/dashboard-layout/index-lite.scss +2 -0
  307. package/styles/dashboard-layout/index.css +2 -0
  308. package/styles/dashboard-layout/index.scss +2 -0
  309. package/styles/data-form/_all.scss +2 -0
  310. package/styles/data-form/_fabric-definition.scss +53 -0
  311. package/styles/data-form/_layout.scss +232 -0
  312. package/styles/data-form/_theme.scss +41 -0
  313. package/styles/data-form/_variables.scss +2 -0
  314. package/styles/data-form/data-form.css +240 -0
  315. package/styles/data-form/data-form.scss +2 -0
  316. package/styles/data-form/index.css +2 -0
  317. package/styles/data-form/index.scss +2 -0
  318. package/styles/datepicker/_all.scss +2 -0
  319. package/styles/datepicker/_bigger.scss +83 -0
  320. package/styles/datepicker/_fabric-definition.scss +123 -0
  321. package/styles/datepicker/_layout.scss +442 -0
  322. package/styles/datepicker/_theme.scss +49 -0
  323. package/styles/datepicker/_variables.scss +2 -0
  324. package/styles/datepicker/datepicker-lite.css +380 -0
  325. package/styles/datepicker/datepicker-lite.scss +3 -0
  326. package/styles/datepicker/datepicker.css +406 -0
  327. package/styles/datepicker/datepicker.scss +4 -0
  328. package/styles/datepicker/icons/_fabric.scss +45 -0
  329. package/styles/datepicker/index-lite.css +6 -0
  330. package/styles/datepicker/index-lite.scss +6 -0
  331. package/styles/datepicker/index.css +6 -0
  332. package/styles/datepicker/index.scss +6 -0
  333. package/styles/daterangepicker/_all.scss +2 -0
  334. package/styles/daterangepicker/_bigger.scss +972 -0
  335. package/styles/daterangepicker/_fabric-definition.scss +281 -0
  336. package/styles/daterangepicker/_layout.scss +814 -0
  337. package/styles/daterangepicker/_theme.scss +429 -0
  338. package/styles/daterangepicker/_variables.scss +2 -0
  339. package/styles/daterangepicker/daterangepicker-lite.css +753 -0
  340. package/styles/daterangepicker/daterangepicker-lite.scss +3 -0
  341. package/styles/daterangepicker/daterangepicker.css +1354 -0
  342. package/styles/daterangepicker/daterangepicker.scss +4 -0
  343. package/styles/daterangepicker/icons/_fabric.scss +70 -0
  344. package/styles/daterangepicker/index-lite.css +8 -0
  345. package/styles/daterangepicker/index-lite.scss +8 -0
  346. package/styles/daterangepicker/index.css +8 -0
  347. package/styles/daterangepicker/index.scss +8 -0
  348. package/styles/datetimepicker/_all.scss +2 -0
  349. package/styles/datetimepicker/_bigger.scss +106 -0
  350. package/styles/datetimepicker/_fabric-definition.scss +68 -0
  351. package/styles/datetimepicker/_layout.scss +193 -0
  352. package/styles/datetimepicker/_theme.scss +96 -0
  353. package/styles/datetimepicker/_variables.scss +2 -0
  354. package/styles/datetimepicker/datetimepicker-lite.css +162 -0
  355. package/styles/datetimepicker/datetimepicker-lite.scss +3 -0
  356. package/styles/datetimepicker/datetimepicker.css +199 -0
  357. package/styles/datetimepicker/datetimepicker.scss +4 -0
  358. package/styles/datetimepicker/icons/_fabric.scss +12 -0
  359. package/styles/datetimepicker/index-lite.css +9 -0
  360. package/styles/datetimepicker/index-lite.scss +9 -0
  361. package/styles/datetimepicker/index.css +9 -0
  362. package/styles/datetimepicker/index.scss +9 -0
  363. package/styles/diagram/_all.scss +1 -0
  364. package/styles/diagram/_definition.scss +54 -0
  365. package/styles/diagram/_fabric-definition.scss +72 -0
  366. package/styles/diagram/_theme.scss +461 -0
  367. package/styles/diagram/_variables.scss +2 -0
  368. package/styles/diagram/diagram.css +449 -0
  369. package/styles/diagram/diagram.scss +2 -0
  370. package/styles/diagram/index.css +5 -0
  371. package/styles/diagram/index.scss +5 -0
  372. package/styles/dialog/_all.scss +2 -0
  373. package/styles/dialog/_bigger.scss +88 -0
  374. package/styles/dialog/_fabric-definition.scss +92 -0
  375. package/styles/dialog/_layout.scss +490 -0
  376. package/styles/dialog/_theme.scss +165 -0
  377. package/styles/dialog/_variables.scss +2 -0
  378. package/styles/dialog/dialog-lite.css +460 -0
  379. package/styles/dialog/dialog-lite.scss +3 -0
  380. package/styles/dialog/dialog.css +506 -0
  381. package/styles/dialog/dialog.scss +4 -0
  382. package/styles/dialog/icons/_fabric.scss +28 -0
  383. package/styles/dialog/index-lite.css +4 -0
  384. package/styles/dialog/index-lite.scss +4 -0
  385. package/styles/dialog/index.css +4 -0
  386. package/styles/dialog/index.scss +4 -0
  387. package/styles/document-editor/_all.scss +3 -0
  388. package/styles/document-editor/_bigger.scss +964 -0
  389. package/styles/document-editor/_fabric-definition.scss +920 -0
  390. package/styles/document-editor/_layout.scss +445 -0
  391. package/styles/document-editor/_theme.scss +2921 -0
  392. package/styles/document-editor/_variables.scss +2 -0
  393. package/styles/document-editor/document-editor-lite.css +3248 -0
  394. package/styles/document-editor/document-editor-lite.scss +3 -0
  395. package/styles/document-editor/document-editor.css +3490 -0
  396. package/styles/document-editor/document-editor.scss +4 -0
  397. package/styles/document-editor/icons/_fabric.scss +666 -0
  398. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  399. package/styles/document-editor/index-lite.css +27 -0
  400. package/styles/document-editor/index-lite.scss +27 -0
  401. package/styles/document-editor/index.css +27 -0
  402. package/styles/document-editor/index.scss +27 -0
  403. package/styles/document-editor-container/_all.scss +2 -0
  404. package/styles/document-editor-container/_bigger.scss +1154 -0
  405. package/styles/document-editor-container/_definition.scss +10 -0
  406. package/styles/document-editor-container/_fabric-definition.scss +368 -0
  407. package/styles/document-editor-container/_layout.scss +240 -0
  408. package/styles/document-editor-container/_theme.scss +1993 -0
  409. package/styles/document-editor-container/_variables.scss +2 -0
  410. package/styles/document-editor-container/document-editor-container-lite.css +1638 -0
  411. package/styles/document-editor-container/document-editor-container-lite.scss +3 -0
  412. package/styles/document-editor-container/document-editor-container.css +2105 -0
  413. package/styles/document-editor-container/document-editor-container.scss +4 -0
  414. package/styles/document-editor-container/icons/_fabric.scss +710 -0
  415. package/styles/document-editor-container/index-lite.css +31 -0
  416. package/styles/document-editor-container/index-lite.scss +31 -0
  417. package/styles/document-editor-container/index.css +31 -0
  418. package/styles/document-editor-container/index.scss +31 -0
  419. package/styles/drawing/_all.scss +1 -0
  420. package/styles/drawing/_definition.scss +1 -0
  421. package/styles/drawing/_fabric-definition.scss +1 -0
  422. package/styles/drawing/_theme.scss +1 -0
  423. package/styles/drawing/_variables.scss +2 -0
  424. package/styles/drawing/drawing.css +2 -0
  425. package/styles/drawing/drawing.scss +2 -0
  426. package/styles/drawing/index.css +2 -0
  427. package/styles/drawing/index.scss +2 -0
  428. package/styles/drop-down-base/_all.scss +2 -0
  429. package/styles/drop-down-base/_bigger.scss +194 -0
  430. package/styles/drop-down-base/_definition.scss +24 -0
  431. package/styles/drop-down-base/_fabric-definition.scss +99 -0
  432. package/styles/drop-down-base/_layout.scss +158 -0
  433. package/styles/drop-down-base/_theme.scss +310 -0
  434. package/styles/drop-down-base/_variables.scss +2 -0
  435. package/styles/drop-down-base/drop-down-base-lite.css +259 -0
  436. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  437. package/styles/drop-down-base/drop-down-base.css +323 -0
  438. package/styles/drop-down-base/drop-down-base.scss +3 -0
  439. package/styles/drop-down-base/index-lite.css +2 -0
  440. package/styles/drop-down-base/index-lite.scss +2 -0
  441. package/styles/drop-down-base/index.css +2 -0
  442. package/styles/drop-down-base/index.scss +2 -0
  443. package/styles/drop-down-button/_all.scss +2 -0
  444. package/styles/drop-down-button/_bigger.scss +105 -0
  445. package/styles/drop-down-button/_fabric-definition.scss +63 -0
  446. package/styles/drop-down-button/_layout.scss +248 -0
  447. package/styles/drop-down-button/_theme.scss +106 -0
  448. package/styles/drop-down-button/_variables.scss +2 -0
  449. package/styles/drop-down-button/drop-down-button-lite.css +200 -0
  450. package/styles/drop-down-button/drop-down-button-lite.scss +3 -0
  451. package/styles/drop-down-button/drop-down-button.css +253 -0
  452. package/styles/drop-down-button/drop-down-button.scss +4 -0
  453. package/styles/drop-down-button/icons/_fabric.scss +11 -0
  454. package/styles/drop-down-button/index-lite.css +4 -0
  455. package/styles/drop-down-button/index-lite.scss +4 -0
  456. package/styles/drop-down-button/index.css +4 -0
  457. package/styles/drop-down-button/index.scss +4 -0
  458. package/styles/drop-down-list/_all.scss +2 -0
  459. package/styles/drop-down-list/_bigger.scss +624 -0
  460. package/styles/drop-down-list/_fabric-definition.scss +93 -0
  461. package/styles/drop-down-list/_layout.scss +294 -0
  462. package/styles/drop-down-list/_theme.scss +18 -0
  463. package/styles/drop-down-list/_variables.scss +2 -0
  464. package/styles/drop-down-list/drop-down-list-lite.css +247 -0
  465. package/styles/drop-down-list/drop-down-list-lite.scss +3 -0
  466. package/styles/drop-down-list/drop-down-list.css +333 -0
  467. package/styles/drop-down-list/drop-down-list.scss +4 -0
  468. package/styles/drop-down-list/icons/_fabric.scss +19 -0
  469. package/styles/drop-down-list/index-lite.css +6 -0
  470. package/styles/drop-down-list/index-lite.scss +6 -0
  471. package/styles/drop-down-list/index.css +6 -0
  472. package/styles/drop-down-list/index.scss +6 -0
  473. package/styles/drop-down-tree/_all.scss +2 -0
  474. package/styles/drop-down-tree/_bigger.scss +589 -0
  475. package/styles/drop-down-tree/_fabric-definition.scss +101 -0
  476. package/styles/drop-down-tree/_layout.scss +980 -0
  477. package/styles/drop-down-tree/_theme.scss +144 -0
  478. package/styles/drop-down-tree/_variables.scss +2 -0
  479. package/styles/drop-down-tree/drop-down-tree-lite.css +337 -0
  480. package/styles/drop-down-tree/drop-down-tree-lite.scss +3 -0
  481. package/styles/drop-down-tree/drop-down-tree.css +423 -0
  482. package/styles/drop-down-tree/drop-down-tree.scss +4 -0
  483. package/styles/drop-down-tree/icons/_fabric.scss +12 -0
  484. package/styles/drop-down-tree/index-lite.css +8 -0
  485. package/styles/drop-down-tree/index-lite.scss +8 -0
  486. package/styles/drop-down-tree/index.css +8 -0
  487. package/styles/drop-down-tree/index.scss +8 -0
  488. package/styles/excel-filter/_all.scss +2 -0
  489. package/styles/excel-filter/_bigger.scss +238 -0
  490. package/styles/excel-filter/_fabric-definition.scss +71 -0
  491. package/styles/excel-filter/_layout.scss +405 -0
  492. package/styles/excel-filter/_theme.scss +52 -0
  493. package/styles/excel-filter/_variables.scss +2 -0
  494. package/styles/excel-filter/excel-filter-lite.css +277 -0
  495. package/styles/excel-filter/excel-filter-lite.scss +3 -0
  496. package/styles/excel-filter/excel-filter.css +393 -0
  497. package/styles/excel-filter/excel-filter.scss +4 -0
  498. package/styles/excel-filter/icons/_fabric.scss +37 -0
  499. package/styles/excel-filter/index-lite.css +18 -0
  500. package/styles/excel-filter/index-lite.scss +18 -0
  501. package/styles/excel-filter/index.css +18 -0
  502. package/styles/excel-filter/index.scss +18 -0
  503. package/styles/fabric-lite.css +99 -1
  504. package/styles/fabric-lite.scss +99 -0
  505. package/styles/fabric.css +99 -1
  506. package/styles/fabric.scss +99 -0
  507. package/styles/file-manager/_all.scss +2 -0
  508. package/styles/file-manager/_bigger.scss +869 -0
  509. package/styles/file-manager/_fabric-definition.scss +325 -0
  510. package/styles/file-manager/_layout.scss +1397 -0
  511. package/styles/file-manager/_theme.scss +434 -0
  512. package/styles/file-manager/_variables.scss +2 -0
  513. package/styles/file-manager/file-manager-lite.css +1023 -0
  514. package/styles/file-manager/file-manager-lite.scss +3 -0
  515. package/styles/file-manager/file-manager.css +1607 -0
  516. package/styles/file-manager/file-manager.scss +4 -0
  517. package/styles/file-manager/icons/_fabric.scss +230 -0
  518. package/styles/file-manager/index-lite.css +31 -0
  519. package/styles/file-manager/index-lite.scss +31 -0
  520. package/styles/file-manager/index.css +31 -0
  521. package/styles/file-manager/index.scss +31 -0
  522. package/styles/floating-action-button/_all.scss +2 -0
  523. package/styles/floating-action-button/_bigger.scss +29 -0
  524. package/styles/floating-action-button/_fabric-definition.scss +31 -0
  525. package/styles/floating-action-button/_layout.scss +113 -0
  526. package/styles/floating-action-button/_theme.scss +29 -0
  527. package/styles/floating-action-button/_variables.scss +2 -0
  528. package/styles/floating-action-button/floating-action-button-lite.css +99 -0
  529. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  530. package/styles/floating-action-button/floating-action-button.css +135 -0
  531. package/styles/floating-action-button/floating-action-button.scss +3 -0
  532. package/styles/floating-action-button/index-lite.css +3 -0
  533. package/styles/floating-action-button/index-lite.scss +3 -0
  534. package/styles/floating-action-button/index.css +3 -0
  535. package/styles/floating-action-button/index.scss +3 -0
  536. package/styles/gantt/_all.scss +2 -0
  537. package/styles/gantt/_bigger.scss +647 -0
  538. package/styles/gantt/_fabric-definition.scss +234 -0
  539. package/styles/gantt/_layout.scss +1452 -0
  540. package/styles/gantt/_theme.scss +812 -0
  541. package/styles/gantt/_variables.scss +2 -0
  542. package/styles/gantt/gantt-lite.css +1729 -0
  543. package/styles/gantt/gantt-lite.scss +3 -0
  544. package/styles/gantt/gantt.css +2030 -0
  545. package/styles/gantt/gantt.scss +4 -0
  546. package/styles/gantt/icons/_fabric.scss +118 -0
  547. package/styles/gantt/index-lite.css +43 -0
  548. package/styles/gantt/index-lite.scss +43 -0
  549. package/styles/gantt/index.css +43 -0
  550. package/styles/gantt/index.scss +43 -0
  551. package/styles/grid/_all.scss +2 -0
  552. package/styles/grid/_bigger.scss +2481 -0
  553. package/styles/grid/_fabric-definition.scss +600 -0
  554. package/styles/grid/_layout.scss +4393 -0
  555. package/styles/grid/_theme.scss +1033 -0
  556. package/styles/grid/_variables.scss +2 -0
  557. package/styles/grid/grid-lite.css +3950 -0
  558. package/styles/grid/grid-lite.scss +3 -0
  559. package/styles/grid/grid.css +5359 -0
  560. package/styles/grid/grid.scss +4 -0
  561. package/styles/grid/icons/_fabric.scss +377 -0
  562. package/styles/grid/index-lite.css +25 -0
  563. package/styles/grid/index-lite.scss +25 -0
  564. package/styles/grid/index.css +25 -0
  565. package/styles/grid/index.scss +25 -0
  566. package/styles/grid-chart/_all.scss +2 -0
  567. package/styles/grid-chart/_bigger.scss +65 -0
  568. package/styles/grid-chart/_fabric-definition.scss +12 -0
  569. package/styles/grid-chart/_layout.scss +161 -0
  570. package/styles/grid-chart/_theme.scss +63 -0
  571. package/styles/grid-chart/_variables.scss +2 -0
  572. package/styles/grid-chart/grid-chart-lite.css +206 -0
  573. package/styles/grid-chart/grid-chart-lite.scss +3 -0
  574. package/styles/grid-chart/grid-chart.css +239 -0
  575. package/styles/grid-chart/grid-chart.scss +4 -0
  576. package/styles/grid-chart/icons/_fabric.scss +122 -0
  577. package/styles/grid-chart/index-lite.css +33 -0
  578. package/styles/grid-chart/index-lite.scss +33 -0
  579. package/styles/grid-chart/index.css +33 -0
  580. package/styles/grid-chart/index.scss +33 -0
  581. package/styles/h-scroll/_all.scss +2 -0
  582. package/styles/h-scroll/_bigger.scss +40 -0
  583. package/styles/h-scroll/_fabric-definition.scss +62 -0
  584. package/styles/h-scroll/_layout.scss +161 -0
  585. package/styles/h-scroll/_theme.scss +147 -0
  586. package/styles/h-scroll/_variables.scss +2 -0
  587. package/styles/h-scroll/h-scroll-lite.css +222 -0
  588. package/styles/h-scroll/h-scroll-lite.scss +3 -0
  589. package/styles/h-scroll/h-scroll.css +256 -0
  590. package/styles/h-scroll/h-scroll.scss +4 -0
  591. package/styles/h-scroll/icons/_fabric.scss +50 -0
  592. package/styles/h-scroll/index-lite.css +2 -0
  593. package/styles/h-scroll/index-lite.scss +2 -0
  594. package/styles/h-scroll/index.css +2 -0
  595. package/styles/h-scroll/index.scss +2 -0
  596. package/styles/icons/fabric.css +2669 -0
  597. package/styles/icons/fabric.scss +913 -0
  598. package/styles/image-editor/_all.scss +2 -0
  599. package/styles/image-editor/_bigger.scss +323 -0
  600. package/styles/image-editor/_fabric-definition.scss +80 -0
  601. package/styles/image-editor/_layout.scss +948 -0
  602. package/styles/image-editor/_theme.scss +240 -0
  603. package/styles/image-editor/_variables.scss +2 -0
  604. package/styles/image-editor/icons/_fabric.scss +260 -0
  605. package/styles/image-editor/image-editor-lite.css +670 -0
  606. package/styles/image-editor/image-editor-lite.scss +3 -0
  607. package/styles/image-editor/image-editor.css +804 -0
  608. package/styles/image-editor/image-editor.scss +4 -0
  609. package/styles/image-editor/index-lite.css +17 -0
  610. package/styles/image-editor/index-lite.scss +17 -0
  611. package/styles/image-editor/index.css +17 -0
  612. package/styles/image-editor/index.scss +17 -0
  613. package/styles/inline-ai-assist/_all.scss +2 -0
  614. package/styles/inline-ai-assist/_bigger.scss +59 -0
  615. package/styles/inline-ai-assist/_fabric-definition.scss +59 -0
  616. package/styles/inline-ai-assist/_layout.scss +247 -0
  617. package/styles/inline-ai-assist/_theme.scss +108 -0
  618. package/styles/inline-ai-assist/_variables.scss +2 -0
  619. package/styles/inline-ai-assist/icons/_fabric.scss +15 -0
  620. package/styles/inline-ai-assist/index-lite.css +13 -0
  621. package/styles/inline-ai-assist/index-lite.scss +13 -0
  622. package/styles/inline-ai-assist/index.css +13 -0
  623. package/styles/inline-ai-assist/index.scss +13 -0
  624. package/styles/inline-ai-assist/inline-ai-assist-lite.css +340 -0
  625. package/styles/inline-ai-assist/inline-ai-assist-lite.scss +3 -0
  626. package/styles/inline-ai-assist/inline-ai-assist.css +398 -0
  627. package/styles/inline-ai-assist/inline-ai-assist.scss +4 -0
  628. package/styles/inplace-editor/_all.scss +2 -0
  629. package/styles/inplace-editor/_bigger.scss +196 -0
  630. package/styles/inplace-editor/_fabric-definition.scss +84 -0
  631. package/styles/inplace-editor/_layout.scss +444 -0
  632. package/styles/inplace-editor/_theme.scss +255 -0
  633. package/styles/inplace-editor/_variables.scss +2 -0
  634. package/styles/inplace-editor/icons/_fabric.scss +20 -0
  635. package/styles/inplace-editor/index-lite.css +39 -0
  636. package/styles/inplace-editor/index-lite.scss +39 -0
  637. package/styles/inplace-editor/index.css +39 -0
  638. package/styles/inplace-editor/index.scss +39 -0
  639. package/styles/inplace-editor/inplace-editor-lite.css +446 -0
  640. package/styles/inplace-editor/inplace-editor-lite.scss +3 -0
  641. package/styles/inplace-editor/inplace-editor.css +573 -0
  642. package/styles/inplace-editor/inplace-editor.scss +4 -0
  643. package/styles/input/_all.scss +3 -0
  644. package/styles/input/_bigger.scss +6232 -0
  645. package/styles/input/_definition.scss +232 -0
  646. package/styles/input/_fabric-definition.scss +371 -0
  647. package/styles/input/_layout.scss +5747 -0
  648. package/styles/input/_responsive.scss +1 -0
  649. package/styles/input/_theme.scss +2624 -0
  650. package/styles/input/_variables.scss +2 -0
  651. package/styles/input/icons/_fabric.scss +18 -0
  652. package/styles/input/index-lite.css +2 -0
  653. package/styles/input/index-lite.scss +2 -0
  654. package/styles/input/index.css +2 -0
  655. package/styles/input/index.scss +2 -0
  656. package/styles/input/input-lite.css +2351 -0
  657. package/styles/input/input-lite.scss +3 -0
  658. package/styles/input/input.css +4054 -0
  659. package/styles/input/input.scss +4 -0
  660. package/styles/kanban/_all.scss +2 -0
  661. package/styles/kanban/_bigger.scss +172 -0
  662. package/styles/kanban/_fabric-definition.scss +333 -0
  663. package/styles/kanban/_layout.scss +888 -0
  664. package/styles/kanban/_theme.scss +178 -0
  665. package/styles/kanban/_variables.scss +2 -0
  666. package/styles/kanban/icons/_fabric.scss +48 -0
  667. package/styles/kanban/index-lite.css +17 -0
  668. package/styles/kanban/index-lite.scss +17 -0
  669. package/styles/kanban/index.css +17 -0
  670. package/styles/kanban/index.scss +17 -0
  671. package/styles/kanban/kanban-lite.css +845 -0
  672. package/styles/kanban/kanban-lite.scss +3 -0
  673. package/styles/kanban/kanban.css +1020 -0
  674. package/styles/kanban/kanban.scss +4 -0
  675. package/styles/list-box/_all.scss +2 -0
  676. package/styles/list-box/_bigger.scss +184 -0
  677. package/styles/list-box/_fabric-definition.scss +166 -0
  678. package/styles/list-box/_layout.scss +495 -0
  679. package/styles/list-box/_theme.scss +334 -0
  680. package/styles/list-box/_variables.scss +2 -0
  681. package/styles/list-box/icons/_fabric.scss +26 -0
  682. package/styles/list-box/index-lite.css +6 -0
  683. package/styles/list-box/index-lite.scss +6 -0
  684. package/styles/list-box/index.css +6 -0
  685. package/styles/list-box/index.scss +6 -0
  686. package/styles/list-box/list-box-lite.css +752 -0
  687. package/styles/list-box/list-box-lite.scss +3 -0
  688. package/styles/list-box/list-box.css +870 -0
  689. package/styles/list-box/list-box.scss +4 -0
  690. package/styles/list-view/_all.scss +2 -0
  691. package/styles/list-view/_bigger.scss +396 -0
  692. package/styles/list-view/_fabric-definition.scss +123 -0
  693. package/styles/list-view/_layout.scss +386 -0
  694. package/styles/list-view/_theme.scss +332 -0
  695. package/styles/list-view/_variables.scss +2 -0
  696. package/styles/list-view/icons/_fabric.scss +10 -0
  697. package/styles/list-view/index-lite.css +3 -0
  698. package/styles/list-view/index-lite.scss +3 -0
  699. package/styles/list-view/index.css +3 -0
  700. package/styles/list-view/index.scss +3 -0
  701. package/styles/list-view/list-view-lite.css +364 -0
  702. package/styles/list-view/list-view-lite.scss +3 -0
  703. package/styles/list-view/list-view.css +409 -0
  704. package/styles/list-view/list-view.scss +4 -0
  705. package/styles/maskedtextbox/_all.scss +2 -0
  706. package/styles/maskedtextbox/_bigger.scss +61 -0
  707. package/styles/maskedtextbox/_fabric-definition.scss +21 -0
  708. package/styles/maskedtextbox/_layout.scss +98 -0
  709. package/styles/maskedtextbox/_theme.scss +11 -0
  710. package/styles/maskedtextbox/_variables.scss +2 -0
  711. package/styles/maskedtextbox/index-lite.css +3 -0
  712. package/styles/maskedtextbox/index-lite.scss +3 -0
  713. package/styles/maskedtextbox/index.css +3 -0
  714. package/styles/maskedtextbox/index.scss +3 -0
  715. package/styles/maskedtextbox/maskedtextbox-lite.css +60 -0
  716. package/styles/maskedtextbox/maskedtextbox-lite.scss +2 -0
  717. package/styles/maskedtextbox/maskedtextbox.css +134 -0
  718. package/styles/maskedtextbox/maskedtextbox.scss +3 -0
  719. package/styles/mention/_all.scss +1 -0
  720. package/styles/mention/_fabric-definition.scss +3 -0
  721. package/styles/mention/_layout.scss +7 -0
  722. package/styles/mention/_variables.scss +2 -0
  723. package/styles/mention/index.css +3 -0
  724. package/styles/mention/index.scss +3 -0
  725. package/styles/mention/mention.css +0 -0
  726. package/styles/mention/mention.scss +2 -0
  727. package/styles/menu/_all.scss +2 -0
  728. package/styles/menu/_bigger.scss +382 -0
  729. package/styles/menu/_fabric-definition.scss +97 -0
  730. package/styles/menu/_layout.scss +503 -0
  731. package/styles/menu/_theme.scss +430 -0
  732. package/styles/menu/_variables.scss +2 -0
  733. package/styles/menu/icons/_fabric.scss +105 -0
  734. package/styles/menu/index-lite.css +6 -0
  735. package/styles/menu/index-lite.scss +6 -0
  736. package/styles/menu/index.css +6 -0
  737. package/styles/menu/index.scss +6 -0
  738. package/styles/menu/menu-lite.css +767 -0
  739. package/styles/menu/menu-lite.scss +3 -0
  740. package/styles/menu/menu.css +1092 -0
  741. package/styles/menu/menu.scss +4 -0
  742. package/styles/message/_all.scss +2 -0
  743. package/styles/message/_bigger.scss +349 -0
  744. package/styles/message/_fabric-definition.scss +134 -0
  745. package/styles/message/_layout.scss +75 -0
  746. package/styles/message/_theme.scss +448 -0
  747. package/styles/message/_variables.scss +2 -0
  748. package/styles/message/icons/_fabric.scss +30 -0
  749. package/styles/message/index-lite.css +2 -0
  750. package/styles/message/index-lite.scss +2 -0
  751. package/styles/message/index.css +2 -0
  752. package/styles/message/index.scss +2 -0
  753. package/styles/message/message-lite.css +301 -0
  754. package/styles/message/message-lite.scss +3 -0
  755. package/styles/message/message.css +414 -0
  756. package/styles/message/message.scss +4 -0
  757. package/styles/multi-select/_all.scss +2 -0
  758. package/styles/multi-select/_bigger.scss +1578 -0
  759. package/styles/multi-select/_fabric-definition.scss +259 -0
  760. package/styles/multi-select/_layout.scss +1337 -0
  761. package/styles/multi-select/_theme.scss +566 -0
  762. package/styles/multi-select/_variables.scss +2 -0
  763. package/styles/multi-select/icons/_fabric.scss +32 -0
  764. package/styles/multi-select/index-lite.css +8 -0
  765. package/styles/multi-select/index-lite.scss +8 -0
  766. package/styles/multi-select/index.css +8 -0
  767. package/styles/multi-select/index.scss +8 -0
  768. package/styles/multi-select/multi-select-lite.css +848 -0
  769. package/styles/multi-select/multi-select-lite.scss +3 -0
  770. package/styles/multi-select/multi-select.css +1103 -0
  771. package/styles/multi-select/multi-select.scss +4 -0
  772. package/styles/multicolumn-combobox/_all.scss +2 -0
  773. package/styles/multicolumn-combobox/_bigger.scss +47 -0
  774. package/styles/multicolumn-combobox/_fabric-definition.scss +49 -0
  775. package/styles/multicolumn-combobox/_layout.scss +158 -0
  776. package/styles/multicolumn-combobox/_theme.scss +53 -0
  777. package/styles/multicolumn-combobox/_variables.scss +2 -0
  778. package/styles/multicolumn-combobox/icons/_fabric.scss +7 -0
  779. package/styles/multicolumn-combobox/index-lite.css +28 -0
  780. package/styles/multicolumn-combobox/index-lite.scss +28 -0
  781. package/styles/multicolumn-combobox/index.css +28 -0
  782. package/styles/multicolumn-combobox/index.scss +28 -0
  783. package/styles/multicolumn-combobox/multicolumn-combobox-lite.css +190 -0
  784. package/styles/multicolumn-combobox/multicolumn-combobox-lite.scss +3 -0
  785. package/styles/multicolumn-combobox/multicolumn-combobox.css +247 -0
  786. package/styles/multicolumn-combobox/multicolumn-combobox.scss +4 -0
  787. package/styles/numerictextbox/_all.scss +2 -0
  788. package/styles/numerictextbox/_bigger.scss +61 -0
  789. package/styles/numerictextbox/_fabric-definition.scss +23 -0
  790. package/styles/numerictextbox/_layout.scss +85 -0
  791. package/styles/numerictextbox/_theme.scss +24 -0
  792. package/styles/numerictextbox/_variables.scss +2 -0
  793. package/styles/numerictextbox/icons/_fabric.scss +12 -0
  794. package/styles/numerictextbox/index-lite.css +3 -0
  795. package/styles/numerictextbox/index-lite.scss +3 -0
  796. package/styles/numerictextbox/index.css +3 -0
  797. package/styles/numerictextbox/index.scss +3 -0
  798. package/styles/numerictextbox/numerictextbox-lite.css +70 -0
  799. package/styles/numerictextbox/numerictextbox-lite.scss +3 -0
  800. package/styles/numerictextbox/numerictextbox.css +132 -0
  801. package/styles/numerictextbox/numerictextbox.scss +4 -0
  802. package/styles/otp-input/_all.scss +2 -0
  803. package/styles/otp-input/_bigger.scss +66 -0
  804. package/styles/otp-input/_fabric-definition.scss +62 -0
  805. package/styles/otp-input/_layout.scss +95 -0
  806. package/styles/otp-input/_theme.scss +77 -0
  807. package/styles/otp-input/_variables.scss +2 -0
  808. package/styles/otp-input/index-lite.css +2 -0
  809. package/styles/otp-input/index-lite.scss +2 -0
  810. package/styles/otp-input/index.css +2 -0
  811. package/styles/otp-input/index.scss +2 -0
  812. package/styles/otp-input/otp-input-lite.css +133 -0
  813. package/styles/otp-input/otp-input-lite.scss +2 -0
  814. package/styles/otp-input/otp-input.css +217 -0
  815. package/styles/otp-input/otp-input.scss +3 -0
  816. package/styles/pager/_all.scss +2 -0
  817. package/styles/pager/_bigger.scss +365 -0
  818. package/styles/pager/_fabric-definition.scss +154 -0
  819. package/styles/pager/_layout.scss +777 -0
  820. package/styles/pager/_theme.scss +190 -0
  821. package/styles/pager/_variables.scss +2 -0
  822. package/styles/pager/icons/_fabric.scss +51 -0
  823. package/styles/pager/index-lite.css +2 -0
  824. package/styles/pager/index-lite.scss +2 -0
  825. package/styles/pager/index.css +2 -0
  826. package/styles/pager/index.scss +2 -0
  827. package/styles/pager/pager-lite.css +593 -0
  828. package/styles/pager/pager-lite.scss +3 -0
  829. package/styles/pager/pager.css +799 -0
  830. package/styles/pager/pager.scss +4 -0
  831. package/styles/pdfviewer/_all.scss +2 -0
  832. package/styles/pdfviewer/_bigger.scss +1531 -0
  833. package/styles/pdfviewer/_fabric-definition.scss +917 -0
  834. package/styles/pdfviewer/_layout.scss +197 -0
  835. package/styles/pdfviewer/_theme.scss +9139 -0
  836. package/styles/pdfviewer/_variables.scss +2 -0
  837. package/styles/pdfviewer/icons/_fabric.scss +601 -0
  838. package/styles/pdfviewer/index-lite.css +54 -0
  839. package/styles/pdfviewer/index-lite.scss +54 -0
  840. package/styles/pdfviewer/index.css +54 -0
  841. package/styles/pdfviewer/index.scss +54 -0
  842. package/styles/pdfviewer/pdfviewer-lite.css +5181 -0
  843. package/styles/pdfviewer/pdfviewer-lite.scss +3 -0
  844. package/styles/pdfviewer/pdfviewer.css +5520 -0
  845. package/styles/pdfviewer/pdfviewer.scss +4 -0
  846. package/styles/pivotfieldlist/_all.scss +2 -0
  847. package/styles/pivotfieldlist/_bigger.scss +859 -0
  848. package/styles/pivotfieldlist/_fabric-definition.scss +357 -0
  849. package/styles/pivotfieldlist/_layout.scss +1675 -0
  850. package/styles/pivotfieldlist/_theme.scss +1701 -0
  851. package/styles/pivotfieldlist/_variables.scss +2 -0
  852. package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
  853. package/styles/pivotfieldlist/index-lite.css +30 -0
  854. package/styles/pivotfieldlist/index-lite.scss +30 -0
  855. package/styles/pivotfieldlist/index.css +30 -0
  856. package/styles/pivotfieldlist/index.scss +30 -0
  857. package/styles/pivotfieldlist/pivotfieldlist-lite.css +2941 -0
  858. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +3 -0
  859. package/styles/pivotfieldlist/pivotfieldlist.css +3781 -0
  860. package/styles/pivotfieldlist/pivotfieldlist.scss +4 -0
  861. package/styles/pivotview/_all.scss +2 -0
  862. package/styles/pivotview/_bigger.scss +637 -0
  863. package/styles/pivotview/_fabric-definition.scss +293 -0
  864. package/styles/pivotview/_layout.scss +1030 -0
  865. package/styles/pivotview/_theme.scss +1809 -0
  866. package/styles/pivotview/_variables.scss +2 -0
  867. package/styles/pivotview/icons/_fabric.scss +187 -0
  868. package/styles/pivotview/index-lite.css +39 -0
  869. package/styles/pivotview/index-lite.scss +39 -0
  870. package/styles/pivotview/index.css +39 -0
  871. package/styles/pivotview/index.scss +39 -0
  872. package/styles/pivotview/pivotview-lite.css +2292 -0
  873. package/styles/pivotview/pivotview-lite.scss +3 -0
  874. package/styles/pivotview/pivotview.css +3064 -0
  875. package/styles/pivotview/pivotview.scss +4 -0
  876. package/styles/popup/_all.scss +1 -0
  877. package/styles/popup/_fabric-definition.scss +7 -0
  878. package/styles/popup/_layout.scss +20 -0
  879. package/styles/popup/_variables.scss +2 -0
  880. package/styles/popup/index.css +2 -0
  881. package/styles/popup/index.scss +2 -0
  882. package/styles/popup/popup.css +13 -0
  883. package/styles/popup/popup.scss +2 -0
  884. package/styles/progress-button/_all.scss +2 -0
  885. package/styles/progress-button/_bigger.scss +98 -0
  886. package/styles/progress-button/_fabric-definition.scss +40 -0
  887. package/styles/progress-button/_layout.scss +327 -0
  888. package/styles/progress-button/_theme.scss +844 -0
  889. package/styles/progress-button/_variables.scss +2 -0
  890. package/styles/progress-button/index-lite.css +4 -0
  891. package/styles/progress-button/index-lite.scss +4 -0
  892. package/styles/progress-button/index.css +4 -0
  893. package/styles/progress-button/index.scss +4 -0
  894. package/styles/progress-button/progress-button-lite.css +439 -0
  895. package/styles/progress-button/progress-button-lite.scss +2 -0
  896. package/styles/progress-button/progress-button.css +511 -0
  897. package/styles/progress-button/progress-button.scss +3 -0
  898. package/styles/query-builder/_all.scss +2 -0
  899. package/styles/query-builder/_bigger.scss +223 -0
  900. package/styles/query-builder/_fabric-definition.scss +146 -0
  901. package/styles/query-builder/_layout.scss +811 -0
  902. package/styles/query-builder/_theme.scss +240 -0
  903. package/styles/query-builder/_variables.scss +2 -0
  904. package/styles/query-builder/icons/_fabric.scss +12 -0
  905. package/styles/query-builder/index-lite.css +18 -0
  906. package/styles/query-builder/index-lite.scss +18 -0
  907. package/styles/query-builder/index.css +18 -0
  908. package/styles/query-builder/index.scss +18 -0
  909. package/styles/query-builder/query-builder-lite.css +567 -0
  910. package/styles/query-builder/query-builder-lite.scss +3 -0
  911. package/styles/query-builder/query-builder.css +739 -0
  912. package/styles/query-builder/query-builder.scss +4 -0
  913. package/styles/radio-button/_all.scss +2 -0
  914. package/styles/radio-button/_bigger.scss +275 -0
  915. package/styles/radio-button/_fabric-definition.scss +83 -0
  916. package/styles/radio-button/_layout.scss +385 -0
  917. package/styles/radio-button/_theme.scss +194 -0
  918. package/styles/radio-button/_variables.scss +2 -0
  919. package/styles/radio-button/index-lite.css +2 -0
  920. package/styles/radio-button/index-lite.scss +2 -0
  921. package/styles/radio-button/index.css +2 -0
  922. package/styles/radio-button/index.scss +2 -0
  923. package/styles/radio-button/radio-button-lite.css +301 -0
  924. package/styles/radio-button/radio-button-lite.scss +2 -0
  925. package/styles/radio-button/radio-button.css +477 -0
  926. package/styles/radio-button/radio-button.scss +3 -0
  927. package/styles/rating/_all.scss +2 -0
  928. package/styles/rating/_bigger.scss +34 -0
  929. package/styles/rating/_fabric-definition.scss +60 -0
  930. package/styles/rating/_layout.scss +186 -0
  931. package/styles/rating/_theme.scss +199 -0
  932. package/styles/rating/_variables.scss +2 -0
  933. package/styles/rating/index-lite.css +3 -0
  934. package/styles/rating/index-lite.scss +3 -0
  935. package/styles/rating/index.css +3 -0
  936. package/styles/rating/index.scss +3 -0
  937. package/styles/rating/rating-lite.css +245 -0
  938. package/styles/rating/rating-lite.scss +2 -0
  939. package/styles/rating/rating.css +287 -0
  940. package/styles/rating/rating.scss +3 -0
  941. package/styles/recurrence-editor/_all.scss +2 -0
  942. package/styles/recurrence-editor/_bigger.scss +134 -0
  943. package/styles/recurrence-editor/_fabric-definition.scss +41 -0
  944. package/styles/recurrence-editor/_layout.scss +425 -0
  945. package/styles/recurrence-editor/_theme.scss +1 -0
  946. package/styles/recurrence-editor/_variables.scss +2 -0
  947. package/styles/recurrence-editor/index-lite.css +12 -0
  948. package/styles/recurrence-editor/index-lite.scss +12 -0
  949. package/styles/recurrence-editor/index.css +12 -0
  950. package/styles/recurrence-editor/index.scss +12 -0
  951. package/styles/recurrence-editor/recurrence-editor-lite.css +312 -0
  952. package/styles/recurrence-editor/recurrence-editor-lite.scss +2 -0
  953. package/styles/recurrence-editor/recurrence-editor.css +397 -0
  954. package/styles/recurrence-editor/recurrence-editor.scss +3 -0
  955. package/styles/ribbon/_all.scss +2 -0
  956. package/styles/ribbon/_bigger.scss +565 -0
  957. package/styles/ribbon/_fabric-definition.scss +555 -0
  958. package/styles/ribbon/_layout.scss +1484 -0
  959. package/styles/ribbon/_theme.scss +600 -0
  960. package/styles/ribbon/_variables.scss +2 -0
  961. package/styles/ribbon/icons/_fabric.scss +10 -0
  962. package/styles/ribbon/index-lite.css +23 -0
  963. package/styles/ribbon/index-lite.scss +23 -0
  964. package/styles/ribbon/index.css +23 -0
  965. package/styles/ribbon/index.scss +23 -0
  966. package/styles/ribbon/ribbon-lite.css +2076 -0
  967. package/styles/ribbon/ribbon-lite.scss +3 -0
  968. package/styles/ribbon/ribbon.css +2718 -0
  969. package/styles/ribbon/ribbon.scss +4 -0
  970. package/styles/rich-text-editor/_all.scss +2 -0
  971. package/styles/rich-text-editor/_bigger.scss +467 -0
  972. package/styles/rich-text-editor/_fabric-definition.scss +710 -0
  973. package/styles/rich-text-editor/_layout.scss +2767 -0
  974. package/styles/rich-text-editor/_theme.scss +892 -0
  975. package/styles/rich-text-editor/_variables.scss +2 -0
  976. package/styles/rich-text-editor/icons/_fabric.scss +395 -0
  977. package/styles/rich-text-editor/index-lite.css +27 -0
  978. package/styles/rich-text-editor/index-lite.scss +27 -0
  979. package/styles/rich-text-editor/index.css +27 -0
  980. package/styles/rich-text-editor/index.scss +27 -0
  981. package/styles/rich-text-editor/rich-text-editor-lite.css +3523 -0
  982. package/styles/rich-text-editor/rich-text-editor-lite.scss +3 -0
  983. package/styles/rich-text-editor/rich-text-editor.css +3810 -0
  984. package/styles/rich-text-editor/rich-text-editor.scss +4 -0
  985. package/styles/schedule/_all.scss +2 -0
  986. package/styles/schedule/_bigger.scss +802 -0
  987. package/styles/schedule/_fabric-definition.scss +388 -0
  988. package/styles/schedule/_layout.scss +3966 -0
  989. package/styles/schedule/_theme.scss +586 -0
  990. package/styles/schedule/_variables.scss +2 -0
  991. package/styles/schedule/icons/_fabric.scss +224 -0
  992. package/styles/schedule/index-lite.css +25 -0
  993. package/styles/schedule/index-lite.scss +25 -0
  994. package/styles/schedule/index.css +25 -0
  995. package/styles/schedule/index.scss +25 -0
  996. package/styles/schedule/schedule-lite.css +3777 -0
  997. package/styles/schedule/schedule-lite.scss +3 -0
  998. package/styles/schedule/schedule.css +4421 -0
  999. package/styles/schedule/schedule.scss +4 -0
  1000. package/styles/sidebar/_all.scss +3 -0
  1001. package/styles/sidebar/_fabric-definition.scss +9 -0
  1002. package/styles/sidebar/_icons.scss +1 -0
  1003. package/styles/sidebar/_layout.scss +1 -0
  1004. package/styles/sidebar/_theme.scss +252 -0
  1005. package/styles/sidebar/_variables.scss +2 -0
  1006. package/styles/sidebar/index.css +2 -0
  1007. package/styles/sidebar/index.scss +2 -0
  1008. package/styles/sidebar/sidebar.css +180 -0
  1009. package/styles/sidebar/sidebar.scss +2 -0
  1010. package/styles/signature/_all.scss +2 -0
  1011. package/styles/signature/_fabric-definition.scss +5 -0
  1012. package/styles/signature/_layout.scss +9 -0
  1013. package/styles/signature/_theme.scss +8 -0
  1014. package/styles/signature/_variables.scss +2 -0
  1015. package/styles/signature/index.css +2 -0
  1016. package/styles/signature/index.scss +2 -0
  1017. package/styles/signature/signature.css +8 -0
  1018. package/styles/signature/signature.scss +2 -0
  1019. package/styles/skeleton/_all.scss +2 -0
  1020. package/styles/skeleton/_fabric-definition.scss +17 -0
  1021. package/styles/skeleton/_layout.scss +98 -0
  1022. package/styles/skeleton/_theme.scss +30 -0
  1023. package/styles/skeleton/_variables.scss +2 -0
  1024. package/styles/skeleton/index.css +2 -0
  1025. package/styles/skeleton/index.scss +2 -0
  1026. package/styles/skeleton/skeleton.css +78 -0
  1027. package/styles/skeleton/skeleton.scss +2 -0
  1028. package/styles/slider/_all.scss +3 -0
  1029. package/styles/slider/_bigger.scss +479 -0
  1030. package/styles/slider/_fabric-definition.scss +213 -0
  1031. package/styles/slider/_icons.scss +1 -0
  1032. package/styles/slider/_layout.scss +1616 -0
  1033. package/styles/slider/_theme.scss +246 -0
  1034. package/styles/slider/_variables.scss +2 -0
  1035. package/styles/slider/index-lite.css +4 -0
  1036. package/styles/slider/index-lite.scss +4 -0
  1037. package/styles/slider/index.css +4 -0
  1038. package/styles/slider/index.scss +4 -0
  1039. package/styles/slider/slider-lite.css +463 -0
  1040. package/styles/slider/slider-lite.scss +2 -0
  1041. package/styles/slider/slider.css +485 -0
  1042. package/styles/slider/slider.scss +3 -0
  1043. package/styles/smart-textarea/_all.scss +2 -0
  1044. package/styles/smart-textarea/_fabric-definition.scss +5 -0
  1045. package/styles/smart-textarea/_layout.scss +35 -0
  1046. package/styles/smart-textarea/_theme.scss +17 -0
  1047. package/styles/smart-textarea/_variables.scss +2 -0
  1048. package/styles/smart-textarea/index.css +5 -0
  1049. package/styles/smart-textarea/index.scss +5 -0
  1050. package/styles/smart-textarea/smart-textarea.css +45 -0
  1051. package/styles/smart-textarea/smart-textarea.scss +2 -0
  1052. package/styles/smartpdfviewer/_all.scss +2 -0
  1053. package/styles/smartpdfviewer/_bigger.scss +66 -0
  1054. package/styles/smartpdfviewer/_fabric-definition.scss +96 -0
  1055. package/styles/smartpdfviewer/_layout.scss +1 -0
  1056. package/styles/smartpdfviewer/_theme.scss +368 -0
  1057. package/styles/smartpdfviewer/_variables.scss +2 -0
  1058. package/styles/smartpdfviewer/icons/_fabric.scss +20 -0
  1059. package/styles/smartpdfviewer/index-lite.css +56 -0
  1060. package/styles/smartpdfviewer/index-lite.scss +56 -0
  1061. package/styles/smartpdfviewer/index.css +56 -0
  1062. package/styles/smartpdfviewer/index.scss +56 -0
  1063. package/styles/smartpdfviewer/smartpdfviewer-lite.css +217 -0
  1064. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +3 -0
  1065. package/styles/smartpdfviewer/smartpdfviewer.css +237 -0
  1066. package/styles/smartpdfviewer/smartpdfviewer.scss +4 -0
  1067. package/styles/sortable/_all.scss +1 -0
  1068. package/styles/sortable/_fabric-definition.scss +1 -0
  1069. package/styles/sortable/_layout.scss +29 -0
  1070. package/styles/sortable/_variables.scss +2 -0
  1071. package/styles/sortable/index.css +2 -0
  1072. package/styles/sortable/index.scss +2 -0
  1073. package/styles/sortable/sortable.css +25 -0
  1074. package/styles/sortable/sortable.scss +2 -0
  1075. package/styles/speech-to-text/_all.scss +2 -0
  1076. package/styles/speech-to-text/_bigger.scss +50 -0
  1077. package/styles/speech-to-text/_fabric-definition.scss +30 -0
  1078. package/styles/speech-to-text/_layout.scss +58 -0
  1079. package/styles/speech-to-text/_theme.scss +31 -0
  1080. package/styles/speech-to-text/_variables.scss +2 -0
  1081. package/styles/speech-to-text/icons/_fabric.scss +9 -0
  1082. package/styles/speech-to-text/index-lite.css +4 -0
  1083. package/styles/speech-to-text/index-lite.scss +4 -0
  1084. package/styles/speech-to-text/index.css +4 -0
  1085. package/styles/speech-to-text/index.scss +4 -0
  1086. package/styles/speech-to-text/speech-to-text-lite.css +58 -0
  1087. package/styles/speech-to-text/speech-to-text-lite.scss +3 -0
  1088. package/styles/speech-to-text/speech-to-text.css +85 -0
  1089. package/styles/speech-to-text/speech-to-text.scss +4 -0
  1090. package/styles/speed-dial/_all.scss +2 -0
  1091. package/styles/speed-dial/_bigger.scss +66 -0
  1092. package/styles/speed-dial/_fabric-definition.scss +72 -0
  1093. package/styles/speed-dial/_layout.scss +329 -0
  1094. package/styles/speed-dial/_theme.scss +88 -0
  1095. package/styles/speed-dial/_variables.scss +2 -0
  1096. package/styles/speed-dial/index-lite.css +4 -0
  1097. package/styles/speed-dial/index-lite.scss +4 -0
  1098. package/styles/speed-dial/index.css +4 -0
  1099. package/styles/speed-dial/index.scss +4 -0
  1100. package/styles/speed-dial/speed-dial-lite.css +287 -0
  1101. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1102. package/styles/speed-dial/speed-dial.css +371 -0
  1103. package/styles/speed-dial/speed-dial.scss +3 -0
  1104. package/styles/spinner/_all.scss +3 -0
  1105. package/styles/spinner/_definition.scss +1 -0
  1106. package/styles/spinner/_fabric-definition.scss +74 -0
  1107. package/styles/spinner/_icons.scss +1 -0
  1108. package/styles/spinner/_layout.scss +162 -0
  1109. package/styles/spinner/_theme.scss +81 -0
  1110. package/styles/spinner/_variables.scss +2 -0
  1111. package/styles/spinner/index.css +2 -0
  1112. package/styles/spinner/index.scss +2 -0
  1113. package/styles/spinner/spinner.css +219 -0
  1114. package/styles/spinner/spinner.scss +2 -0
  1115. package/styles/split-button/_all.scss +2 -0
  1116. package/styles/split-button/_bigger.scss +140 -0
  1117. package/styles/split-button/_fabric-definition.scss +70 -0
  1118. package/styles/split-button/_layout.scss +337 -0
  1119. package/styles/split-button/_theme.scss +191 -0
  1120. package/styles/split-button/_variables.scss +2 -0
  1121. package/styles/split-button/index-lite.css +5 -0
  1122. package/styles/split-button/index-lite.scss +5 -0
  1123. package/styles/split-button/index.css +5 -0
  1124. package/styles/split-button/index.scss +5 -0
  1125. package/styles/split-button/split-button-lite.css +250 -0
  1126. package/styles/split-button/split-button-lite.scss +2 -0
  1127. package/styles/split-button/split-button.css +323 -0
  1128. package/styles/split-button/split-button.scss +3 -0
  1129. package/styles/splitter/_all.scss +3 -0
  1130. package/styles/splitter/_bigger.scss +79 -0
  1131. package/styles/splitter/_definition.scss +1 -0
  1132. package/styles/splitter/_fabric-definition.scss +73 -0
  1133. package/styles/splitter/_layout.scss +362 -0
  1134. package/styles/splitter/_responsive.scss +1 -0
  1135. package/styles/splitter/_theme.scss +204 -0
  1136. package/styles/splitter/_variables.scss +2 -0
  1137. package/styles/splitter/icons/_fabric.scss +35 -0
  1138. package/styles/splitter/index-lite.css +2 -0
  1139. package/styles/splitter/index-lite.scss +2 -0
  1140. package/styles/splitter/index.css +2 -0
  1141. package/styles/splitter/index.scss +2 -0
  1142. package/styles/splitter/splitter-lite.css +456 -0
  1143. package/styles/splitter/splitter-lite.scss +3 -0
  1144. package/styles/splitter/splitter.css +492 -0
  1145. package/styles/splitter/splitter.scss +4 -0
  1146. package/styles/spreadsheet/_all.scss +2 -0
  1147. package/styles/spreadsheet/_bigger.scss +1479 -0
  1148. package/styles/spreadsheet/_fabric-definition.scss +421 -0
  1149. package/styles/spreadsheet/_layout.scss +5512 -0
  1150. package/styles/spreadsheet/_theme.scss +2330 -0
  1151. package/styles/spreadsheet/_variables.scss +2 -0
  1152. package/styles/spreadsheet/icons/_fabric.scss +1190 -0
  1153. package/styles/spreadsheet/index-lite.css +41 -0
  1154. package/styles/spreadsheet/index-lite.scss +41 -0
  1155. package/styles/spreadsheet/index.css +41 -0
  1156. package/styles/spreadsheet/index.scss +41 -0
  1157. package/styles/spreadsheet/spreadsheet-lite.css +5117 -0
  1158. package/styles/spreadsheet/spreadsheet-lite.scss +3 -0
  1159. package/styles/spreadsheet/spreadsheet.css +5426 -0
  1160. package/styles/spreadsheet/spreadsheet.scss +4 -0
  1161. package/styles/spreadsheet-ribbon/_all.scss +2 -0
  1162. package/styles/spreadsheet-ribbon/_bigger.scss +147 -0
  1163. package/styles/spreadsheet-ribbon/_fabric-definition.scss +47 -0
  1164. package/styles/spreadsheet-ribbon/_layout.scss +331 -0
  1165. package/styles/spreadsheet-ribbon/_mixin.scss +72 -0
  1166. package/styles/spreadsheet-ribbon/_theme.scss +178 -0
  1167. package/styles/spreadsheet-ribbon/_variables.scss +2 -0
  1168. package/styles/spreadsheet-ribbon/icons/_fabric.scss +28 -0
  1169. package/styles/spreadsheet-ribbon/index-lite.css +2 -0
  1170. package/styles/spreadsheet-ribbon/index-lite.scss +2 -0
  1171. package/styles/spreadsheet-ribbon/index.css +2 -0
  1172. package/styles/spreadsheet-ribbon/index.scss +2 -0
  1173. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.css +203 -0
  1174. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +3 -0
  1175. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +274 -0
  1176. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.scss +4 -0
  1177. package/styles/stepper/_all.scss +2 -0
  1178. package/styles/stepper/_bigger.scss +54 -0
  1179. package/styles/stepper/_fabric-definition.scss +102 -0
  1180. package/styles/stepper/_layout.scss +435 -0
  1181. package/styles/stepper/_theme.scss +197 -0
  1182. package/styles/stepper/_variables.scss +2 -0
  1183. package/styles/stepper/icons/_fabric.scss +6 -0
  1184. package/styles/stepper/index-lite.css +3 -0
  1185. package/styles/stepper/index-lite.scss +3 -0
  1186. package/styles/stepper/index.css +3 -0
  1187. package/styles/stepper/index.scss +3 -0
  1188. package/styles/stepper/stepper-lite.css +569 -0
  1189. package/styles/stepper/stepper-lite.scss +3 -0
  1190. package/styles/stepper/stepper.css +665 -0
  1191. package/styles/stepper/stepper.scss +4 -0
  1192. package/styles/stock-chart/index-lite.css +12 -0
  1193. package/styles/stock-chart/index-lite.scss +12 -0
  1194. package/styles/stock-chart/index.css +12 -0
  1195. package/styles/stock-chart/index.scss +12 -0
  1196. package/styles/switch/_all.scss +2 -0
  1197. package/styles/switch/_bigger.scss +286 -0
  1198. package/styles/switch/_fabric-definition.scss +153 -0
  1199. package/styles/switch/_layout.scss +388 -0
  1200. package/styles/switch/_theme.scss +518 -0
  1201. package/styles/switch/_variables.scss +2 -0
  1202. package/styles/switch/index-lite.css +2 -0
  1203. package/styles/switch/index-lite.scss +2 -0
  1204. package/styles/switch/index.css +2 -0
  1205. package/styles/switch/index.scss +2 -0
  1206. package/styles/switch/switch-lite.css +598 -0
  1207. package/styles/switch/switch-lite.scss +2 -0
  1208. package/styles/switch/switch.css +896 -0
  1209. package/styles/switch/switch.scss +3 -0
  1210. package/styles/tab/_all.scss +2 -0
  1211. package/styles/tab/_bigger.scss +1277 -0
  1212. package/styles/tab/_fabric-definition.scss +693 -0
  1213. package/styles/tab/_icons.scss +35 -0
  1214. package/styles/tab/_layout.scss +2192 -0
  1215. package/styles/tab/_theme.scss +1581 -0
  1216. package/styles/tab/_variables.scss +2 -0
  1217. package/styles/tab/icons/_fabric.scss +99 -0
  1218. package/styles/tab/index-lite.css +7 -0
  1219. package/styles/tab/index-lite.scss +7 -0
  1220. package/styles/tab/index.css +7 -0
  1221. package/styles/tab/index.scss +7 -0
  1222. package/styles/tab/tab-lite.css +2828 -0
  1223. package/styles/tab/tab-lite.scss +3 -0
  1224. package/styles/tab/tab.css +4028 -0
  1225. package/styles/tab/tab.scss +4 -0
  1226. package/styles/textarea/_all.scss +1 -0
  1227. package/styles/textarea/_fabric-definition.scss +15 -0
  1228. package/styles/textarea/_layout.scss +266 -0
  1229. package/styles/textarea/_theme.scss +1 -0
  1230. package/styles/textarea/_variables.scss +2 -0
  1231. package/styles/textarea/index.css +4 -0
  1232. package/styles/textarea/index.scss +4 -0
  1233. package/styles/textarea/textarea.css +472 -0
  1234. package/styles/textarea/textarea.scss +2 -0
  1235. package/styles/textbox/_all.scss +1 -0
  1236. package/styles/textbox/_bigger.scss +464 -0
  1237. package/styles/textbox/_fabric-definition.scss +105 -0
  1238. package/styles/textbox/_layout.scss +601 -0
  1239. package/styles/textbox/_theme.scss +1 -0
  1240. package/styles/textbox/_variables.scss +2 -0
  1241. package/styles/textbox/index-lite.css +3 -0
  1242. package/styles/textbox/index-lite.scss +3 -0
  1243. package/styles/textbox/index.css +3 -0
  1244. package/styles/textbox/index.scss +3 -0
  1245. package/styles/textbox/textbox-lite.css +367 -0
  1246. package/styles/textbox/textbox-lite.scss +2 -0
  1247. package/styles/textbox/textbox.css +624 -0
  1248. package/styles/textbox/textbox.scss +3 -0
  1249. package/styles/timeline/_all.scss +2 -0
  1250. package/styles/timeline/_bigger.scss +49 -0
  1251. package/styles/timeline/_fabric-definition.scss +28 -0
  1252. package/styles/timeline/_layout.scss +277 -0
  1253. package/styles/timeline/_theme.scss +44 -0
  1254. package/styles/timeline/_variables.scss +2 -0
  1255. package/styles/timeline/index-lite.css +2 -0
  1256. package/styles/timeline/index-lite.scss +2 -0
  1257. package/styles/timeline/index.css +2 -0
  1258. package/styles/timeline/index.scss +2 -0
  1259. package/styles/timeline/timeline-lite.css +225 -0
  1260. package/styles/timeline/timeline-lite.scss +2 -0
  1261. package/styles/timeline/timeline.css +264 -0
  1262. package/styles/timeline/timeline.scss +3 -0
  1263. package/styles/timepicker/_all.scss +2 -0
  1264. package/styles/timepicker/_bigger.scss +93 -0
  1265. package/styles/timepicker/_fabric-definition.scss +90 -0
  1266. package/styles/timepicker/_layout.scss +234 -0
  1267. package/styles/timepicker/_theme.scss +135 -0
  1268. package/styles/timepicker/_variables.scss +2 -0
  1269. package/styles/timepicker/icons/_fabric.scss +25 -0
  1270. package/styles/timepicker/index-lite.css +4 -0
  1271. package/styles/timepicker/index-lite.scss +4 -0
  1272. package/styles/timepicker/index.css +4 -0
  1273. package/styles/timepicker/index.scss +4 -0
  1274. package/styles/timepicker/timepicker-lite.css +250 -0
  1275. package/styles/timepicker/timepicker-lite.scss +3 -0
  1276. package/styles/timepicker/timepicker.css +287 -0
  1277. package/styles/timepicker/timepicker.scss +4 -0
  1278. package/styles/toast/_all.scss +2 -0
  1279. package/styles/toast/_bigger.scss +182 -0
  1280. package/styles/toast/_fabric-definition.scss +119 -0
  1281. package/styles/toast/_layout.scss +279 -0
  1282. package/styles/toast/_theme.scss +266 -0
  1283. package/styles/toast/_variables.scss +2 -0
  1284. package/styles/toast/icons/_fabric.scss +29 -0
  1285. package/styles/toast/index-lite.css +3 -0
  1286. package/styles/toast/index-lite.scss +3 -0
  1287. package/styles/toast/index.css +3 -0
  1288. package/styles/toast/index.scss +3 -0
  1289. package/styles/toast/toast-lite.css +328 -0
  1290. package/styles/toast/toast-lite.scss +3 -0
  1291. package/styles/toast/toast.css +451 -0
  1292. package/styles/toast/toast.scss +4 -0
  1293. package/styles/toolbar/_all.scss +2 -0
  1294. package/styles/toolbar/_bigger.scss +332 -0
  1295. package/styles/toolbar/_fabric-definition.scss +211 -0
  1296. package/styles/toolbar/_layout.scss +795 -0
  1297. package/styles/toolbar/_theme.scss +429 -0
  1298. package/styles/toolbar/_variables.scss +2 -0
  1299. package/styles/toolbar/icons/_fabric.scss +15 -0
  1300. package/styles/toolbar/index-lite.css +6 -0
  1301. package/styles/toolbar/index-lite.scss +6 -0
  1302. package/styles/toolbar/index.css +6 -0
  1303. package/styles/toolbar/index.scss +6 -0
  1304. package/styles/toolbar/toolbar-lite.css +856 -0
  1305. package/styles/toolbar/toolbar-lite.scss +3 -0
  1306. package/styles/toolbar/toolbar.css +1121 -0
  1307. package/styles/toolbar/toolbar.scss +4 -0
  1308. package/styles/tooltip/_all.scss +2 -0
  1309. package/styles/tooltip/_bigger.scss +47 -0
  1310. package/styles/tooltip/_fabric-definition.scss +57 -0
  1311. package/styles/tooltip/_layout.scss +101 -0
  1312. package/styles/tooltip/_theme.scss +132 -0
  1313. package/styles/tooltip/_variables.scss +2 -0
  1314. package/styles/tooltip/icons/_fabric.scss +20 -0
  1315. package/styles/tooltip/index-lite.css +2 -0
  1316. package/styles/tooltip/index-lite.scss +2 -0
  1317. package/styles/tooltip/index.css +2 -0
  1318. package/styles/tooltip/index.scss +2 -0
  1319. package/styles/tooltip/tooltip-lite.css +152 -0
  1320. package/styles/tooltip/tooltip-lite.scss +3 -0
  1321. package/styles/tooltip/tooltip.css +161 -0
  1322. package/styles/tooltip/tooltip.scss +4 -0
  1323. package/styles/treegrid/_all.scss +2 -0
  1324. package/styles/treegrid/_bigger.scss +70 -0
  1325. package/styles/treegrid/_fabric-definition.scss +33 -0
  1326. package/styles/treegrid/_icons.scss +47 -0
  1327. package/styles/treegrid/_layout.scss +531 -0
  1328. package/styles/treegrid/_theme.scss +1 -0
  1329. package/styles/treegrid/_variables.scss +2 -0
  1330. package/styles/treegrid/icons/_fabric.scss +48 -0
  1331. package/styles/treegrid/index-lite.css +26 -0
  1332. package/styles/treegrid/index-lite.scss +26 -0
  1333. package/styles/treegrid/index.css +26 -0
  1334. package/styles/treegrid/index.scss +26 -0
  1335. package/styles/treegrid/treegrid-lite.css +384 -0
  1336. package/styles/treegrid/treegrid-lite.scss +3 -0
  1337. package/styles/treegrid/treegrid.css +407 -0
  1338. package/styles/treegrid/treegrid.scss +4 -0
  1339. package/styles/treeview/_all.scss +2 -0
  1340. package/styles/treeview/_bigger.scss +514 -0
  1341. package/styles/treeview/_fabric-definition.scss +151 -0
  1342. package/styles/treeview/_layout.scss +822 -0
  1343. package/styles/treeview/_theme.scss +409 -0
  1344. package/styles/treeview/_variables.scss +2 -0
  1345. package/styles/treeview/icons/_fabric.scss +45 -0
  1346. package/styles/treeview/index-lite.css +4 -0
  1347. package/styles/treeview/index-lite.scss +4 -0
  1348. package/styles/treeview/index.css +4 -0
  1349. package/styles/treeview/index.scss +4 -0
  1350. package/styles/treeview/treeview-lite.css +624 -0
  1351. package/styles/treeview/treeview-lite.scss +3 -0
  1352. package/styles/treeview/treeview.css +773 -0
  1353. package/styles/treeview/treeview.scss +4 -0
  1354. package/styles/uploader/_all.scss +2 -0
  1355. package/styles/uploader/_bigger.scss +814 -0
  1356. package/styles/uploader/_definition.scss +144 -0
  1357. package/styles/uploader/_fabric-definition.scss +222 -0
  1358. package/styles/uploader/_layout.scss +680 -0
  1359. package/styles/uploader/_theme.scss +172 -0
  1360. package/styles/uploader/_variables.scss +2 -0
  1361. package/styles/uploader/icons/_fabric.scss +35 -0
  1362. package/styles/uploader/index-lite.css +4 -0
  1363. package/styles/uploader/index-lite.scss +4 -0
  1364. package/styles/uploader/index.css +4 -0
  1365. package/styles/uploader/index.scss +4 -0
  1366. package/styles/uploader/uploader-lite.css +475 -0
  1367. package/styles/uploader/uploader-lite.scss +3 -0
  1368. package/styles/uploader/uploader.css +953 -0
  1369. package/styles/uploader/uploader.scss +4 -0
  1370. package/styles/v-scroll/_all.scss +2 -0
  1371. package/styles/v-scroll/_bigger.scss +29 -0
  1372. package/styles/v-scroll/_fabric-definition.scss +52 -0
  1373. package/styles/v-scroll/_layout.scss +136 -0
  1374. package/styles/v-scroll/_theme.scss +115 -0
  1375. package/styles/v-scroll/_variables.scss +2 -0
  1376. package/styles/v-scroll/icons/_fabric.scss +28 -0
  1377. package/styles/v-scroll/index-lite.css +2 -0
  1378. package/styles/v-scroll/index-lite.scss +2 -0
  1379. package/styles/v-scroll/index.css +2 -0
  1380. package/styles/v-scroll/index.scss +2 -0
  1381. package/styles/v-scroll/v-scroll-lite.css +179 -0
  1382. package/styles/v-scroll/v-scroll-lite.scss +3 -0
  1383. package/styles/v-scroll/v-scroll.css +199 -0
  1384. package/styles/v-scroll/v-scroll.scss +4 -0
@@ -0,0 +1,1993 @@
1
+ @use 'variables' as *;
2
+ @include export-module('document-editor-container-theme') {
3
+ /* stylelint-disable */
4
+ .e-de-toolbar {
5
+ height: $e-de-toolbar-height;
6
+ }
7
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline){
8
+ box-shadow: none;
9
+ height: $de-group-btn-hgt;
10
+ &:focus {
11
+ box-shadow: none;
12
+ }
13
+ &:active {
14
+ box-shadow: none;
15
+ }
16
+ &:hover {
17
+ box-shadow: none;
18
+ }
19
+ }
20
+ .e-de-ctnr-group-btn-middle button {
21
+ border-radius: $de-ctnr-group-btn-middle-border-radius;
22
+ }
23
+ .e-de-property-label-container {
24
+ align-content: center;
25
+ width: 100px;
26
+ }
27
+ .e-de-indent-label-container {
28
+ align-content: center;
29
+ width: 80px;
30
+ }
31
+
32
+ .e-de-picture-label-container {
33
+ align-content: center;
34
+ width: auto;
35
+ padding-right: 8px;
36
+ }
37
+
38
+ .e-de-ctnr-picture-format-tab {
39
+ position: relative;
40
+ width: 100%;
41
+ display: flex;
42
+ @if $skin-name != 'Material3' {
43
+ height: $e-de-ctnr-picture-format-tab-height;
44
+ }
45
+ }
46
+
47
+ .e-de-ribbon-property-label {
48
+ font-size: $de-ribbon-property-label;
49
+ }
50
+
51
+ .e-ribbon-gallery-wrapper .e-ribbon-gallery-item .e-ribbon-gallery-text,
52
+ .e-ribbon-gallery-popup.e-popup .e-ribbon-gallery-item .e-ribbon-gallery-text,
53
+ .e-ribbon-gallery-dropdown .e-ribbon-gallery-item .e-ribbon-gallery-text {
54
+ font-family: inherit;
55
+ font-size: inherit;
56
+ color: inherit;
57
+ font-weight: inherit;
58
+ }
59
+
60
+ .e-de-ctnr-layout-ribbon-segment {
61
+ margin-right: $de-ctnr-margin-bottom;
62
+ margin-bottom: $de-ctnr-layout-margin-bottom;
63
+ }
64
+ .e-de-ctnr-picture-ribbon-segment {
65
+ @if $skin-name != 'Material3' {
66
+ margin-right: $de-ctnr-margin-bottom;
67
+ margin-bottom: $de-ctnr-picture-margin-bottom;
68
+ }
69
+ }
70
+
71
+ .e-de-ribbon-border-size-button,
72
+ .e-de-ribbon-border-color-picker {
73
+ @if $skin-name =='tailwind' {
74
+ width: 85px;
75
+ }
76
+ @else if $skin-name == 'tailwind3' {
77
+ width: 103px;
78
+ }
79
+ @else {
80
+ width: $de-border-size-button-width;
81
+ }
82
+ }
83
+ .e-de-prop-bordersize .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
84
+ width: 50px !important;
85
+ }
86
+ .e-de-ribbon-border-color-picker .e-selected-color {
87
+ width: 50px !important;
88
+ }
89
+
90
+ @if ($skin-name=='Material3') {
91
+ .e-de-review-pane button.e-de-close-icon {
92
+ background: transparent;
93
+ box-shadow: none;
94
+ }
95
+ .e-de-op-more-less > div:last-child label {
96
+ left: 35px;
97
+ }
98
+ .e-de-ctn .e-de-bzr-button {
99
+ box-shadow: none !important;
100
+ }
101
+ .e-de-char-fmt-btn-left button:not(:first-child) {
102
+ border: 1px solid transparent;
103
+ border-left: 1px solid rgba($border-light);
104
+ }
105
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
106
+ .e-de-ctn .e-de-status-bar button {
107
+ @if $skin-name == 'tailwind3' {
108
+ width: $de-prop-clr-wrap-height;
109
+ height: $de-prop-clr-wrap-height;
110
+ }
111
+ }
112
+ .e-de-ctnr-group-btn {
113
+ .e-de-prop-font-button {
114
+ position: relative;
115
+ border: 1px solid transparent rgba($border-light);
116
+ border-right-width: 1px;
117
+ }
118
+ .e-de-prop-font-last-button {
119
+ position: relative;
120
+ border: 1px solid transparent rgba($border-light);
121
+ border-left-width: 1px;
122
+ }
123
+ }
124
+ .e-de-ctnr-group-btn {
125
+ .e-de-prop-indent-button {
126
+ position: relative;
127
+ border: 1px solid transparent rgba($border-light);
128
+ border-right-width: 1px;
129
+ }
130
+ .e-de-prop-indent-last-button {
131
+ position: relative;
132
+ border: 1px solid transparent rgba($border-light);
133
+ border-left-width: 1px;
134
+ }
135
+ }
136
+ .e-de-grp-btn-ctnr {
137
+ .e-de-ctnr-group-btn-middle {
138
+ > * {
139
+ border-radius: 0px;
140
+ }
141
+ & {
142
+ margin-bottom: -1px;
143
+ }
144
+
145
+ }
146
+ }
147
+ }
148
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
149
+ box-shadow: none;
150
+ }
151
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
152
+ .e-de-ctn .e-de-status-bar button {
153
+ box-shadow: none;
154
+ height: $de-group-btn-hgt;
155
+ &:focus {
156
+ box-shadow: none;
157
+ }
158
+ &:active {
159
+ box-shadow: none;
160
+ }
161
+ &:hover {
162
+ box-shadow: none;
163
+ }
164
+ }
165
+ .e-de-statusbar-pageweb {
166
+ background: $de-ctnr-bg-clr;
167
+ border: $de-statusbar-pageweb-border;
168
+ box-shadow: none;
169
+ float: right;
170
+ @if $skin-name!='bootstrap5' and $skin-name!='tailwind' and $skin-name!='FluentUI' {
171
+ height: $e-de-statusbar-pageweb-height;
172
+ width: 33px;
173
+ }
174
+ @if $skin-name=='bootstrap4' {
175
+ color: $e-de-statusbar-separator-color;
176
+ }
177
+ @if $skin-name=='bootstrap5' {
178
+ color: $icon-color;
179
+ }
180
+ &:hover {
181
+ @if $skin-name=='bootstrap5' {
182
+ color: $e-de-bzr-button-hover-font-color;
183
+ }
184
+ box-shadow: none;
185
+ }
186
+ }
187
+
188
+ .e-split-btn-wrapper.e-de-prop-splitbutton,
189
+ .e-split-btn-wrapper.e-de-btn-hghlclr,
190
+ .e-btn.de-split-button {
191
+ @if $skin-name=='fluent2' {
192
+ margin-right: $de-pane-margin-right;
193
+ }
194
+ @if $skin-name=='Material3' {
195
+ box-shadow: none;
196
+ }
197
+ }
198
+ .e-de-statusbar-pageweb .e-de-printlayout,
199
+ .e-de-statusbar-pageweb .e-de-weblayout {
200
+ font-size: $e-de-bzr-btn-font-size;
201
+ }
202
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
203
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
204
+ font-size: $e-de-bzr-btn-font-size;
205
+ @if $skin-name=='bootstrap5' {
206
+ color: $e-de-bzr-button-hover-font-color;
207
+ }
208
+ }
209
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
210
+ height: $e-de-listview-height;
211
+ width: 16px;
212
+ margin-right: $e-de-ctnr-break-listview-margin-right;
213
+ }
214
+ .e-de-listview-icon {
215
+ height: auto;
216
+ width: auto;
217
+ line-height: $e-de-ctnr-break-listview-line-height;
218
+ margin-right: $e-de-ctnr-break-listview-margin-right;
219
+ @if $skin-name=='fluent2' {
220
+ padding: 1px 12px;
221
+ }
222
+ }
223
+ .e-de-linespacing {
224
+ margin-top: $e-de-ctnr-linespacing-tick-icon;
225
+ }
226
+ .e-de-statusbar-zoom {
227
+ background: $de-ctnr-bg-clr;
228
+ border: $e-de-statusbar-zoom-border;
229
+ color: $de-font-color;
230
+ float: right;
231
+ font-weight: $de-ctnr-font-weight;
232
+ height: $e-de-statusbar-zoom-height;
233
+ @if $skin-name =='bootstrap5' {
234
+ box-shadow: none;
235
+ }
236
+ }
237
+ .e-de-pagenumber-text {
238
+ border: none !important;
239
+ }
240
+
241
+ @if $skin-name=='Material3' {
242
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group button {
243
+ background: $de-prop-btn-bg-color;
244
+ }
245
+ .e-de-font-clr-picker button,
246
+ .e-de-prop-font-colorpicker button {
247
+ background: $de-prop-btn-bg-color !important;
248
+ }
249
+ .e-de-style-font-color-picker .e-de-style-icon-button-size button:first-child {
250
+ margin-right: 0px;
251
+ }
252
+ .e-de-ctnr-group-btn .e-btn-group button,
253
+ .e-documenteditorcontainer.e-lib .e-split-btn-wrapper button,
254
+ .e-documenteditorcontainer.e-lib .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
255
+ .e-de-ctnr-segment button,
256
+ .e-de-char-fmt-btn-right button,
257
+ .e-de-border-size-button,
258
+ .e-de-cell-div button,
259
+ .e-de-insert-del-cell button,
260
+ .e-de-align-text button {
261
+ border-radius: 4px;
262
+ background: $de-prop-btn-bg-color;
263
+ }
264
+ .e-de-char-fmt-btn-right button:not(:first-child),
265
+ .e-de-char-fmt-btn-left button:not(:first-child),
266
+ .e-de-align-text button:not(:first-child) {
267
+ border-left: 1.7px solid rgba($border-light);
268
+ background: $de-prop-btn-bg-color;
269
+ }
270
+ .e-de-insert-del-cell button:not(:first-child) {
271
+ &:not(.e-rtl) {
272
+ border-left: 1.7px solid rgba($border-light);
273
+ }
274
+ }
275
+ .e-de-ctnr-segment-rtl {
276
+ .e-de-char-fmt-btn-left,
277
+ .e-de-char-fmt-btn-right {
278
+ .e-de-prop-font-last-button,
279
+ .e-de-prop-indent-last-button {
280
+ border-left: 0;
281
+ }
282
+ }
283
+ }
284
+ .e-rtl {
285
+ .e-de-char-fmt-btn-right button:not(:last-child),
286
+ .e-de-char-fmt-btn-left button:not(:last-child),
287
+ .e-de-insert-del-cell button:not(:last-child),
288
+ .e-de-align-text button:not(:last-child) {
289
+ border-right: 1.7px solid rgba($border-light);
290
+ background: $de-prop-btn-bg-color;
291
+ }
292
+ }
293
+
294
+ .e-de-char-fmt-btn-right.e-rtl button:not(:first-child),
295
+ .e-de-char-fmt-btn-left.e-rtl button:not(:first-child),
296
+ .e-de-insert-del-cell .e-rtl button:not(:first-child),
297
+ .e-de-align-text .e-rtl button:not(:first-child)
298
+ {
299
+ border-right: 1px solid rgba($border-light) !important;
300
+ }
301
+ .e-de-grp-btn-ctnr {
302
+ .e-de-ctnr-group-btn {
303
+ .e-de-prop-font-button {
304
+ background: $de-prop-btn-bg-color;
305
+ border: 1px solid rgba($border-light) !important;
306
+ }
307
+ }
308
+ .e-de-ctnr-group-btn-top {
309
+ margin-bottom: -1px;
310
+ }
311
+ }
312
+ .e-de-font-clr-picker > *,
313
+ .de-split-button>div:first-child {
314
+ margin-right: 8px;
315
+ }
316
+ }
317
+
318
+ .e-de-pagenumber-input {
319
+ background: $e-de-pagenumber-bg;
320
+ @if $skin-name =='Material3'{
321
+ border: none !important;
322
+ }
323
+ @else {
324
+ border: $de-panel-border-width solid $de-panel-border;
325
+ }
326
+ border-radius: $de-pagenumber-text-border-radius;
327
+ color: $de-font-color;
328
+ @if $skin-name=='bootstrap5' or $skin-name=='tailwind' or $skin-name =='FluentUI' {
329
+ font-family: inherit;
330
+ font-size: $e-de-btn-font-size;
331
+ }
332
+ padding: $e-de-btn-padding;
333
+ text-align: center;
334
+ width: 22px;
335
+ @if $skin-name =='fluent2' {
336
+ height: $de-page-number-height;
337
+ }
338
+ @if $skin-name == 'tailwind3' {
339
+ width: 30px;
340
+ height: $de-hlt-clr-height-bigger;
341
+ border: $de-hlt-clr-border;
342
+ border-radius: $de-hlt-clr-border-radius;
343
+ }
344
+ }
345
+ .e-btn-pageweb-toggle {
346
+ background-color: $de-pageweb-toggle-color;
347
+ box-shadow: none;
348
+ outline: $de-pageweb-toggle-outline;
349
+ outline-offset: 0;
350
+ @if $skin-name=='bootstrap4' {
351
+ color: $de-prop-btn-bg-color;
352
+ }
353
+ }
354
+ .e-btn-pageweb-spellcheck {
355
+ border: $e-btn-pageweb-spellcheck-border;
356
+ box-shadow: none;
357
+ float: right;
358
+ margin-left: $de-zoom-tlbr-margin-left;
359
+ }
360
+ .e-de-ctn-title {
361
+ background-color: $de-title-bar-bg-clr;
362
+ border-bottom: none !important;
363
+ color: $de-title-bar-font-clr;
364
+ @if $skin-name=='tailwind' or $skin-name == 'bootstrap5' or $skin-name =='FluentUI' or $skin-name =='Material3' {
365
+ font-size: $e-de-btn-font-size !important;
366
+ button {
367
+ font-size: $e-de-btn-font-size !important;
368
+ height: 36px !important;
369
+ @if $skin-name !='tailwind' {
370
+ margin: 0 !important;
371
+ }
372
+ .e-btn-icon {
373
+ font-size: $e-de-btn-font-icon-size !important;
374
+ }
375
+ }
376
+ }
377
+ }
378
+ .e-de-tool-ctnr-properties-pane {
379
+ display: flex;
380
+ height: $de-tool-ctnr-editor-height;
381
+ width: 100%;
382
+ }
383
+ .e-de-ctnr-properties-pane {
384
+ display: flex;
385
+ height: $de-ctnr-editor-height;
386
+ width: 100%;
387
+ }
388
+ .e-de-ribbon-simplified-ctnr-properties-pane {
389
+ height: $de-ribbon-simplified-ctnr-editor-height;
390
+ width: 100%;
391
+ }
392
+ .e-de-ribbon-classic-ctnr-properties-pane {
393
+ height: $de-ribbon-classic-editor-height;
394
+ width: 100%;
395
+ }
396
+ .e-de-ribbon-simplified-ctnr-properties-pane-collapsed {
397
+ height: $de-ribbon-simplified-ctnr-collapsed-editor-height;
398
+ width: 100%;
399
+ }
400
+ .e-de-ribbon-classic-ctnr-properties-pane-collapsed {
401
+ height: $de-ribbon-classic-collapsed-editor-height;
402
+ width: 100%;
403
+ }
404
+ .e-de-statusbar-separator {
405
+ border-left: $e-de-statusbar-separator-border-left solid $e-de-statusbar-separator-color;
406
+ height: $e-de-statusbar-separator-height;
407
+ margin-left: $de-spellcheck-tlbr-margin-left;
408
+ margin-right: $de-spellcheck-tlbr-margin-left;
409
+ margin-top: $de-status-br-top;
410
+ }
411
+ .e-de-statusbar-spellcheck {
412
+ border-radius: $de-statusbar-spellcheck-border-radius;
413
+ font-weight: $de-statusbar-spellcheck-font-weight;
414
+
415
+ @if $skin-name == 'Material3' {
416
+ background: $de-ctnr-bg-clr;
417
+ }
418
+ }
419
+ .e-de-ctn {
420
+ background-color: $de-ctnr-bg-clr;
421
+ border: $de-panel-border-width solid $de-panel-border;
422
+ height: $de-ctnr-height;
423
+ position: relative;
424
+ width: 100%;
425
+ }
426
+ .e-de-ctnr-toolbar {
427
+ display: flex;
428
+ height: $de-ctnr-tlbr-height;
429
+ width: 100%;
430
+ @if $skin-name == 'Material3' {
431
+ background: $de-toolbar-background-color;
432
+ }
433
+ }
434
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
435
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
436
+ border: $e-de-tlbr-wrapper-border;
437
+ }
438
+ .e-de-pane {
439
+ border-left: $de-panel-border-left solid $de-panel-border;
440
+ @if $skin-name == 'Material3' {
441
+ background: $de-pane-background-color;
442
+ }
443
+ @if $skin-name == 'tailwind3' {
444
+ width: 300px;
445
+ height: $e-de-pane-height;
446
+ }
447
+ }
448
+ .e-de-pane-rtl {
449
+ border-right: $de-panel-border-left solid $de-panel-border;
450
+ @if $skin-name == 'Material3' {
451
+ background: $de-pane-background-color;
452
+ }
453
+ }
454
+ @if $skin-name=='material' {
455
+ .e-de-pane>div button:not(.e-primary),
456
+ .e-de-pane-rtl>div button:not(.e-primary) {
457
+ background-color: $de-panel-btn-bg-clr;
458
+ }
459
+ }
460
+ .e-de-tool-ctnr-properties-pane,
461
+ .e-de-ctnr-properties-pane,
462
+ .e-de-ribbon-simplified-ctnr-properties-pane,
463
+ .e-de-ribbon-classic-ctnr-properties-pane,
464
+ .e-de-ribbon-simplified-ctnr-properties-pane-collapsed,
465
+ .e-de-ribbon-classic-ctnr-properties-pane-collapsed {
466
+ background: $de-ctnr-prop-bg-clr;
467
+ border-bottom: $de-panel-border-bottom solid $de-panel-border;
468
+ border-top: $de-panel-border-bottom solid $de-panel-border;
469
+ }
470
+ .e-de-ctnr-segment {
471
+ margin-bottom: $de-ctnr-margin-bottom;
472
+ }
473
+ @if $skin-name=='tailwind' or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
474
+ .e-de-insert-del-cell>div:last-child {
475
+ margin-left: $de-pane-margin-right !important;
476
+ }
477
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
478
+ font-size: $de-btn-font-size;
479
+ }
480
+ .e-de-property-div-padding .e-de-cellmargin-text {
481
+ padding-bottom: 3px;
482
+ }
483
+ .e-de-cntr-pane-padding.e-de-prop-separator-line>div>div:first-child>div:first-child {
484
+ margin-bottom: 0 !important;
485
+ }
486
+ }
487
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
488
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
489
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
490
+ margin-right: $de-pane-margin-right;
491
+ }
492
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
493
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
494
+ margin-left: $de-pane-margin-right;
495
+ margin-right: 0;
496
+ }
497
+ }
498
+ .e-colorpicker-wrapper.e-de-font-clr-picker,
499
+ .e-split-btn-wrapper.e-de-prop-splitbutton,
500
+ .e-split-btn-wrapper.e-de-btn-hghlclr
501
+ {
502
+ @if $skin-name == 'tailwind3'{
503
+ margin-right: $de-prop-clr-wrap-mar-right;
504
+ }
505
+ }
506
+ // .e-bigger .e-colorpicker-wrapper,
507
+ // .e-bigger .e-split-btn-wrapper.e-de-prop-splitbutton,
508
+ // .e-bigger .e-split-btn-wrapper.e-de-btn-hghlclr
509
+ // {
510
+ // @if $skin-name == 'tailwind3'{
511
+ // margin-right: $de-hdr-ftr-frst-div-mrgn-btm;
512
+ // }
513
+ // }
514
+ @if $skin-name=='fluent2' {
515
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
516
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
517
+ margin-right: $de-font-margin-right;
518
+ }
519
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
520
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
521
+ margin-left: $de-font-margin-right;
522
+ margin-right: 0;
523
+ }
524
+ }
525
+ @if $skin-name=='bootstrap-dark' {
526
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
527
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
528
+ margin-right: $de-pane-margin-right;
529
+ }
530
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
531
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
532
+ margin-left: $de-pane-margin-right;
533
+ margin-right: 0;
534
+ }
535
+ }
536
+ .e-de-ctnr-segment>div:first-child:not(.e-rtl),
537
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
538
+ .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
539
+ margin-right: $de-pane-margin-right;
540
+ @if $skin-name == 'tailwind3' {
541
+ margin-right: $de-prop-clr-wrap-mar-right;
542
+ }
543
+ }
544
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
545
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
546
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
547
+ margin-left: $de-pane-margin-right;
548
+ margin-right: $de-pane-margin-rgt;
549
+ }
550
+ .e-de-tlbr-wrapper {
551
+ background-color: $de-prpty-btn-bg-clr;
552
+ height: $de-ctnr-tlbr-height;
553
+ width: $de-ctnr-tlbr-width;
554
+ @if $skin-name =='tailwind3' {
555
+ height: $de-tool-item-height;
556
+ }
557
+ }
558
+ // .e-bigger .e-de-tlbr-wrapper{
559
+ // @if $skin-name =='tailwind3' {
560
+ // height: $de-shw-hid-height-big;
561
+ // }
562
+ // }
563
+ .e-de-cntr-pane-padding .e-de-prop-separator-line .e-de-ctnr-prop-label {
564
+ @if $skin-name == 'tailwind3' {
565
+ font-size: $e-de-btn-font-icon-size;
566
+ color: $e-de-bzr-button-font-color;
567
+ }
568
+ }
569
+ .e-de-cntr-pane-padding .e-de-ctnr-prop-label{
570
+ @if $skin-name == 'tailwind3' {
571
+ font-size: $de-prop-sub-fnt;
572
+ color: $de-panel-sub-label-color;
573
+ }
574
+ }
575
+ .e-de-ctnr-prop-label {
576
+ @if $skin-name=='fluent2' {
577
+ color: $de-sub-header-color;
578
+ }
579
+ @if $skin-name == 'tailwind3' {
580
+ color: $e-de-bzr-button-font-color;
581
+ }
582
+ @else {
583
+ color: $de-panel-header-color;
584
+ }
585
+ display: inline-block;
586
+ font-size: $de-panel-header-size;
587
+ font-weight: $de-panel-header-font-weight;
588
+ @if $skin-name=='Material3' {
589
+ letter-spacing: 0.3px;
590
+ }
591
+ @else {
592
+ letter-spacing: $de-panel-header-letter-spacing;
593
+ }
594
+ @if $skin-name=='tailwind' {
595
+ line-height: 1.5;
596
+ }
597
+ margin-bottom: $de-ctnr-margin-bottom;
598
+ opacity: 0.87;
599
+ }
600
+ // .e-bigger .e-de-ctnr-prop-label {
601
+ // @if $skin-name == 'tailwind3' {
602
+ // color: $e-de-bzr-button-font-color;
603
+ // }
604
+ // }
605
+ .e-de-table-prop-label {
606
+ margin-left: $de-table-prop-label-margin-left;
607
+ }
608
+ .e-de-table-prop-label.e-de-rtl {
609
+ margin-left: $de-table-prop-label-margin-left-rtl;
610
+ margin-right: $de-table-prop-label-margin-left;
611
+ }
612
+ .e-de-toolbar.e-toolbar {
613
+ border-radius: $de-toolbar-border-radius;
614
+ @if $skin-name =='FluentUI' {
615
+ box-shadow: none;
616
+ }
617
+ }
618
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
619
+ margin-left: $de-tlbr-margin-left;
620
+ margin-right: $de-tlbr-margin-right;
621
+ }
622
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
623
+ margin-left: $de-tlbr-margin-right;
624
+ margin-right: $de-tlbr-margin-left;
625
+ }
626
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
627
+ margin-left: $de-tlbr-margin-right;
628
+ margin-right: $de-tlbr-margin-left;
629
+ }
630
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
631
+ margin-left: $de-tlbr-margin-left;
632
+ margin-right: $de-tlbr-margin-right;
633
+ }
634
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
635
+ height: $de-ctnr-tlbr-height;
636
+ .e-toolbar-item.e-de-separator {
637
+ @if $skin-name=='fabric' {
638
+ border: 1px solid $de-ctnr-separator-clr;
639
+ border-width: 0 1px 0 0;
640
+ }
641
+ height: $e-de-separator-height;
642
+ margin: $de-ctrnr-tblr-separator-margin;
643
+ }
644
+ .e-toolbar-item.e-de-toolbar-btn-start {
645
+ margin-left: $de-tlbr-margin-first !important;
646
+ margin-right: $de-tlbr-margin-right;
647
+ }
648
+ .e-toolbar-item.e-de-toolbar-btn-middle {
649
+ margin-left: $de-tlbr-margin-right;
650
+ margin-right: $de-tlbr-margin-right;
651
+ }
652
+ .e-toolbar-item.e-de-toolbar-btn-end {
653
+ margin-left: $de-tlbr-margin-right;
654
+ margin-right: $de-tlbr-margin-first;
655
+ }
656
+ .e-toolbar-item.e-de-image-focus :focus {
657
+ background-color: $de-toggle-bg-color;
658
+ }
659
+ }
660
+ @if $skin-name=='bootstrap' {
661
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
662
+ flex-direction: column;
663
+ height: $de-tlbr-btn-height;
664
+ padding: 0 1px;
665
+ padding-bottom: 5px;
666
+ &:focus {
667
+ padding: 0;
668
+ padding-bottom: 5px;
669
+ }
670
+ &:active {
671
+ padding: 0;
672
+ padding-bottom: 5px;
673
+ }
674
+ &:hover {
675
+ padding: 0;
676
+ padding-bottom: 5px;
677
+ }
678
+ }
679
+ }
680
+ @if $skin-name !='bootstrap' {
681
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
682
+ flex-direction: column;
683
+ height: $de-tlbr-btn-height;
684
+ padding: $de-tlbr-btn-padding;
685
+ @if $skin-name =='fluent2' {
686
+ padding-bottom: $de-toolbar-padding-bottom-size;
687
+ }
688
+ @else{
689
+ padding-bottom: $de-toolbar-padding-bottom;
690
+ }
691
+
692
+ &:focus {
693
+ padding: $de-toolbar-padding;
694
+ padding-bottom: $de-toolbar-padding-bottom;
695
+ }
696
+ &:active {
697
+ padding: $de-toolbar-padding;
698
+ padding-bottom: $de-toolbar-padding-bottom;
699
+ }
700
+ &:hover {
701
+ padding: $de-toolbar-padding;
702
+ padding-bottom: $de-toolbar-padding-bottom;
703
+ }
704
+ }
705
+ }
706
+ @if $skin-name=='bootstrap4' {
707
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
708
+ flex-direction: column;
709
+ height: $de-tlbr-btn-height;
710
+ padding: 0 1px;
711
+ padding-bottom: 5px;
712
+ &:focus {
713
+ padding: 0;
714
+ padding-bottom: 5px;
715
+ }
716
+ &:active {
717
+ padding: 0;
718
+ padding-bottom: 5px;
719
+ }
720
+ &:hover {
721
+ padding: 0;
722
+ padding-bottom: 5px;
723
+ }
724
+ }
725
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
726
+ color: $de-toolbar-icon-clr;
727
+ font-size: 16px;
728
+ }
729
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
730
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
731
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
732
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled {
733
+ .e-btn-icon {
734
+ color: $de-toggle-btn-color;
735
+ }
736
+ }
737
+ }
738
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
739
+ padding: $de-toolbar-padding;
740
+ }
741
+ .e-de-overlay {
742
+ height: $e-de-overlay-height;
743
+ opacity: 0.5;
744
+ pointer-events: none;
745
+ touch-action: none;
746
+ width: 100%;
747
+ }
748
+ .e-de-hide-track-btn {
749
+ display: none;
750
+ }
751
+ @if $skin-name == 'bootstrap5.3' {
752
+ .e-de-status-bar {
753
+ .e-btn {
754
+ .e-btn-icon {
755
+ color: var(--color-sf-icon-color);
756
+ }
757
+ &:hover {
758
+ .e-btn-icon {
759
+ color: var(--color-sf-secondary-text-color-pressed);
760
+ }
761
+ }
762
+ }
763
+ }
764
+ }
765
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='bootstrap5.3' {
766
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
767
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
768
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn,
769
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
770
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn.e-rtl {
771
+ padding: 0;
772
+ }
773
+
774
+ .e-de-prop-font-colorpicker .e-btn.e-icon-btn,
775
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
776
+ padding: 4px 8px !important;
777
+ }
778
+
779
+ .e-de-ctnr-style-div {
780
+ width: $de-text-pane-style-width;
781
+ @if $skin-name == 'tailwind3' {
782
+ width: 226px;
783
+ height: $de-prop-clr-wrap-height;
784
+ }
785
+ }
786
+ // .e-bigger .e-de-ctnr-style-div {
787
+ // @if $skin-name == 'tailwind3' {
788
+ // width: 298px;
789
+ // height: $de-prop-clr-wrap-height;
790
+ // }
791
+ // }
792
+ .e-btn-toggle {
793
+ .e-tbar-btn-text {
794
+ color: $de-toggle-btn-color !important;
795
+ }
796
+ .e-btn-icon {
797
+ color: $de-toggle-btn-color !important;
798
+ }
799
+ }
800
+
801
+ .e-de-ctnr-list,
802
+ .e-de-list-header-presetmenu {
803
+ color: $de-prop-btn-icon-clr;
804
+ }
805
+ .e-de-ctnr-group-btn {
806
+ .e-btn {
807
+ background: $de-prop-btn-bg-color;
808
+ border-color: $de-prop-btn-border-color;
809
+ &:focus {
810
+ background-color: $de-toggle-border-hover-color;
811
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' and $skin-name!='bootstrap5.3' {
812
+ border: 1px;
813
+ }
814
+ border-color: $de-toggle-border-color;
815
+ box-shadow: 0 0 0 0 $de-toggle-bg-color;
816
+ outline-color: $de-toggle-bg-color;
817
+ }
818
+ &:active,
819
+ .e-btn-toggle {
820
+ background-color: $de-toggle-border-hover-color;
821
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' and $skin-name!='bootstrap5.3' {
822
+ border: 1px;
823
+ }
824
+ border-color: $de-toggle-border-color;
825
+ }
826
+ &:hover {
827
+ @if $skin-name !='tailwind' {
828
+ background-color: $de-toggle-hover-color;
829
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' and $skin-name!='bootstrap5.3' {
830
+ border: 1px;
831
+ }
832
+ @if $skin-name!='bootstrap5' and $skin-name!='bootstrap5.3' {
833
+ border-color: $de-toggle-border-hover-color;
834
+ }
835
+ }
836
+ }
837
+ }
838
+ @if $skin-name=='bootstrap4' {
839
+ .e-split-btn-wrapper.e-rtl .e-split-btn {
840
+ border-color: $de-prop-btn-border-color;
841
+ }
842
+ }
843
+ }
844
+ .e-de-ctnr-group-btn .e-btn:disabled {
845
+ background-color: $de-toggle-bg-color;
846
+ border-color: $de-toggle-bg-color;
847
+ opacity: 65%;
848
+ }
849
+ .e-de-ctnr-group-btn .e-btn:hover,
850
+ .e-de-ctnr-group-btn .e-btn:focus,
851
+ .e-de-ctnr-group-btn .e-btn:active,
852
+ .e-de-ctnr-group-btn .e-btn:disabled {
853
+ .e-btn-icon {
854
+ @if $skin-name == 'bootstrap5' or $skin-name=='bootstrap5.3' {
855
+ color: $de-white-color;
856
+ }
857
+ @else {
858
+ color: $de-toggle-btn-color;
859
+ }
860
+ }
861
+ }
862
+ .e-de-ctnr-group-btn .e-btn-icon {
863
+ color: $de-prop-btn-icon-clr;
864
+ font-size: $de-btn-font-size;
865
+ }
866
+ .e-btn-toggle .e-btn-icon {
867
+ color: $de-toggle-btn-color;
868
+ }
869
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn,
870
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon,
871
+ .e-de-border-size-button,
872
+ .e-de-border-size-button .e-btn-icon {
873
+ background-color: $de-prop-btn-bg-color;
874
+ border-color: $de-prop-btn-border-color;
875
+ color: $de-prop-btn-icon-clr;
876
+ }
877
+ .e-de-border-size-button:focus,
878
+ .e-de-border-size-button:hover,
879
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover,
880
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus {
881
+ background-color: $de-toggle-bg-color;
882
+ box-shadow: $de-toggle-btn-border;
883
+ .e-btn-icon {
884
+ background-color: $de-toggle-bg-color;
885
+ box-shadow: $de-toggle-btn-border;
886
+ color: $de-toggle-btn-color;
887
+ }
888
+ }
889
+ .e-de-border-size-button .e-btn-icon:focus,
890
+ .e-de-border-size-button .e-btn-icon:hover {
891
+ background-color: $de-toggle-bg-color;
892
+ box-shadow: $de-toggle-btn-border;
893
+ color: $de-toggle-btn-color;
894
+ }
895
+
896
+ .e-de-pagenumber-text {
897
+ border: none !important;
898
+ }
899
+
900
+ }
901
+ .e-de-ctnr-properties-pane-btn {
902
+ @if $skin-name == 'Material3' {
903
+ width: 78px;
904
+ }
905
+ @else {
906
+ width: 75px;
907
+ }
908
+ @if $skin-name == 'tailwind3' {
909
+ width: $de-shw-hid-height;
910
+ height: $de-shw-hid-height;
911
+ }
912
+ @if $skin-name=='fluent2' {
913
+ background-color: $de-ctnr-prop-bg-clr;
914
+ }
915
+ }
916
+ // .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
917
+ // @if $skin-name=='tailwind3' {
918
+ // width: $de-shw-hid-height;
919
+ // height: $de-shw-hid-height-big;
920
+ // }
921
+ // }
922
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn {
923
+ .e-btn {
924
+ color: $de-pane-color-border;
925
+ @if $skin-name=='fluent2' {
926
+ background-color: $de-ctnr-prop-bg-clr;
927
+ }
928
+ }
929
+ }
930
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn {
931
+ .e-btn {
932
+ color: $de-font-color;
933
+ @if $skin-name=='fluent2' {
934
+ background-color: $de-ctnr-prop-bg-clr;
935
+ }
936
+ }
937
+ }
938
+ .e-de-ctnr-properties-pane-btn {
939
+ .e-btn {
940
+ background: $de-prpty-btn-bg-clr;
941
+ border-radius: $de-prpty-btn-border-radius;
942
+ box-shadow: none;
943
+ color: $de-pane-color-border;
944
+ min-height: $e-de-ctnr-properties-pane-btn-min-height;
945
+ min-width: 100%;
946
+ &:focus {
947
+ box-shadow: none;
948
+ }
949
+ &:active {
950
+ box-shadow: none;
951
+ }
952
+ &:hover {
953
+ box-shadow: none;
954
+ }
955
+ @if $skin-name=='fluent2' {
956
+ background-color: $de-ctnr-prop-bg-clr;
957
+ }
958
+ }
959
+ }
960
+ .e-de-showhide-btn {
961
+ border: $e-de-showhide-btn-border;
962
+ height: $de-ctnr-tlbr-height;
963
+ }
964
+ .e-de-showhide-btn-rtl {
965
+ border: $e-de-showhide-btn-border;
966
+ height: $de-ctnr-tlbr-height;
967
+ }
968
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
969
+ padding: $de-ctrnr-tblr-item-padding;
970
+ }
971
+ .e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
972
+ @if $skin-name =='Material3' {
973
+ line-height: 0.8;
974
+ }
975
+ @if $skin-name == 'fluent2' {
976
+ padding-top: 5px;
977
+ }
978
+ @if $skin-name == 'tailwind3' {
979
+ line-height: $de-prop-clr-wrap-mar-right;
980
+ }
981
+ }
982
+ // .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text{
983
+ // @if $skin-name == 'tailwind3' {
984
+ // font-size: $e-de-btn-font-icon-size;
985
+ // line-height: 30px;
986
+ // }
987
+ // }
988
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
989
+ display: table;
990
+ font-size: $de-toolbar-font-size;
991
+ margin: $de-ctrnr-tblr-item-margin;
992
+ padding: $de-toolbar-padding;
993
+ white-space: normal;
994
+ }
995
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
996
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
997
+ padding: $de-toolbar-padding !important;
998
+ min-height: $e-de-toolbar-min-height;
999
+ }
1000
+ .e-de-hdr-ftr-frst-div {
1001
+ margin-bottom: $de-hdr-ftr-frst-div-mrgn-btm;
1002
+ }
1003
+ .e-de-hdr-ftr-top-div {
1004
+ margin-bottom: $de-hdr-ftr-top-div-mrgn-btm;
1005
+ }
1006
+ .e-de-cntr-pane-padding {
1007
+ padding: $de-ctnr-padding;
1008
+ }
1009
+ .e-de-prop-pane {
1010
+ height: $e-de-prop-pane-height;
1011
+ min-height: $e-de-prop-pane-min-height;
1012
+ overflow: auto;
1013
+ width: $de-text-pane-width;
1014
+ }
1015
+ .e-de-review-pane {
1016
+ background: $de-ctnr-prop-bg-clr;
1017
+ border-left: $de-op-border-left solid $de-op-border-clr;
1018
+ height: $e-de-prop-pane-height;
1019
+ min-height: $e-de-prop-pane-min-height;
1020
+ overflow: auto;
1021
+ width: $e-de-review-pane-width;
1022
+ @if $skin-name == 'FluentUI' {
1023
+ .e-toolbar {
1024
+ box-shadow: none;
1025
+ }
1026
+ }
1027
+ }
1028
+ .e-de-property-div-padding {
1029
+ @if $skin-name=='Material3' {
1030
+ border-bottom: 1px solid $de-pane-separator;
1031
+ }
1032
+ @else {
1033
+ border-bottom: $de-pane-separator-border-bottom solid $de-pane-separator;
1034
+ }
1035
+ padding: $de-prop-div-padding-top;
1036
+ }
1037
+ .e-de-ctnr-dropdown-ftr {
1038
+ border-top: $de-ctnr-dropdown-ftr-border-top solid $de-pane-separator;
1039
+ color: $de-panel-header-color;
1040
+ cursor: pointer;
1041
+ display: block;
1042
+ font-size: $de-pane-separator-font-size;
1043
+ line-height: $de-pane-separator-line-height;
1044
+ text-indent: 1.2em;
1045
+ }
1046
+ .e-de-char-fmt-btn-left>button,
1047
+ .e-de-insert-del-cell button {
1048
+ width: $de-left-btn-width;
1049
+ }
1050
+ .e-de-char-fmt-btn-right>button {
1051
+ width: $de-right-btn-width;
1052
+ }
1053
+ .e-de-panel-left-width {
1054
+ width: $de-left-panel-width;
1055
+ @if $skin-name == 'tailwind3' {
1056
+ width: 159px;
1057
+ height: $de-prop-clr-wrap-height;
1058
+ .e-de-char-fmt-btn-right .e-de-ctnr-group-btn>button {
1059
+ width: 62px !important;
1060
+ }
1061
+ }
1062
+ }
1063
+ // .e-bigger .e-de-panel-left-width {
1064
+ // @if $skin-name == 'tailwind3' {
1065
+ // width: 212px;
1066
+ // height: $de-prop-clr-wrap-height-big;
1067
+ // }
1068
+ // }
1069
+ .e-de-panel-right-width {
1070
+ width: $de-right-panel-width;
1071
+ @if $skin-name == 'tailwind3' {
1072
+ width: $de-prop-font-btn-width;
1073
+ height: $de-prop-clr-wrap-height;
1074
+ }
1075
+ }
1076
+ // .e-bigger .e-de-panel-right-width {
1077
+ // @if $skin-name == 'tailwind3' {
1078
+ // width: 74px;
1079
+ // height: $de-prop-clr-wrap-height-big;
1080
+ // }
1081
+ // }
1082
+ .e-de-cntr-highlight-pane {
1083
+ border: $de-panel-border-width solid $de-panel-border;
1084
+ }
1085
+
1086
+ .e-de-btn-hghlclr>button:first-child {
1087
+ padding: $de-btn-hghlclr-padding !important;
1088
+ }
1089
+ .e-de-ctnr-hglt-color {
1090
+ font-size: $de-ctnr-hglt-color-font-size;
1091
+ font-weight: $de-ctnr-hglt-color-font-weight;
1092
+ height: $de-hlt-clr-height !important;
1093
+ width: $de-hlt-clr-height !important;
1094
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='tailwind' {
1095
+ border-radius: 4px;
1096
+ }
1097
+ }
1098
+
1099
+ @if $skin-name=='tailwind3' {
1100
+ .e-de-font-clr-picker {
1101
+ .e-split-btn-wrapper {
1102
+ .e-split-btn {
1103
+ width: $de-clr-pckr-split-button;
1104
+ }
1105
+ }
1106
+ }
1107
+ }
1108
+
1109
+ .e-de-font-clr-picker>div div button,
1110
+ .e-de-font-clr-picker>div button,
1111
+ .e-de-font-clr-picker>button {
1112
+ width: $de-clr-pckr-width;
1113
+ }
1114
+ // .e-bigger .e-de-font-clr-picker>div button{
1115
+ // @if $skin-name == 'tailwind3' {
1116
+ // width: $de-prop-clr-wrap-height-big;
1117
+ // }
1118
+ // }
1119
+
1120
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
1121
+ height: $e-de-floating-menu-height;
1122
+ padding: $de-floating-menu-menuitem-padding !important;
1123
+ width: 60px;
1124
+ }
1125
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
1126
+ border: $de-list-hover-border-width solid $de-list-hover-bg;
1127
+ padding: $de-list-hover-padding !important;
1128
+ }
1129
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
1130
+ height: $e-de-floating-bullet-menuitem-md-height;
1131
+ padding: $de-floating-menu-menuitem-padding !important;
1132
+ width: 38px;
1133
+ }
1134
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
1135
+ border: $de-list-hover-border-width solid $de-list-hover-bg;
1136
+ padding: $de-list-hover-padding !important;
1137
+ }
1138
+ .e-de-list-header-presetmenu {
1139
+ cursor: pointer;
1140
+ font-size: $de-list-header-presetmenu-font-size;
1141
+ line-height: $de-list-header-presetmenu-line-height;
1142
+ overflow: hidden;
1143
+ text-align: left;
1144
+ min-width: 50px;
1145
+ white-space: nowrap;
1146
+ width: 100%;
1147
+ @if $skin-name=='tailwind' {
1148
+ color: $icon-color;
1149
+ }
1150
+ }
1151
+ .e-de-bullet-list-header-presetmenu {
1152
+ cursor: pointer;
1153
+ font-size: $de-bullet-icon-font-sze;
1154
+ left: -11px;
1155
+ line-height: $de-bullet-icon-line-height;
1156
+ min-width: 50px;
1157
+ overflow: hidden;
1158
+ position: relative;
1159
+ white-space: nowrap;
1160
+ width: 100%;
1161
+ }
1162
+ .e-rtl {
1163
+ .e-de-bullet-list-header-presetmenu {
1164
+ cursor: pointer;
1165
+ font-size: $de-bullet-icon-font-sze;
1166
+ left: 10px;
1167
+ line-height: $de-bullet-icon-line-height;
1168
+ min-width: 50px;
1169
+ overflow: hidden;
1170
+ position: relative;
1171
+ white-space: nowrap;
1172
+ width: 100%;
1173
+ }
1174
+ }
1175
+ .e-de-bullet {
1176
+ font-size: $de-bullet-font-size;
1177
+ }
1178
+ .e-de-list-header-presetmenu .e-de-list-line {
1179
+ border-bottom: $de-prop-btn-icon-border-bottom solid $de-prop-btn-icon-clr !important;
1180
+ margin-left: $de-prop-btn-icon-margin-left;
1181
+ width: 100%;
1182
+ }
1183
+ .e-de-toc-optionsdiv {
1184
+ margin-bottom: $de-toc-optionsdiv-margin-bottom;
1185
+ margin-left: $de-toc-optionsdiv-margin-left;
1186
+ margin-top: $de-toc-optionsdiv-margin-top;
1187
+ }
1188
+ .e-de-toc-optionsdiv.e-de-rtl {
1189
+ margin-right: $de-toc-optionsdiv-margin-left;
1190
+ margin-left: $de-toc-optionsdiv-margin-left-rtl;
1191
+ }
1192
+ .e-de-list-header-presetmenu div span {
1193
+ display: inline-block;
1194
+ vertical-align: middle;
1195
+ }
1196
+ .e-de-floating-menu .e-de-floating-menuitem,
1197
+ .e-de-floating-menu .e-de-menuitem-none {
1198
+ cursor: pointer;
1199
+ height: $e-de-menuitem-none-height;
1200
+ padding: $de-floating-menuitem-padding !important;
1201
+ margin: $de-floating-menuitem-margin-top $de-floating-menuitem-margin-right $de-floating-menuitem-margin-bottom $de-floating-menuitem-margin-left !important;
1202
+ width: 70px;
1203
+ }
1204
+ .e-de-list-thumbnail .e-de-list-items {
1205
+ float: left;
1206
+ }
1207
+ .e-de-list-thumbnail .e-de-list-items {
1208
+ border: $de-list-thmbnail-border-width solid $de-list-thmbnail-border-clr;
1209
+ @if $skin-name =='Material3' {
1210
+ border-radius: 4px;
1211
+ }
1212
+ clear: initial;
1213
+ display: inline-block;
1214
+ height: auto;
1215
+ margin: $de-list-thmbnail-margin;
1216
+ padding: $de-list-thmbnail-padding;
1217
+ text-align: center;
1218
+ width: auto;
1219
+ }
1220
+ .e-de-list-items {
1221
+ cursor: pointer;
1222
+ background: $de-ctnr-bg-clr;
1223
+ box-sizing: border-box;
1224
+ list-style: none;
1225
+ padding: $de-ctnr-padding-top $de-ctnr-padding-right $de-ctnr-padding-bottom $de-ctnr-padding-left;
1226
+ position: relative;
1227
+ }
1228
+ .e-de-list-item-size {
1229
+ font-size: $de-list-item-font-size;
1230
+ }
1231
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
1232
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
1233
+ border: $de-title-bar-border-width solid $de-title-bar-bg-clr;
1234
+ padding: $de-title-bar-padding !important;
1235
+ }
1236
+ .e-de-floating-menu {
1237
+ padding: $de-floating-menu-padding-top $de-floating-menu-padding-right $de-floating-menu-padding-bottom $de-floating-menu-padding-left !important;
1238
+ }
1239
+ @if $skin-name !='tailwind' {
1240
+ .e-de-list-container {
1241
+ @if $skin-name !='Material3' {
1242
+ border: $de-list-container-border-width solid #ccc;
1243
+ border-radius: $de-list-container-border-radius;
1244
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1245
+ }
1246
+ background: $de-ctnr-bg-clr;
1247
+ box-sizing: border-box;
1248
+ display: inline-block;
1249
+ line-height: normal;
1250
+ margin: $de-list-container-margin;
1251
+ outline: 0;
1252
+ background: $de-ctnr-bg-clr;
1253
+ @if $skin-name =='Material3' {
1254
+ padding: 10px 0;
1255
+ }
1256
+ @else {
1257
+ padding: $de-list-container-padding-top $de-list-container-padding-right;
1258
+ }
1259
+ position: absolute;
1260
+ width: auto;
1261
+ z-index: 10020;
1262
+ }
1263
+ }
1264
+ .e-de-ctnr-list {
1265
+ font-size: $de-bullet-icon-font-size;
1266
+ @if ( $skin-name !='bootstrap4' and $skin-name !='tailwind') {
1267
+ vertical-align: top;
1268
+ }
1269
+ }
1270
+ .e-de-image-property {
1271
+ padding-left: $de-image-property-padding-left;
1272
+ }
1273
+ .e-de-img-prty-span {
1274
+ color: $de-font-color;
1275
+ left: $de-img-span-left;
1276
+ position: absolute;
1277
+ top: $de-img-span-top;
1278
+ }
1279
+ .e-btn-toggle {
1280
+ @if $skin-name=='fluent2' {
1281
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
1282
+ }
1283
+ @else{
1284
+ background-color: $de-toggle-bg-color !important;
1285
+ }
1286
+ @if $skin-name =='fluent2' {
1287
+ color: var(--color-sf-toolbar-icon-color) !important;
1288
+ }
1289
+ @if $skin-name=='highcontrast' {
1290
+ color: $de-title-bar-font-clr !important;
1291
+ }
1292
+ @if $skin-name=='fabric' {
1293
+ border-color: $de-toggle-bg-color !important;
1294
+ }
1295
+ outline: $de-toggle-btn-outline;
1296
+ outline-offset: 0;
1297
+ box-shadow: $de-toggle-btn-border !important;
1298
+ &:hover {
1299
+ @if $skin-name=='fluent2' {
1300
+ background-color: var(--color-sf-content-bg-color-pressed) !important;
1301
+ }
1302
+ @else {
1303
+ background-color: $de-toggle-bg-color !important;
1304
+ }
1305
+ @if $skin-name=='fabric' {
1306
+ border-color: $de-toggle-bg-color !important;
1307
+ }
1308
+ outline: $de-toggle-btn-outline;
1309
+ outline-offset: 0;
1310
+ box-shadow: $de-toggle-btn-border !important;
1311
+ }
1312
+ }
1313
+ @if $skin-name=='highcontrast' {
1314
+ .e-btn-toggle .e-tbar-btn-text {
1315
+ color: $de-title-bar-font-clr !important;
1316
+ }
1317
+ .e-btn-toggle>span {
1318
+ color: $de-title-bar-font-clr !important;
1319
+ }
1320
+ }
1321
+ @if $skin-name=='fluent2' {
1322
+ .e-btn-toggle .e-tbar-btn-text {
1323
+ color: var(--color-sf-toolbar-icon-color) !important;
1324
+ }
1325
+ .e-btn-toggle>span {
1326
+ color: var(--color-sf-toolbar-icon-color) !important;
1327
+ }
1328
+ }
1329
+ @if $skin-name=='bootstrap5.3' {
1330
+ .e-btn-toggle .e-tbar-btn-text {
1331
+ color: $de-toggle-btn-color !important;
1332
+ }
1333
+ .e-btn-toggle>span {
1334
+ color: $de-toggle-btn-color !important;
1335
+ }
1336
+ }
1337
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
1338
+ .e-de-ctnr-group-btn-top>button:first-child {
1339
+ border-radius: 0;
1340
+ border-top-left-radius: 4px;
1341
+ }
1342
+ .e-de-ctnr-group-btn-top.e-de-rtl>button:first-child {
1343
+ border-top-left-radius: 0;
1344
+ border-top-right-radius: 4px;
1345
+ }
1346
+ .e-de-ctnr-group-btn-top>button:last-child {
1347
+ border-radius: 0;
1348
+ border-top-right-radius: 4px;
1349
+ }
1350
+ .e-de-ctnr-group-btn-top.e-de-rtl>button:last-child {
1351
+ border-top-left-radius: 4px;
1352
+ border-top-right-radius: 0;
1353
+ }
1354
+ .e-de-ctnr-group-btn-middle>button {
1355
+ border-radius: 0;
1356
+ border-top: 0;
1357
+ border-bottom: 0;
1358
+ }
1359
+ .e-de-ctnr-group-btn-bottom>button:first-child {
1360
+ border-radius: 0;
1361
+ border-bottom-left-radius: 4px;
1362
+ }
1363
+ .e-de-ctnr-group-btn-bottom.e-de-rtl>button:first-child {
1364
+ border-bottom-left-radius: 0;
1365
+ border-bottom-right-radius: 4px;
1366
+ }
1367
+ .e-de-ctnr-group-btn-bottom>button:last-child {
1368
+ border-radius: 0;
1369
+ border-bottom-right-radius: 4px;
1370
+ }
1371
+ .e-de-ctnr-group-btn-bottom.e-de-rtl>button:last-child {
1372
+ border-bottom-right-radius: 0;
1373
+ border-bottom-left-radius: 4px;
1374
+ }
1375
+ }
1376
+ .e-de-toc-template1 {
1377
+ @if $skin-name != 'tailwind' {
1378
+ background: $de-ctnr-bg-clr;
1379
+ }
1380
+ border: $de-panel-border-width solid $de-panel-border;
1381
+ color: $de-panel-header-color;
1382
+ @if $skin-name=='Material3' {
1383
+ height: 130px;
1384
+ width: 95px;
1385
+ margin-left: 80px;
1386
+ }
1387
+ @else {
1388
+ height: $e-de-toc-template1-height;
1389
+ width: 94px;
1390
+ margin-left: $de-panel-header-margin-left;
1391
+ }
1392
+
1393
+
1394
+ }
1395
+ .e-de-toc-template1.e-de-rtl {
1396
+ margin-left: $de-toc-template1-margin-left;
1397
+ margin-right: $de-toc-template1-margin-right;
1398
+ }
1399
+
1400
+ .e-de-toc-template1-content1 {
1401
+ font-size: $de-toc-template1-content1-font-size;
1402
+ @if $skin-name=='Material3' {
1403
+ height: 16px;
1404
+ margin-left: 8px;
1405
+ margin-top: 6px;
1406
+ }
1407
+ @else {
1408
+ height: $e-de-toc-template1-content1-height;
1409
+ margin-left: $de-toc-template1-content1-margin-left;
1410
+ margin-top: $de-toc-template1-content1-margin-top;
1411
+ }
1412
+ width: $de-toc-template-content1;
1413
+ }
1414
+ .e-de-toc-template1-content2 {
1415
+ font-size: $de-toc-template1-content2-font-size;
1416
+ height: $e-de-toc-template1-content2-height;
1417
+ @if $skin-name=='Material3' {
1418
+ margin-left: 23px;
1419
+ margin-top: 6px;
1420
+ }
1421
+ @else {
1422
+ margin-left: $de-toc-template1-content2-margin-left;
1423
+ margin-top: $de-toc-template1-content2-margin-top;
1424
+ }
1425
+ width: $de-toc-template-content2;
1426
+ }
1427
+ .e-de-toc-template1-content3 {
1428
+ font-size: $de-toc-template1-content3-font-size;
1429
+ height: $e-de-toc-template1-content3-height;
1430
+ @if $skin-name=='Material3' {
1431
+ margin-left: 30px;
1432
+ margin-top: 6px;
1433
+ }
1434
+ @else {
1435
+ margin-left: $de-toc-template1-content3-margin-left;
1436
+ margin-top: $de-toc-template1-content3-margin-top;
1437
+ }
1438
+ width: $de-toc-template-content3;
1439
+ }
1440
+ .e-de-prop-sub-label {
1441
+ @if $skin-name=='fluent2' {
1442
+ color: $de-panel-header-color;
1443
+ }
1444
+ @else {
1445
+ color: $de-panel-sub-label-color;
1446
+ }
1447
+ @if $skin-name=='tailwind' {
1448
+ font-size: 12px;
1449
+ line-height: 18px;
1450
+ }
1451
+ @else if $skin-name=='Material3' {
1452
+ font-size: $de-toolbar-font-size;
1453
+ }
1454
+ @else {
1455
+ font-size: $de-prop-sub-label-font-size;
1456
+ }
1457
+ margin-bottom: $de-prop-sub-label-mrgn-btm;
1458
+ font-weight: $de-header-font-weight;
1459
+ @if $skin-name == 'tailwind3' {
1460
+ font-weight: $de-fnt-wgt-sub-lvl;
1461
+ font-size: $de-toc-lvl-font ;
1462
+ color: $de-font-color;
1463
+ }
1464
+ }
1465
+ .e-de-toc-checkbox1 {
1466
+ height: $de-prop-pane-margin;
1467
+ margin-top: $de-prop-pane-margin;
1468
+ }
1469
+ .e-de-toc-checkbox2 {
1470
+ height: $de-prop-pane-margin;
1471
+ margin-top: $de-prop-pane-margin;
1472
+ }
1473
+ .e-de-toc-checkbox3 {
1474
+ height: $de-prop-pane-margin;
1475
+ margin-top: $de-prop-pane-margin;
1476
+ }
1477
+ .e-de-status-bar {
1478
+ @if $skin-name !='fluent2' {
1479
+ background: $de-ctnr-bg-clr;
1480
+ }
1481
+ display: flex;
1482
+ @if $skin-name !='Material3' {
1483
+ padding-top: $e-de-status-bar-padding-top;
1484
+ }
1485
+ width: 100%;
1486
+ // @if $skin-name == 'tailwind3' {
1487
+ // width: 1355px;
1488
+ // height: 48px;
1489
+ // background-color: $de-ruler-background-color;
1490
+ // }
1491
+
1492
+ }
1493
+ // .e-bigger .e-de-status-bar {
1494
+ // @if $skin-name == 'tailwind3' {
1495
+ // width: 1491px;
1496
+ // height: $de-prop-clr-wrap-width;
1497
+ // background-color: $de-ruler-background-color;
1498
+ // }
1499
+ // }
1500
+ .e-de-ctnr-pg-no {
1501
+ color: $de-font-color;
1502
+ display: inline-flex;
1503
+ font-size: $de-ctnr-pg-no-spellout-fnt-size;
1504
+ height: $e-de-ctnr-pg-no-height;
1505
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top;
1506
+
1507
+ span {
1508
+ border: $de-ctnr-pg-no-border solid transparent;
1509
+ }
1510
+ }
1511
+ .e-de-ctnr-pg-no-spellout {
1512
+ color: $de-font-color;
1513
+ display: inline-flex;
1514
+ font-size: $de-ctnr-pg-no-spellout-fnt-size;
1515
+ height: $e-de-ctnr-pg-no-spellout-height;
1516
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top;
1517
+ width: $de-page-no-width-spellout;
1518
+
1519
+ span {
1520
+ border: $de-ctnr-pg-no-border solid transparent;
1521
+ }
1522
+ }
1523
+ .e-de-statusbar-zoom-spell {
1524
+ @if $skin-name =='Material3' {
1525
+ background: $de-ctnr-bg-clr;
1526
+ }
1527
+ @else {
1528
+ background-color: $de-ctnr-bg-clr;
1529
+ }
1530
+ border: $de-statusbar-zoom-spell-border;
1531
+ color: $de-font-color;
1532
+ float: right;
1533
+ height: $e-de-statusbar-zoom-spell-height;
1534
+ margin-left: $de-zoom-tlbr-margin-left;
1535
+ }
1536
+ .e-de-btn-cancel {
1537
+ margin-left: $de-btn-cancel-margin-left;
1538
+ }
1539
+ .e-de-btn-cancel-rtl {
1540
+ margin-left: $de-btn-cancel-rtl-margin-lft;
1541
+ margin-right: $de-btn-cancel-margin-left;
1542
+ }
1543
+ .e-de-prop-header-label {
1544
+ @if $skin-name=='fluent2' {
1545
+ color: $de-sub-header-color;
1546
+ font-size: 16px;
1547
+ }
1548
+ @else {
1549
+ color: $de-panel-header-color;
1550
+ }
1551
+
1552
+ display: inline-block;
1553
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1554
+ font-size: $de-panel-header-size;
1555
+ }
1556
+ @else if $skin-name == 'Material3' {
1557
+ font-size: $de-toolbar-font-size;
1558
+ }
1559
+ @else {
1560
+ font-size: $de-prop-header-label-font-size;
1561
+ }
1562
+ font-weight: bold;
1563
+ letter-spacing: $de-prop-header-label-letter-spacing;
1564
+ opacity: 0.87;
1565
+ }
1566
+ .e-de-prop-separator-line {
1567
+ border-bottom: $de-header-line-color;
1568
+ }
1569
+ .e-de-status-bar>div label {
1570
+ font-weight: $de-status-br-lbl-fnt-weight;
1571
+ }
1572
+ .e-de-stylediv {
1573
+ padding-left: $de-prop-style-padding;
1574
+ }
1575
+ .e-de-stylediv-rtl {
1576
+ padding-left: $de-stylediv-rtl-padding-left;
1577
+ padding-right: $de-prop-style-padding;
1578
+ }
1579
+ .e-de-border-size-button {
1580
+ height: $de-border-size-button-height;
1581
+ margin-top: $de-table-prop-border-margin;
1582
+ width: $de-border-size-button-width;
1583
+ }
1584
+
1585
+ .e-de-color-picker {
1586
+ height: $de-border-size-button-height;
1587
+ width: $de-border-size-button-width;
1588
+ }
1589
+ .e-de-cell-text-box {
1590
+ margin-right: $de-prop-style-padding;
1591
+ }
1592
+ .e-de-pane-rtl {
1593
+ .e-de-cell-text-box {
1594
+ margin-left: $de-prop-style-padding;
1595
+ margin-right: $de-prop-style-margin-right;
1596
+ }
1597
+ }
1598
+ .e-de-prop-fill-label {
1599
+ @if $skin-name =='Material3' {
1600
+ margin-right: 16px;
1601
+ }
1602
+ @else {
1603
+ margin-right: $e-de-prop-fill-label-margin-right;
1604
+ }
1605
+ }
1606
+ .e-de-prop-fill-label.e-de-rtl {
1607
+ @if $skin-name =='Material3' {
1608
+ margin-left: 16px;
1609
+ }
1610
+ @else {
1611
+ margin-left: $de-prop-fill-label-margin-right;
1612
+ }
1613
+ margin-right: $de-prop-fill-label-margin-right-rtl;
1614
+ }
1615
+
1616
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1617
+ height: $e-de-ctnr-group-btn-height !important;
1618
+ }
1619
+
1620
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
1621
+ @if $skin-name =='bootstrap5' {
1622
+ width: 39px;
1623
+ height: 38px;
1624
+ }
1625
+ @else if $skin-name == 'Material3' {
1626
+ width: 36px;
1627
+ height: 36px;
1628
+ }
1629
+ @else {
1630
+ width: 38px;
1631
+ height: $e-de-grp-ctnr;
1632
+ }
1633
+ }
1634
+ .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1635
+ @if $skin-name=='Material3' {
1636
+ width: 64px;
1637
+ }
1638
+ @else {
1639
+ width: 70px;
1640
+ }
1641
+ }
1642
+ .e-documenteditor-optionspane {
1643
+ @if $skin-name=='Material3' {
1644
+ background: $de-background-color;
1645
+ }
1646
+ // @if $skin-name == 'tailwind3' {
1647
+ // height: 501px;
1648
+ // }
1649
+ }
1650
+ @if $skin-name=='tailwind' {
1651
+ .e-de-prop-fill-label {
1652
+ font-size: 16px;
1653
+ line-height: 24px;
1654
+ color: $de-panel-header-color;
1655
+ }
1656
+ .e-documenteditorcontainer {
1657
+ .e-tab .e-content .e-item {
1658
+ padding: 0;
1659
+ }
1660
+ }
1661
+ }
1662
+ .e-de-hRuler {
1663
+ background-color: $de-ruler-background-color;
1664
+ @if $skin-name =='Material3' {
1665
+ background: $de-ruler-background-color;
1666
+ }
1667
+ border-bottom: $de-hRuler-border-bottom solid $de-panel-border;
1668
+ }
1669
+ .e-de-vRuler {
1670
+ background-color: $de-ruler-background-color;
1671
+ @if $skin-name =='Material3' {
1672
+ background: $de-ruler-background-color;
1673
+ }
1674
+ border-right: $de-vRuler-border-right solid $de-panel-border;
1675
+ }
1676
+ .e-de-ruler-margin {
1677
+ background-color: $de-ruler-margin-color;
1678
+ @if $skin-name =='Material3' {
1679
+ background: $de-ruler-margin-color;
1680
+ }
1681
+ }
1682
+ .e-de-ruler-tick {
1683
+ stroke: $de-ruler-tick-stroke;
1684
+ }
1685
+ .e-de-ruler-tick-label {
1686
+ fill: $de-ruler-label-fill
1687
+ }
1688
+ .e-de-ruler-markIndicator {
1689
+ background-color: $de-ruler-margin-color;
1690
+ }
1691
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1692
+ fill: $de-ruler-tick-stroke;
1693
+ }
1694
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1695
+ fill: $de-ruler-tick-stroke;
1696
+ }
1697
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1698
+ fill: $de-ruler-indent-fill;
1699
+ stroke: $de-ruler-indent-stroke;
1700
+ }
1701
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1702
+ fill: $de-ruler-indent-hover;
1703
+ stroke: $de-ruler-indent-stroke;
1704
+ }
1705
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1706
+ fill: $de-ruler-indent-active;
1707
+ stroke: $de-ruler-indent-stroke;
1708
+ }
1709
+ .e-de-ruler-table-svg {
1710
+ fill: $de-ruler-indent-stroke;
1711
+ }
1712
+ .e-de-ruler-table-svg:hover {
1713
+ fill: $de-ruler-indent-hover;
1714
+ }
1715
+ .e-de-ruler-table-svg:active {
1716
+ fill: $de-ruler-indent-active;
1717
+ }
1718
+ .e-de-custom-treeview .e-list-text{
1719
+ font-size: $de-custom-treeview-text-size;
1720
+ white-space: nowrap;
1721
+ width: 200px;
1722
+ overflow: hidden;
1723
+ text-overflow: ellipsis;
1724
+ }
1725
+ @if $skin-name=='tailwind3' {
1726
+ .e-de-custom-treeview {
1727
+ border: none !important;
1728
+ }
1729
+ }
1730
+ .e-rtl {
1731
+ .e-listview .e-list-icon {
1732
+ height: $e-de-listview-height;
1733
+ width: 16px;
1734
+ margin-left: $e-de-ctnr-break-listview-margin-left;
1735
+ }
1736
+ .e-de-listview-icon {
1737
+ height: auto;
1738
+ width: auto;
1739
+ line-height: $e-de-ctnr-break-listview-line-height;
1740
+ margin-left: $e-de-ctnr-break-listview-margin-left;
1741
+ }
1742
+ .e-de-vRuler {
1743
+ background-color: $de-ruler-background-color;
1744
+ border-right: none;
1745
+ border-left: $de-vRuler-border-width solid $de-panel-border;
1746
+ }
1747
+ }
1748
+ }
1749
+
1750
+ .e-de-ctn .e-de-bzr-button {
1751
+ @if $skin-name !='Material3' {
1752
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='bootstrap5' {
1753
+ font-size: $de-ctn-font-size;
1754
+ }
1755
+ @if $skin-name !='bootstrap4' and $skin-name !='bootstrap5' {
1756
+ font-weight: $de-ctnr-font-weight;
1757
+ }
1758
+ @if $skin-name !='fluent2' {
1759
+ background: $e-de-bzr-button-bg-color;
1760
+ }
1761
+
1762
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='material' and $skin-name !='material-dark' {
1763
+ height: $e-de-ctn-height;
1764
+ }
1765
+ @if $skin-name !='fabric'and $skin-name !='material' and $skin-name !='material-dark' {
1766
+ color: $e-de-bzr-button-font-color;
1767
+ }
1768
+ @if $skin-name=='bootstrap5.3' {
1769
+ border: none;
1770
+ }
1771
+ }
1772
+
1773
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
1774
+ border: 1px solid $e-de-bzr-button-border-color;
1775
+ }
1776
+ @if $skin-name=='highcontrast' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' or $skin-name=='fabric' or $skin-name=='fabric-dark' or $skin-name=='fluent2' {
1777
+ box-shadow: none;
1778
+ border: none;
1779
+ }
1780
+ @if $skin-name=='highcontrast' {
1781
+ border: 2px solid $e-de-bzr-button-border-color;
1782
+ }
1783
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
1784
+ padding-bottom: 6px;
1785
+ }
1786
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
1787
+ border: none;
1788
+ height: calc(100% - 10px);
1789
+ line-height: 1.3 !important;
1790
+ padding: 10px 6px 10px 6px !important;
1791
+ font-size: 14px !important;
1792
+ }
1793
+ @if $skin-name=='tailwind3' or $skin-name=='tailwind3-dark' {
1794
+ border: $e-de-ctn-border;
1795
+ font-size: $e-de-font-size !important;
1796
+ color: var(--color-sf-content-text-color);
1797
+ font-weight: $e-de-font-weight;
1798
+ .e-icons {
1799
+ color: var(--color-sf-icon-color);
1800
+ }
1801
+ }
1802
+ }
1803
+ @if $skin-name =='fabric' {
1804
+ .e-de-ctn .e-de-bzr-button:focus {
1805
+ outline: none;
1806
+ }
1807
+ }
1808
+ @if $skin-name !='material' and $skin-name !='material-dark' {
1809
+ .e-de-ctn .e-de-bzr-button:hover {
1810
+ background: $e-de-bzr-button-hover-bg-color;
1811
+ border: $e-de-bzr-button-hover-border;
1812
+ border-radius: $e-de-bzr-button-hover-border-radius;
1813
+ @if $skin-name !='tailwind' and $skin-name !='tailwind-dark' {
1814
+ color: $e-de-bzr-button-hover-font-color;
1815
+ }
1816
+ @if $skin-name =='tailwind3' or $skin-name =='tailwind3-dark' {
1817
+ .e-icons {
1818
+ color: var(--color-sf-secondary-text-color-hover);
1819
+ }
1820
+ }
1821
+ }
1822
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
1823
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
1824
+ color: $e-de-bzr-button-hover-font-color;
1825
+ }
1826
+ }
1827
+ }
1828
+ @if $skin-name !='bootstrap' and $skin-name!='bootstrap-dark' and $skin-name!='tailwind' and $skin-name!='tailwind-dark' {
1829
+ .e-de-ctn .e-de-bzr-button:active {
1830
+ @if $skin-name !='bootstrap4' {
1831
+ box-shadow: none;
1832
+ }
1833
+ @if $skin-name=='fabric' or $skin-name=='highcontrast' {
1834
+ border-radius: 0;
1835
+ }
1836
+ @if $skin-name !='material' and $skin-name !='material-dark' {
1837
+ background-color: $e-de-bzr-button-active-bg-color;
1838
+ border-color: $e-de-bzr-button-active-border-color;
1839
+ color: $e-de-bzr-button-active-font-color;
1840
+ }
1841
+ }
1842
+ @if $skin-name=='highcontrast' {
1843
+ .e-de-ctn .e-de-bzr-button:active .e-btn-icon {
1844
+ color: $e-de-bzr-button-active-font-color;
1845
+ }
1846
+ }
1847
+ }
1848
+
1849
+
1850
+ @if $skin-name=='material' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='bootstrap5' or $skin-name=='FluentUI' or $skin-name=='Material3' {
1851
+ .e-de-ctn .e-de-bzr-button {
1852
+ @if $skin-name!='bootstrap5' and $skin-name!='FluentUI' and $skin-name != 'Material3' {
1853
+ font-size: 12px;
1854
+ }
1855
+ @if $skin-name !='bootstrap4' {
1856
+ font-weight: 400;
1857
+ }
1858
+ @if $skin-name=='FluentUI' or $skin-name == 'Material3' {
1859
+ font-size: 14px;
1860
+ border: none;
1861
+ }
1862
+ @if $skin-name !='material' {
1863
+ background: $e-de-bzr-button-bg-color;
1864
+ @if $skin-name !='Material3' {
1865
+ height: 100%;
1866
+ @if $skin-name !='fabric' {
1867
+ color: $e-de-bzr-button-font-color;
1868
+ }
1869
+ }
1870
+ }
1871
+ @if $skin-name =='Material3' {
1872
+ height: calc(100% - 10px);
1873
+ line-height: 16px;
1874
+ font-size: $de-toolbar-font-size !important;
1875
+ }
1876
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' {
1877
+ border: 1px solid $e-de-bzr-button-border-color;
1878
+ }
1879
+ @if $skin-name=='bootstrap5' {
1880
+ border: none;
1881
+ line-height: 16px !important;
1882
+ }
1883
+ @if $skin-name=='highcontrast' or $skin-name=='bootstrap' or $skin-name=='bootstrap5' {
1884
+ box-shadow: none;
1885
+ }
1886
+ @if $skin-name=='highcontrast' {
1887
+ border: 2px solid $e-de-bzr-button-border-color;
1888
+ }
1889
+ @if $skin-name=='bootstrap' {
1890
+ padding-bottom: 6px;
1891
+ }
1892
+ }
1893
+ @if $skin-name=='fabric' {
1894
+ .e-de-ctn .e-de-bzr-button:focus {
1895
+ outline: none;
1896
+ }
1897
+ }
1898
+ @if $skin-name !='material' {
1899
+ .e-de-ctn .e-de-bzr-button:hover {
1900
+ background: $e-de-bzr-button-hover-bg-color;
1901
+ border: $e-de-bzr-button-hover-border;
1902
+ border-radius: $e-de-bzr-button-hover-border-radius;
1903
+ color: $e-de-bzr-button-hover-font-color;
1904
+ }
1905
+ @if $skin-name=='bootstrap4' {
1906
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
1907
+ color: $e-de-bzr-button-hover-font-color;
1908
+ }
1909
+ }
1910
+ }
1911
+ @if $skin-name !='bootstrap' {
1912
+ .e-de-ctn .e-de-bzr-button:active {
1913
+ @if $skin-name !='bootstrap4' {
1914
+ box-shadow: none;
1915
+ }
1916
+ @if $skin-name=='fabric' or $skin-name=='highcontrast' {
1917
+ border-radius: 0;
1918
+ }
1919
+ @if $skin-name !='material' {
1920
+ background-color: $e-de-bzr-button-active-bg-color;
1921
+ border-color: $e-de-bzr-button-active-border-color;
1922
+ color: $e-de-bzr-button-active-font-color;
1923
+ }
1924
+ }
1925
+ @if $skin-name=='highcontrast' {
1926
+ .e-de-ctn .e-de-bzr-button:active .e-btn-icon {
1927
+ color: $e-de-bzr-button-active-font-color;
1928
+ }
1929
+ }
1930
+ }
1931
+ }
1932
+
1933
+ .e-de-ctn {
1934
+ .e-de-ctnr-toolbar {
1935
+ .e-de-bzr-button {
1936
+ @if $skin-name == 'FluentUI' {
1937
+ font-size: 14px;
1938
+ }
1939
+ .e-btn-icon {
1940
+ font-size: $e-de-bzr-btn-font-size;
1941
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' or $skin-name=='tailwind3' or $skin-name=='tailwind3-dark' {
1942
+ padding-bottom: $e-de-bzr-btn-padding-bottom !important;
1943
+ }
1944
+ @if $skin-name == 'FluentUI' {
1945
+ padding-bottom: 2px;
1946
+ }
1947
+ }
1948
+ }
1949
+
1950
+ .e-de-bzr-break.e-de-bzr-button {
1951
+ @if $skin-name=='bootstrap4' {
1952
+ line-height: 23px !important;
1953
+ }
1954
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
1955
+ padding-top: 9px !important;
1956
+ padding-bottom: 23px !important;
1957
+ }
1958
+ @if $skin-name=='material' or $skin-name=='material-dark' {
1959
+ height: calc(100% - 10px);
1960
+ line-height: 23px;
1961
+ }
1962
+ @if $skin-name =='bootstrap5' {
1963
+ .e-btn-icon {
1964
+ margin-top: -11px;
1965
+ }
1966
+ }
1967
+ @if $skin-name == 'FluentUI' {
1968
+ padding-top: 0 !important;
1969
+ }
1970
+ @if $skin-name=='tailwind3' or $skin-name=='tailwind3-dark' {
1971
+ padding-top: $e-de-bzr-btn-padding-top !important;
1972
+ }
1973
+ }
1974
+ }
1975
+ }
1976
+ @if $skin-name =='tailwind3' {
1977
+ .e-de-char-fmt-btn-right .e-de-ctnr-group-btn>button {
1978
+ width: 62px;
1979
+ }
1980
+ .e-de-ctnr-segment.e-de-ctnr-style-div {
1981
+ width: 234px;
1982
+ }
1983
+ .e-de-font-clr-picker.e-de-ctnr-group-btn {
1984
+ .e-split-colorpicker.e-control.e-lib.e-btn.e-icon-btn.e-split-btn.e-keyboard:first-of-type {
1985
+ padding: $e-de-bzr-btn-padding !important;
1986
+ }
1987
+ }
1988
+ .e-de-ctnr-hglt-color {
1989
+ height: $e-de-ctnr-hglt-color-height !important;
1990
+ width: 24px !important;
1991
+ border-radius: $e-de-ctnr-hlt-clr-border-radius;
1992
+ }
1993
+ }