@syncfusion/ej2-fabric-dark-theme 33.2.15 → 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 (1382) 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-dark-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-dark.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-dark-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 +1321 -0
  24. package/styles/ai-assistview/ai-assistview-lite.scss +3 -0
  25. package/styles/ai-assistview/ai-assistview.css +1632 -0
  26. package/styles/ai-assistview/ai-assistview.scss +4 -0
  27. package/styles/ai-assistview/icons/_fabric-dark.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-dark-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-dark-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-dark-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-dark-definition.scss +100 -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-dark-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-dark-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-dark.scss +194 -0
  94. package/styles/blockeditor/_all.scss +2 -0
  95. package/styles/blockeditor/_bigger.scss +384 -0
  96. package/styles/blockeditor/_fabric-dark-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-dark.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-dark-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-dark.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-dark-definition.scss +317 -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-dark-definition.scss +42 -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 +760 -0
  147. package/styles/button-group/button-group-lite.scss +2 -0
  148. package/styles/button-group/button-group.css +766 -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-dark-definition.scss +214 -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 +567 -0
  161. package/styles/calendar/calendar-lite.scss +3 -0
  162. package/styles/calendar/calendar.css +1141 -0
  163. package/styles/calendar/calendar.scss +4 -0
  164. package/styles/calendar/icons/_fabric-dark.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-dark-definition.scss +254 -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 +375 -0
  176. package/styles/card/card-lite.scss +2 -0
  177. package/styles/card/card.css +509 -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-dark-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-dark.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-dark-definition.scss +12 -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-dark.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-dark-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-dark.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-dark-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-dark.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-dark-definition.scss +593 -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-dark.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-dark-definition.scss +180 -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 +585 -0
  260. package/styles/color-picker/color-picker-lite.scss +3 -0
  261. package/styles/color-picker/color-picker.css +773 -0
  262. package/styles/color-picker/color-picker.scss +4 -0
  263. package/styles/color-picker/icons/_fabric-dark.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-dark-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/context-menu/_all.scss +2 -0
  276. package/styles/context-menu/_bigger.scss +111 -0
  277. package/styles/context-menu/_fabric-dark-definition.scss +66 -0
  278. package/styles/context-menu/_layout-mixin.scss +144 -0
  279. package/styles/context-menu/_layout.scss +181 -0
  280. package/styles/context-menu/_theme-mixin.scss +87 -0
  281. package/styles/context-menu/_theme.scss +79 -0
  282. package/styles/context-menu/_variables.scss +2 -0
  283. package/styles/context-menu/context-menu-lite.css +320 -0
  284. package/styles/context-menu/context-menu-lite.scss +3 -0
  285. package/styles/context-menu/context-menu.css +376 -0
  286. package/styles/context-menu/context-menu.scss +4 -0
  287. package/styles/context-menu/icons/_fabric-dark.scss +32 -0
  288. package/styles/context-menu/index-lite.css +2 -0
  289. package/styles/context-menu/index-lite.scss +2 -0
  290. package/styles/context-menu/index.css +2 -0
  291. package/styles/context-menu/index.scss +2 -0
  292. package/styles/dashboard-layout/_all.scss +2 -0
  293. package/styles/dashboard-layout/_bigger.scss +40 -0
  294. package/styles/dashboard-layout/_fabric-dark-definition.scss +106 -0
  295. package/styles/dashboard-layout/_layout.scss +234 -0
  296. package/styles/dashboard-layout/_theme.scss +117 -0
  297. package/styles/dashboard-layout/_variables.scss +2 -0
  298. package/styles/dashboard-layout/dashboard-layout-lite.css +276 -0
  299. package/styles/dashboard-layout/dashboard-layout-lite.scss +3 -0
  300. package/styles/dashboard-layout/dashboard-layout.css +291 -0
  301. package/styles/dashboard-layout/dashboard-layout.scss +4 -0
  302. package/styles/dashboard-layout/icons/_fabric-dark.scss +81 -0
  303. package/styles/dashboard-layout/index-lite.css +2 -0
  304. package/styles/dashboard-layout/index-lite.scss +2 -0
  305. package/styles/dashboard-layout/index.css +2 -0
  306. package/styles/dashboard-layout/index.scss +2 -0
  307. package/styles/data-form/_all.scss +2 -0
  308. package/styles/data-form/_fabric-dark-definition.scss +54 -0
  309. package/styles/data-form/_layout.scss +232 -0
  310. package/styles/data-form/_theme.scss +41 -0
  311. package/styles/data-form/_variables.scss +2 -0
  312. package/styles/data-form/data-form.css +240 -0
  313. package/styles/data-form/data-form.scss +2 -0
  314. package/styles/data-form/index.css +2 -0
  315. package/styles/data-form/index.scss +2 -0
  316. package/styles/datepicker/_all.scss +2 -0
  317. package/styles/datepicker/_bigger.scss +83 -0
  318. package/styles/datepicker/_fabric-dark-definition.scss +126 -0
  319. package/styles/datepicker/_layout.scss +442 -0
  320. package/styles/datepicker/_theme.scss +49 -0
  321. package/styles/datepicker/_variables.scss +2 -0
  322. package/styles/datepicker/datepicker-lite.css +380 -0
  323. package/styles/datepicker/datepicker-lite.scss +3 -0
  324. package/styles/datepicker/datepicker.css +406 -0
  325. package/styles/datepicker/datepicker.scss +4 -0
  326. package/styles/datepicker/icons/_fabric-dark.scss +45 -0
  327. package/styles/datepicker/index-lite.css +6 -0
  328. package/styles/datepicker/index-lite.scss +6 -0
  329. package/styles/datepicker/index.css +6 -0
  330. package/styles/datepicker/index.scss +6 -0
  331. package/styles/daterangepicker/_all.scss +2 -0
  332. package/styles/daterangepicker/_bigger.scss +972 -0
  333. package/styles/daterangepicker/_fabric-dark-definition.scss +284 -0
  334. package/styles/daterangepicker/_layout.scss +814 -0
  335. package/styles/daterangepicker/_theme.scss +429 -0
  336. package/styles/daterangepicker/_variables.scss +2 -0
  337. package/styles/daterangepicker/daterangepicker-lite.css +753 -0
  338. package/styles/daterangepicker/daterangepicker-lite.scss +3 -0
  339. package/styles/daterangepicker/daterangepicker.css +1354 -0
  340. package/styles/daterangepicker/daterangepicker.scss +4 -0
  341. package/styles/daterangepicker/icons/_fabric-dark.scss +71 -0
  342. package/styles/daterangepicker/index-lite.css +8 -0
  343. package/styles/daterangepicker/index-lite.scss +8 -0
  344. package/styles/daterangepicker/index.css +8 -0
  345. package/styles/daterangepicker/index.scss +8 -0
  346. package/styles/datetimepicker/_all.scss +2 -0
  347. package/styles/datetimepicker/_bigger.scss +106 -0
  348. package/styles/datetimepicker/_fabric-dark-definition.scss +71 -0
  349. package/styles/datetimepicker/_layout.scss +193 -0
  350. package/styles/datetimepicker/_theme.scss +96 -0
  351. package/styles/datetimepicker/_variables.scss +2 -0
  352. package/styles/datetimepicker/datetimepicker-lite.css +162 -0
  353. package/styles/datetimepicker/datetimepicker-lite.scss +3 -0
  354. package/styles/datetimepicker/datetimepicker.css +199 -0
  355. package/styles/datetimepicker/datetimepicker.scss +4 -0
  356. package/styles/datetimepicker/icons/_fabric-dark.scss +12 -0
  357. package/styles/datetimepicker/index-lite.css +9 -0
  358. package/styles/datetimepicker/index-lite.scss +9 -0
  359. package/styles/datetimepicker/index.css +9 -0
  360. package/styles/datetimepicker/index.scss +9 -0
  361. package/styles/diagram/_all.scss +1 -0
  362. package/styles/diagram/_definition.scss +54 -0
  363. package/styles/diagram/_fabric-dark-definition.scss +71 -0
  364. package/styles/diagram/_theme.scss +461 -0
  365. package/styles/diagram/_variables.scss +2 -0
  366. package/styles/diagram/diagram.css +449 -0
  367. package/styles/diagram/diagram.scss +2 -0
  368. package/styles/diagram/index.css +5 -0
  369. package/styles/diagram/index.scss +5 -0
  370. package/styles/dialog/_all.scss +2 -0
  371. package/styles/dialog/_bigger.scss +88 -0
  372. package/styles/dialog/_fabric-dark-definition.scss +97 -0
  373. package/styles/dialog/_layout.scss +490 -0
  374. package/styles/dialog/_theme.scss +165 -0
  375. package/styles/dialog/_variables.scss +2 -0
  376. package/styles/dialog/dialog-lite.css +460 -0
  377. package/styles/dialog/dialog-lite.scss +3 -0
  378. package/styles/dialog/dialog.css +506 -0
  379. package/styles/dialog/dialog.scss +4 -0
  380. package/styles/dialog/icons/_fabric-dark.scss +28 -0
  381. package/styles/dialog/index-lite.css +4 -0
  382. package/styles/dialog/index-lite.scss +4 -0
  383. package/styles/dialog/index.css +4 -0
  384. package/styles/dialog/index.scss +4 -0
  385. package/styles/document-editor/_all.scss +3 -0
  386. package/styles/document-editor/_bigger.scss +964 -0
  387. package/styles/document-editor/_fabric-dark-definition.scss +921 -0
  388. package/styles/document-editor/_layout.scss +445 -0
  389. package/styles/document-editor/_theme.scss +2921 -0
  390. package/styles/document-editor/_variables.scss +2 -0
  391. package/styles/document-editor/document-editor-lite.css +3245 -0
  392. package/styles/document-editor/document-editor-lite.scss +3 -0
  393. package/styles/document-editor/document-editor.css +3487 -0
  394. package/styles/document-editor/document-editor.scss +4 -0
  395. package/styles/document-editor/icons/_fabric-dark.scss +666 -0
  396. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +88 -0
  397. package/styles/document-editor/index-lite.css +27 -0
  398. package/styles/document-editor/index-lite.scss +27 -0
  399. package/styles/document-editor/index.css +27 -0
  400. package/styles/document-editor/index.scss +27 -0
  401. package/styles/document-editor-container/_all.scss +2 -0
  402. package/styles/document-editor-container/_bigger.scss +1154 -0
  403. package/styles/document-editor-container/_definition.scss +10 -0
  404. package/styles/document-editor-container/_fabric-dark-definition.scss +370 -0
  405. package/styles/document-editor-container/_layout.scss +240 -0
  406. package/styles/document-editor-container/_theme.scss +1993 -0
  407. package/styles/document-editor-container/_variables.scss +2 -0
  408. package/styles/document-editor-container/document-editor-container-lite.css +1609 -0
  409. package/styles/document-editor-container/document-editor-container-lite.scss +3 -0
  410. package/styles/document-editor-container/document-editor-container.css +2074 -0
  411. package/styles/document-editor-container/document-editor-container.scss +4 -0
  412. package/styles/document-editor-container/icons/_fabric-dark.scss +709 -0
  413. package/styles/document-editor-container/index-lite.css +31 -0
  414. package/styles/document-editor-container/index-lite.scss +31 -0
  415. package/styles/document-editor-container/index.css +31 -0
  416. package/styles/document-editor-container/index.scss +31 -0
  417. package/styles/drawing/_all.scss +1 -0
  418. package/styles/drawing/_definition.scss +1 -0
  419. package/styles/drawing/_fabric-dark-definition.scss +1 -0
  420. package/styles/drawing/_theme.scss +1 -0
  421. package/styles/drawing/_variables.scss +2 -0
  422. package/styles/drawing/drawing.css +2 -0
  423. package/styles/drawing/drawing.scss +2 -0
  424. package/styles/drawing/index.css +2 -0
  425. package/styles/drawing/index.scss +2 -0
  426. package/styles/drop-down-base/_all.scss +2 -0
  427. package/styles/drop-down-base/_bigger.scss +194 -0
  428. package/styles/drop-down-base/_definition.scss +24 -0
  429. package/styles/drop-down-base/_fabric-dark-definition.scss +101 -0
  430. package/styles/drop-down-base/_layout.scss +158 -0
  431. package/styles/drop-down-base/_theme.scss +310 -0
  432. package/styles/drop-down-base/_variables.scss +2 -0
  433. package/styles/drop-down-base/drop-down-base-lite.css +259 -0
  434. package/styles/drop-down-base/drop-down-base-lite.scss +2 -0
  435. package/styles/drop-down-base/drop-down-base.css +323 -0
  436. package/styles/drop-down-base/drop-down-base.scss +3 -0
  437. package/styles/drop-down-base/index-lite.css +2 -0
  438. package/styles/drop-down-base/index-lite.scss +2 -0
  439. package/styles/drop-down-base/index.css +2 -0
  440. package/styles/drop-down-base/index.scss +2 -0
  441. package/styles/drop-down-button/_all.scss +2 -0
  442. package/styles/drop-down-button/_bigger.scss +105 -0
  443. package/styles/drop-down-button/_fabric-dark-definition.scss +63 -0
  444. package/styles/drop-down-button/_layout.scss +248 -0
  445. package/styles/drop-down-button/_theme.scss +106 -0
  446. package/styles/drop-down-button/_variables.scss +2 -0
  447. package/styles/drop-down-button/drop-down-button-lite.css +200 -0
  448. package/styles/drop-down-button/drop-down-button-lite.scss +3 -0
  449. package/styles/drop-down-button/drop-down-button.css +253 -0
  450. package/styles/drop-down-button/drop-down-button.scss +4 -0
  451. package/styles/drop-down-button/icons/_fabric-dark.scss +11 -0
  452. package/styles/drop-down-button/index-lite.css +4 -0
  453. package/styles/drop-down-button/index-lite.scss +4 -0
  454. package/styles/drop-down-button/index.css +4 -0
  455. package/styles/drop-down-button/index.scss +4 -0
  456. package/styles/drop-down-list/_all.scss +2 -0
  457. package/styles/drop-down-list/_bigger.scss +624 -0
  458. package/styles/drop-down-list/_fabric-dark-definition.scss +96 -0
  459. package/styles/drop-down-list/_layout.scss +294 -0
  460. package/styles/drop-down-list/_theme.scss +18 -0
  461. package/styles/drop-down-list/_variables.scss +2 -0
  462. package/styles/drop-down-list/drop-down-list-lite.css +247 -0
  463. package/styles/drop-down-list/drop-down-list-lite.scss +3 -0
  464. package/styles/drop-down-list/drop-down-list.css +333 -0
  465. package/styles/drop-down-list/drop-down-list.scss +4 -0
  466. package/styles/drop-down-list/icons/_fabric-dark.scss +19 -0
  467. package/styles/drop-down-list/index-lite.css +6 -0
  468. package/styles/drop-down-list/index-lite.scss +6 -0
  469. package/styles/drop-down-list/index.css +6 -0
  470. package/styles/drop-down-list/index.scss +6 -0
  471. package/styles/drop-down-tree/_all.scss +2 -0
  472. package/styles/drop-down-tree/_bigger.scss +589 -0
  473. package/styles/drop-down-tree/_fabric-dark-definition.scss +101 -0
  474. package/styles/drop-down-tree/_layout.scss +980 -0
  475. package/styles/drop-down-tree/_theme.scss +144 -0
  476. package/styles/drop-down-tree/_variables.scss +2 -0
  477. package/styles/drop-down-tree/drop-down-tree-lite.css +337 -0
  478. package/styles/drop-down-tree/drop-down-tree-lite.scss +3 -0
  479. package/styles/drop-down-tree/drop-down-tree.css +423 -0
  480. package/styles/drop-down-tree/drop-down-tree.scss +4 -0
  481. package/styles/drop-down-tree/icons/_fabric-dark.scss +12 -0
  482. package/styles/drop-down-tree/index-lite.css +8 -0
  483. package/styles/drop-down-tree/index-lite.scss +8 -0
  484. package/styles/drop-down-tree/index.css +8 -0
  485. package/styles/drop-down-tree/index.scss +8 -0
  486. package/styles/excel-filter/_all.scss +2 -0
  487. package/styles/excel-filter/_bigger.scss +238 -0
  488. package/styles/excel-filter/_fabric-dark-definition.scss +66 -0
  489. package/styles/excel-filter/_layout.scss +405 -0
  490. package/styles/excel-filter/_theme.scss +52 -0
  491. package/styles/excel-filter/_variables.scss +2 -0
  492. package/styles/excel-filter/excel-filter-lite.css +277 -0
  493. package/styles/excel-filter/excel-filter-lite.scss +3 -0
  494. package/styles/excel-filter/excel-filter.css +393 -0
  495. package/styles/excel-filter/excel-filter.scss +4 -0
  496. package/styles/excel-filter/icons/_fabric-dark.scss +37 -0
  497. package/styles/excel-filter/index-lite.css +18 -0
  498. package/styles/excel-filter/index-lite.scss +18 -0
  499. package/styles/excel-filter/index.css +18 -0
  500. package/styles/excel-filter/index.scss +18 -0
  501. package/styles/fabric-dark-lite.css +99 -1
  502. package/styles/fabric-dark-lite.scss +99 -0
  503. package/styles/fabric-dark.css +99 -1
  504. package/styles/fabric-dark.scss +99 -0
  505. package/styles/file-manager/_all.scss +2 -0
  506. package/styles/file-manager/_bigger.scss +869 -0
  507. package/styles/file-manager/_fabric-dark-definition.scss +322 -0
  508. package/styles/file-manager/_layout.scss +1397 -0
  509. package/styles/file-manager/_theme.scss +434 -0
  510. package/styles/file-manager/_variables.scss +2 -0
  511. package/styles/file-manager/file-manager-lite.css +1024 -0
  512. package/styles/file-manager/file-manager-lite.scss +3 -0
  513. package/styles/file-manager/file-manager.css +1608 -0
  514. package/styles/file-manager/file-manager.scss +4 -0
  515. package/styles/file-manager/icons/_fabric-dark.scss +230 -0
  516. package/styles/file-manager/index-lite.css +31 -0
  517. package/styles/file-manager/index-lite.scss +31 -0
  518. package/styles/file-manager/index.css +31 -0
  519. package/styles/file-manager/index.scss +31 -0
  520. package/styles/floating-action-button/_all.scss +2 -0
  521. package/styles/floating-action-button/_bigger.scss +29 -0
  522. package/styles/floating-action-button/_fabric-dark-definition.scss +31 -0
  523. package/styles/floating-action-button/_layout.scss +113 -0
  524. package/styles/floating-action-button/_theme.scss +29 -0
  525. package/styles/floating-action-button/_variables.scss +2 -0
  526. package/styles/floating-action-button/floating-action-button-lite.css +99 -0
  527. package/styles/floating-action-button/floating-action-button-lite.scss +2 -0
  528. package/styles/floating-action-button/floating-action-button.css +135 -0
  529. package/styles/floating-action-button/floating-action-button.scss +3 -0
  530. package/styles/floating-action-button/index-lite.css +3 -0
  531. package/styles/floating-action-button/index-lite.scss +3 -0
  532. package/styles/floating-action-button/index.css +3 -0
  533. package/styles/floating-action-button/index.scss +3 -0
  534. package/styles/gantt/_all.scss +2 -0
  535. package/styles/gantt/_bigger.scss +647 -0
  536. package/styles/gantt/_fabric-dark-definition.scss +234 -0
  537. package/styles/gantt/_layout.scss +1452 -0
  538. package/styles/gantt/_theme.scss +812 -0
  539. package/styles/gantt/_variables.scss +2 -0
  540. package/styles/gantt/gantt-lite.css +1729 -0
  541. package/styles/gantt/gantt-lite.scss +3 -0
  542. package/styles/gantt/gantt.css +2030 -0
  543. package/styles/gantt/gantt.scss +4 -0
  544. package/styles/gantt/icons/_fabric-dark.scss +118 -0
  545. package/styles/gantt/index-lite.css +43 -0
  546. package/styles/gantt/index-lite.scss +43 -0
  547. package/styles/gantt/index.css +43 -0
  548. package/styles/gantt/index.scss +43 -0
  549. package/styles/grid/_all.scss +2 -0
  550. package/styles/grid/_bigger.scss +2481 -0
  551. package/styles/grid/_fabric-dark-definition.scss +600 -0
  552. package/styles/grid/_layout.scss +4393 -0
  553. package/styles/grid/_theme.scss +1033 -0
  554. package/styles/grid/_variables.scss +2 -0
  555. package/styles/grid/grid-lite.css +3947 -0
  556. package/styles/grid/grid-lite.scss +3 -0
  557. package/styles/grid/grid.css +5356 -0
  558. package/styles/grid/grid.scss +4 -0
  559. package/styles/grid/icons/_fabric-dark.scss +375 -0
  560. package/styles/grid/index-lite.css +25 -0
  561. package/styles/grid/index-lite.scss +25 -0
  562. package/styles/grid/index.css +25 -0
  563. package/styles/grid/index.scss +25 -0
  564. package/styles/grid-chart/_all.scss +2 -0
  565. package/styles/grid-chart/_bigger.scss +65 -0
  566. package/styles/grid-chart/_fabric-dark-definition.scss +11 -0
  567. package/styles/grid-chart/_layout.scss +161 -0
  568. package/styles/grid-chart/_theme.scss +63 -0
  569. package/styles/grid-chart/_variables.scss +2 -0
  570. package/styles/grid-chart/grid-chart-lite.css +206 -0
  571. package/styles/grid-chart/grid-chart-lite.scss +3 -0
  572. package/styles/grid-chart/grid-chart.css +239 -0
  573. package/styles/grid-chart/grid-chart.scss +4 -0
  574. package/styles/grid-chart/icons/_fabric-dark.scss +122 -0
  575. package/styles/grid-chart/index-lite.css +33 -0
  576. package/styles/grid-chart/index-lite.scss +33 -0
  577. package/styles/grid-chart/index.css +33 -0
  578. package/styles/grid-chart/index.scss +33 -0
  579. package/styles/h-scroll/_all.scss +2 -0
  580. package/styles/h-scroll/_bigger.scss +40 -0
  581. package/styles/h-scroll/_fabric-dark-definition.scss +65 -0
  582. package/styles/h-scroll/_layout.scss +161 -0
  583. package/styles/h-scroll/_theme.scss +147 -0
  584. package/styles/h-scroll/_variables.scss +2 -0
  585. package/styles/h-scroll/h-scroll-lite.css +222 -0
  586. package/styles/h-scroll/h-scroll-lite.scss +3 -0
  587. package/styles/h-scroll/h-scroll.css +256 -0
  588. package/styles/h-scroll/h-scroll.scss +4 -0
  589. package/styles/h-scroll/icons/_fabric-dark.scss +50 -0
  590. package/styles/h-scroll/index-lite.css +2 -0
  591. package/styles/h-scroll/index-lite.scss +2 -0
  592. package/styles/h-scroll/index.css +2 -0
  593. package/styles/h-scroll/index.scss +2 -0
  594. package/styles/icons/fabric.css +2669 -0
  595. package/styles/icons/fabric.scss +913 -0
  596. package/styles/image-editor/_all.scss +2 -0
  597. package/styles/image-editor/_bigger.scss +323 -0
  598. package/styles/image-editor/_fabric-dark-definition.scss +80 -0
  599. package/styles/image-editor/_layout.scss +948 -0
  600. package/styles/image-editor/_theme.scss +240 -0
  601. package/styles/image-editor/_variables.scss +2 -0
  602. package/styles/image-editor/icons/_fabric-dark.scss +260 -0
  603. package/styles/image-editor/image-editor-lite.css +668 -0
  604. package/styles/image-editor/image-editor-lite.scss +3 -0
  605. package/styles/image-editor/image-editor.css +801 -0
  606. package/styles/image-editor/image-editor.scss +4 -0
  607. package/styles/image-editor/index-lite.css +17 -0
  608. package/styles/image-editor/index-lite.scss +17 -0
  609. package/styles/image-editor/index.css +17 -0
  610. package/styles/image-editor/index.scss +17 -0
  611. package/styles/inline-ai-assist/_all.scss +2 -0
  612. package/styles/inline-ai-assist/_bigger.scss +59 -0
  613. package/styles/inline-ai-assist/_fabric-dark-definition.scss +59 -0
  614. package/styles/inline-ai-assist/_layout.scss +247 -0
  615. package/styles/inline-ai-assist/_theme.scss +108 -0
  616. package/styles/inline-ai-assist/_variables.scss +2 -0
  617. package/styles/inline-ai-assist/icons/_fabric-dark.scss +15 -0
  618. package/styles/inline-ai-assist/index-lite.css +13 -0
  619. package/styles/inline-ai-assist/index-lite.scss +13 -0
  620. package/styles/inline-ai-assist/index.css +13 -0
  621. package/styles/inline-ai-assist/index.scss +13 -0
  622. package/styles/inline-ai-assist/inline-ai-assist-lite.css +340 -0
  623. package/styles/inline-ai-assist/inline-ai-assist-lite.scss +3 -0
  624. package/styles/inline-ai-assist/inline-ai-assist.css +398 -0
  625. package/styles/inline-ai-assist/inline-ai-assist.scss +4 -0
  626. package/styles/inplace-editor/_all.scss +2 -0
  627. package/styles/inplace-editor/_bigger.scss +196 -0
  628. package/styles/inplace-editor/_fabric-dark-definition.scss +83 -0
  629. package/styles/inplace-editor/_layout.scss +444 -0
  630. package/styles/inplace-editor/_theme.scss +255 -0
  631. package/styles/inplace-editor/_variables.scss +2 -0
  632. package/styles/inplace-editor/icons/_fabric-dark.scss +20 -0
  633. package/styles/inplace-editor/index-lite.css +39 -0
  634. package/styles/inplace-editor/index-lite.scss +39 -0
  635. package/styles/inplace-editor/index.css +39 -0
  636. package/styles/inplace-editor/index.scss +39 -0
  637. package/styles/inplace-editor/inplace-editor-lite.css +446 -0
  638. package/styles/inplace-editor/inplace-editor-lite.scss +3 -0
  639. package/styles/inplace-editor/inplace-editor.css +573 -0
  640. package/styles/inplace-editor/inplace-editor.scss +4 -0
  641. package/styles/input/_all.scss +3 -0
  642. package/styles/input/_bigger.scss +6232 -0
  643. package/styles/input/_definition.scss +232 -0
  644. package/styles/input/_fabric-dark-definition.scss +379 -0
  645. package/styles/input/_layout.scss +5747 -0
  646. package/styles/input/_responsive.scss +1 -0
  647. package/styles/input/_theme.scss +2624 -0
  648. package/styles/input/_variables.scss +2 -0
  649. package/styles/input/icons/_fabric-dark.scss +18 -0
  650. package/styles/input/index-lite.css +2 -0
  651. package/styles/input/index-lite.scss +2 -0
  652. package/styles/input/index.css +2 -0
  653. package/styles/input/index.scss +2 -0
  654. package/styles/input/input-lite.css +2351 -0
  655. package/styles/input/input-lite.scss +3 -0
  656. package/styles/input/input.css +4054 -0
  657. package/styles/input/input.scss +4 -0
  658. package/styles/kanban/_all.scss +2 -0
  659. package/styles/kanban/_bigger.scss +172 -0
  660. package/styles/kanban/_fabric-dark-definition.scss +333 -0
  661. package/styles/kanban/_layout.scss +888 -0
  662. package/styles/kanban/_theme.scss +178 -0
  663. package/styles/kanban/_variables.scss +2 -0
  664. package/styles/kanban/icons/_fabric-dark.scss +48 -0
  665. package/styles/kanban/index-lite.css +17 -0
  666. package/styles/kanban/index-lite.scss +17 -0
  667. package/styles/kanban/index.css +17 -0
  668. package/styles/kanban/index.scss +17 -0
  669. package/styles/kanban/kanban-lite.css +844 -0
  670. package/styles/kanban/kanban-lite.scss +3 -0
  671. package/styles/kanban/kanban.css +1019 -0
  672. package/styles/kanban/kanban.scss +4 -0
  673. package/styles/list-box/_all.scss +2 -0
  674. package/styles/list-box/_bigger.scss +184 -0
  675. package/styles/list-box/_fabric-dark-definition.scss +171 -0
  676. package/styles/list-box/_layout.scss +495 -0
  677. package/styles/list-box/_theme.scss +334 -0
  678. package/styles/list-box/_variables.scss +2 -0
  679. package/styles/list-box/icons/_fabric-dark.scss +26 -0
  680. package/styles/list-box/index-lite.css +6 -0
  681. package/styles/list-box/index-lite.scss +6 -0
  682. package/styles/list-box/index.css +6 -0
  683. package/styles/list-box/index.scss +6 -0
  684. package/styles/list-box/list-box-lite.css +747 -0
  685. package/styles/list-box/list-box-lite.scss +3 -0
  686. package/styles/list-box/list-box.css +859 -0
  687. package/styles/list-box/list-box.scss +4 -0
  688. package/styles/list-view/_all.scss +2 -0
  689. package/styles/list-view/_bigger.scss +396 -0
  690. package/styles/list-view/_fabric-dark-definition.scss +130 -0
  691. package/styles/list-view/_layout.scss +386 -0
  692. package/styles/list-view/_theme.scss +332 -0
  693. package/styles/list-view/_variables.scss +2 -0
  694. package/styles/list-view/icons/_fabric-dark.scss +14 -0
  695. package/styles/list-view/index-lite.css +3 -0
  696. package/styles/list-view/index-lite.scss +3 -0
  697. package/styles/list-view/index.css +3 -0
  698. package/styles/list-view/index.scss +3 -0
  699. package/styles/list-view/list-view-lite.css +364 -0
  700. package/styles/list-view/list-view-lite.scss +3 -0
  701. package/styles/list-view/list-view.css +409 -0
  702. package/styles/list-view/list-view.scss +4 -0
  703. package/styles/maskedtextbox/_all.scss +2 -0
  704. package/styles/maskedtextbox/_bigger.scss +61 -0
  705. package/styles/maskedtextbox/_fabric-dark-definition.scss +24 -0
  706. package/styles/maskedtextbox/_layout.scss +98 -0
  707. package/styles/maskedtextbox/_theme.scss +11 -0
  708. package/styles/maskedtextbox/_variables.scss +2 -0
  709. package/styles/maskedtextbox/index-lite.css +3 -0
  710. package/styles/maskedtextbox/index-lite.scss +3 -0
  711. package/styles/maskedtextbox/index.css +3 -0
  712. package/styles/maskedtextbox/index.scss +3 -0
  713. package/styles/maskedtextbox/maskedtextbox-lite.css +60 -0
  714. package/styles/maskedtextbox/maskedtextbox-lite.scss +2 -0
  715. package/styles/maskedtextbox/maskedtextbox.css +134 -0
  716. package/styles/maskedtextbox/maskedtextbox.scss +3 -0
  717. package/styles/mention/_all.scss +1 -0
  718. package/styles/mention/_fabric-dark-definition.scss +2 -0
  719. package/styles/mention/_layout.scss +7 -0
  720. package/styles/mention/_variables.scss +2 -0
  721. package/styles/mention/index.css +3 -0
  722. package/styles/mention/index.scss +3 -0
  723. package/styles/mention/mention.css +0 -0
  724. package/styles/mention/mention.scss +2 -0
  725. package/styles/menu/_all.scss +2 -0
  726. package/styles/menu/_bigger.scss +382 -0
  727. package/styles/menu/_fabric-dark-definition.scss +94 -0
  728. package/styles/menu/_layout.scss +503 -0
  729. package/styles/menu/_theme.scss +430 -0
  730. package/styles/menu/_variables.scss +2 -0
  731. package/styles/menu/icons/_fabric-dark.scss +105 -0
  732. package/styles/menu/index-lite.css +6 -0
  733. package/styles/menu/index-lite.scss +6 -0
  734. package/styles/menu/index.css +6 -0
  735. package/styles/menu/index.scss +6 -0
  736. package/styles/menu/menu-lite.css +767 -0
  737. package/styles/menu/menu-lite.scss +3 -0
  738. package/styles/menu/menu.css +1092 -0
  739. package/styles/menu/menu.scss +4 -0
  740. package/styles/message/_all.scss +2 -0
  741. package/styles/message/_bigger.scss +349 -0
  742. package/styles/message/_fabric-dark-definition.scss +134 -0
  743. package/styles/message/_layout.scss +75 -0
  744. package/styles/message/_theme.scss +448 -0
  745. package/styles/message/_variables.scss +2 -0
  746. package/styles/message/icons/_fabric-dark.scss +30 -0
  747. package/styles/message/index-lite.css +2 -0
  748. package/styles/message/index-lite.scss +2 -0
  749. package/styles/message/index.css +2 -0
  750. package/styles/message/index.scss +2 -0
  751. package/styles/message/message-lite.css +301 -0
  752. package/styles/message/message-lite.scss +3 -0
  753. package/styles/message/message.css +414 -0
  754. package/styles/message/message.scss +4 -0
  755. package/styles/multi-select/_all.scss +2 -0
  756. package/styles/multi-select/_bigger.scss +1578 -0
  757. package/styles/multi-select/_fabric-dark-definition.scss +268 -0
  758. package/styles/multi-select/_layout.scss +1337 -0
  759. package/styles/multi-select/_theme.scss +566 -0
  760. package/styles/multi-select/_variables.scss +2 -0
  761. package/styles/multi-select/icons/_fabric-dark.scss +32 -0
  762. package/styles/multi-select/index-lite.css +8 -0
  763. package/styles/multi-select/index-lite.scss +8 -0
  764. package/styles/multi-select/index.css +8 -0
  765. package/styles/multi-select/index.scss +8 -0
  766. package/styles/multi-select/multi-select-lite.css +856 -0
  767. package/styles/multi-select/multi-select-lite.scss +3 -0
  768. package/styles/multi-select/multi-select.css +1111 -0
  769. package/styles/multi-select/multi-select.scss +4 -0
  770. package/styles/multicolumn-combobox/_all.scss +2 -0
  771. package/styles/multicolumn-combobox/_bigger.scss +47 -0
  772. package/styles/multicolumn-combobox/_fabric-dark-definition.scss +49 -0
  773. package/styles/multicolumn-combobox/_layout.scss +158 -0
  774. package/styles/multicolumn-combobox/_theme.scss +53 -0
  775. package/styles/multicolumn-combobox/_variables.scss +2 -0
  776. package/styles/multicolumn-combobox/icons/_fabric-dark.scss +7 -0
  777. package/styles/multicolumn-combobox/index-lite.css +28 -0
  778. package/styles/multicolumn-combobox/index-lite.scss +28 -0
  779. package/styles/multicolumn-combobox/index.css +28 -0
  780. package/styles/multicolumn-combobox/index.scss +28 -0
  781. package/styles/multicolumn-combobox/multicolumn-combobox-lite.css +190 -0
  782. package/styles/multicolumn-combobox/multicolumn-combobox-lite.scss +3 -0
  783. package/styles/multicolumn-combobox/multicolumn-combobox.css +247 -0
  784. package/styles/multicolumn-combobox/multicolumn-combobox.scss +4 -0
  785. package/styles/numerictextbox/_all.scss +2 -0
  786. package/styles/numerictextbox/_bigger.scss +61 -0
  787. package/styles/numerictextbox/_fabric-dark-definition.scss +26 -0
  788. package/styles/numerictextbox/_layout.scss +85 -0
  789. package/styles/numerictextbox/_theme.scss +24 -0
  790. package/styles/numerictextbox/_variables.scss +2 -0
  791. package/styles/numerictextbox/icons/_fabric-dark.scss +12 -0
  792. package/styles/numerictextbox/index-lite.css +3 -0
  793. package/styles/numerictextbox/index-lite.scss +3 -0
  794. package/styles/numerictextbox/index.css +3 -0
  795. package/styles/numerictextbox/index.scss +3 -0
  796. package/styles/numerictextbox/numerictextbox-lite.css +70 -0
  797. package/styles/numerictextbox/numerictextbox-lite.scss +3 -0
  798. package/styles/numerictextbox/numerictextbox.css +132 -0
  799. package/styles/numerictextbox/numerictextbox.scss +4 -0
  800. package/styles/otp-input/_all.scss +2 -0
  801. package/styles/otp-input/_bigger.scss +66 -0
  802. package/styles/otp-input/_fabric-dark-definition.scss +62 -0
  803. package/styles/otp-input/_layout.scss +95 -0
  804. package/styles/otp-input/_theme.scss +77 -0
  805. package/styles/otp-input/_variables.scss +2 -0
  806. package/styles/otp-input/index-lite.css +2 -0
  807. package/styles/otp-input/index-lite.scss +2 -0
  808. package/styles/otp-input/index.css +2 -0
  809. package/styles/otp-input/index.scss +2 -0
  810. package/styles/otp-input/otp-input-lite.css +133 -0
  811. package/styles/otp-input/otp-input-lite.scss +2 -0
  812. package/styles/otp-input/otp-input.css +217 -0
  813. package/styles/otp-input/otp-input.scss +3 -0
  814. package/styles/pager/_all.scss +2 -0
  815. package/styles/pager/_bigger.scss +365 -0
  816. package/styles/pager/_fabric-dark-definition.scss +154 -0
  817. package/styles/pager/_layout.scss +777 -0
  818. package/styles/pager/_theme.scss +190 -0
  819. package/styles/pager/_variables.scss +2 -0
  820. package/styles/pager/icons/_fabric-dark.scss +51 -0
  821. package/styles/pager/index-lite.css +2 -0
  822. package/styles/pager/index-lite.scss +2 -0
  823. package/styles/pager/index.css +2 -0
  824. package/styles/pager/index.scss +2 -0
  825. package/styles/pager/pager-lite.css +593 -0
  826. package/styles/pager/pager-lite.scss +3 -0
  827. package/styles/pager/pager.css +799 -0
  828. package/styles/pager/pager.scss +4 -0
  829. package/styles/pdfviewer/_all.scss +2 -0
  830. package/styles/pdfviewer/_bigger.scss +1531 -0
  831. package/styles/pdfviewer/_fabric-dark-definition.scss +917 -0
  832. package/styles/pdfviewer/_layout.scss +197 -0
  833. package/styles/pdfviewer/_theme.scss +9139 -0
  834. package/styles/pdfviewer/_variables.scss +2 -0
  835. package/styles/pdfviewer/icons/_fabric-dark.scss +597 -0
  836. package/styles/pdfviewer/index-lite.css +54 -0
  837. package/styles/pdfviewer/index-lite.scss +54 -0
  838. package/styles/pdfviewer/index.css +54 -0
  839. package/styles/pdfviewer/index.scss +54 -0
  840. package/styles/pdfviewer/pdfviewer-lite.css +5172 -0
  841. package/styles/pdfviewer/pdfviewer-lite.scss +3 -0
  842. package/styles/pdfviewer/pdfviewer.css +5511 -0
  843. package/styles/pdfviewer/pdfviewer.scss +4 -0
  844. package/styles/pivotfieldlist/_all.scss +2 -0
  845. package/styles/pivotfieldlist/_bigger.scss +859 -0
  846. package/styles/pivotfieldlist/_fabric-dark-definition.scss +360 -0
  847. package/styles/pivotfieldlist/_layout.scss +1675 -0
  848. package/styles/pivotfieldlist/_theme.scss +1701 -0
  849. package/styles/pivotfieldlist/_variables.scss +2 -0
  850. package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
  851. package/styles/pivotfieldlist/index-lite.css +30 -0
  852. package/styles/pivotfieldlist/index-lite.scss +30 -0
  853. package/styles/pivotfieldlist/index.css +30 -0
  854. package/styles/pivotfieldlist/index.scss +30 -0
  855. package/styles/pivotfieldlist/pivotfieldlist-lite.css +2940 -0
  856. package/styles/pivotfieldlist/pivotfieldlist-lite.scss +3 -0
  857. package/styles/pivotfieldlist/pivotfieldlist.css +3779 -0
  858. package/styles/pivotfieldlist/pivotfieldlist.scss +4 -0
  859. package/styles/pivotview/_all.scss +2 -0
  860. package/styles/pivotview/_bigger.scss +637 -0
  861. package/styles/pivotview/_fabric-dark-definition.scss +294 -0
  862. package/styles/pivotview/_layout.scss +1030 -0
  863. package/styles/pivotview/_theme.scss +1809 -0
  864. package/styles/pivotview/_variables.scss +2 -0
  865. package/styles/pivotview/icons/_fabric-dark.scss +186 -0
  866. package/styles/pivotview/index-lite.css +39 -0
  867. package/styles/pivotview/index-lite.scss +39 -0
  868. package/styles/pivotview/index.css +39 -0
  869. package/styles/pivotview/index.scss +39 -0
  870. package/styles/pivotview/pivotview-lite.css +2291 -0
  871. package/styles/pivotview/pivotview-lite.scss +3 -0
  872. package/styles/pivotview/pivotview.css +3063 -0
  873. package/styles/pivotview/pivotview.scss +4 -0
  874. package/styles/popup/_all.scss +1 -0
  875. package/styles/popup/_fabric-dark-definition.scss +6 -0
  876. package/styles/popup/_layout.scss +20 -0
  877. package/styles/popup/_variables.scss +2 -0
  878. package/styles/popup/index.css +2 -0
  879. package/styles/popup/index.scss +2 -0
  880. package/styles/popup/popup.css +13 -0
  881. package/styles/popup/popup.scss +2 -0
  882. package/styles/progress-button/_all.scss +2 -0
  883. package/styles/progress-button/_bigger.scss +98 -0
  884. package/styles/progress-button/_fabric-dark-definition.scss +40 -0
  885. package/styles/progress-button/_layout.scss +327 -0
  886. package/styles/progress-button/_theme.scss +844 -0
  887. package/styles/progress-button/_variables.scss +2 -0
  888. package/styles/progress-button/index-lite.css +4 -0
  889. package/styles/progress-button/index-lite.scss +4 -0
  890. package/styles/progress-button/index.css +4 -0
  891. package/styles/progress-button/index.scss +4 -0
  892. package/styles/progress-button/progress-button-lite.css +364 -0
  893. package/styles/progress-button/progress-button-lite.scss +2 -0
  894. package/styles/progress-button/progress-button.css +436 -0
  895. package/styles/progress-button/progress-button.scss +3 -0
  896. package/styles/query-builder/_all.scss +2 -0
  897. package/styles/query-builder/_bigger.scss +223 -0
  898. package/styles/query-builder/_fabric-dark-definition.scss +146 -0
  899. package/styles/query-builder/_layout.scss +811 -0
  900. package/styles/query-builder/_theme.scss +240 -0
  901. package/styles/query-builder/_variables.scss +2 -0
  902. package/styles/query-builder/icons/_fabric-dark.scss +12 -0
  903. package/styles/query-builder/index-lite.css +18 -0
  904. package/styles/query-builder/index-lite.scss +18 -0
  905. package/styles/query-builder/index.css +18 -0
  906. package/styles/query-builder/index.scss +18 -0
  907. package/styles/query-builder/query-builder-lite.css +573 -0
  908. package/styles/query-builder/query-builder-lite.scss +3 -0
  909. package/styles/query-builder/query-builder.css +745 -0
  910. package/styles/query-builder/query-builder.scss +4 -0
  911. package/styles/radio-button/_all.scss +2 -0
  912. package/styles/radio-button/_bigger.scss +275 -0
  913. package/styles/radio-button/_fabric-dark-definition.scss +83 -0
  914. package/styles/radio-button/_layout.scss +385 -0
  915. package/styles/radio-button/_theme.scss +194 -0
  916. package/styles/radio-button/_variables.scss +2 -0
  917. package/styles/radio-button/index-lite.css +2 -0
  918. package/styles/radio-button/index-lite.scss +2 -0
  919. package/styles/radio-button/index.css +2 -0
  920. package/styles/radio-button/index.scss +2 -0
  921. package/styles/radio-button/radio-button-lite.css +301 -0
  922. package/styles/radio-button/radio-button-lite.scss +2 -0
  923. package/styles/radio-button/radio-button.css +477 -0
  924. package/styles/radio-button/radio-button.scss +3 -0
  925. package/styles/rating/_all.scss +2 -0
  926. package/styles/rating/_bigger.scss +34 -0
  927. package/styles/rating/_fabric-dark-definition.scss +60 -0
  928. package/styles/rating/_layout.scss +186 -0
  929. package/styles/rating/_theme.scss +199 -0
  930. package/styles/rating/_variables.scss +2 -0
  931. package/styles/rating/index-lite.css +3 -0
  932. package/styles/rating/index-lite.scss +3 -0
  933. package/styles/rating/index.css +3 -0
  934. package/styles/rating/index.scss +3 -0
  935. package/styles/rating/rating-lite.css +245 -0
  936. package/styles/rating/rating-lite.scss +2 -0
  937. package/styles/rating/rating.css +287 -0
  938. package/styles/rating/rating.scss +3 -0
  939. package/styles/recurrence-editor/_all.scss +2 -0
  940. package/styles/recurrence-editor/_bigger.scss +134 -0
  941. package/styles/recurrence-editor/_fabric-dark-definition.scss +41 -0
  942. package/styles/recurrence-editor/_layout.scss +425 -0
  943. package/styles/recurrence-editor/_theme.scss +1 -0
  944. package/styles/recurrence-editor/_variables.scss +2 -0
  945. package/styles/recurrence-editor/index-lite.css +12 -0
  946. package/styles/recurrence-editor/index-lite.scss +12 -0
  947. package/styles/recurrence-editor/index.css +12 -0
  948. package/styles/recurrence-editor/index.scss +12 -0
  949. package/styles/recurrence-editor/recurrence-editor-lite.css +312 -0
  950. package/styles/recurrence-editor/recurrence-editor-lite.scss +2 -0
  951. package/styles/recurrence-editor/recurrence-editor.css +397 -0
  952. package/styles/recurrence-editor/recurrence-editor.scss +3 -0
  953. package/styles/ribbon/_all.scss +2 -0
  954. package/styles/ribbon/_bigger.scss +565 -0
  955. package/styles/ribbon/_fabric-dark-definition.scss +555 -0
  956. package/styles/ribbon/_layout.scss +1484 -0
  957. package/styles/ribbon/_theme.scss +600 -0
  958. package/styles/ribbon/_variables.scss +2 -0
  959. package/styles/ribbon/icons/_fabric-dark.scss +10 -0
  960. package/styles/ribbon/index-lite.css +23 -0
  961. package/styles/ribbon/index-lite.scss +23 -0
  962. package/styles/ribbon/index.css +23 -0
  963. package/styles/ribbon/index.scss +23 -0
  964. package/styles/ribbon/ribbon-lite.css +2076 -0
  965. package/styles/ribbon/ribbon-lite.scss +3 -0
  966. package/styles/ribbon/ribbon.css +2718 -0
  967. package/styles/ribbon/ribbon.scss +4 -0
  968. package/styles/rich-text-editor/_all.scss +2 -0
  969. package/styles/rich-text-editor/_bigger.scss +467 -0
  970. package/styles/rich-text-editor/_fabric-dark-definition.scss +711 -0
  971. package/styles/rich-text-editor/_layout.scss +2767 -0
  972. package/styles/rich-text-editor/_theme.scss +892 -0
  973. package/styles/rich-text-editor/_variables.scss +2 -0
  974. package/styles/rich-text-editor/icons/_fabric-dark.scss +394 -0
  975. package/styles/rich-text-editor/index-lite.css +27 -0
  976. package/styles/rich-text-editor/index-lite.scss +27 -0
  977. package/styles/rich-text-editor/index.css +27 -0
  978. package/styles/rich-text-editor/index.scss +27 -0
  979. package/styles/rich-text-editor/rich-text-editor-lite.css +3530 -0
  980. package/styles/rich-text-editor/rich-text-editor-lite.scss +3 -0
  981. package/styles/rich-text-editor/rich-text-editor.css +3820 -0
  982. package/styles/rich-text-editor/rich-text-editor.scss +4 -0
  983. package/styles/schedule/_all.scss +2 -0
  984. package/styles/schedule/_bigger.scss +802 -0
  985. package/styles/schedule/_fabric-dark-definition.scss +388 -0
  986. package/styles/schedule/_layout.scss +3966 -0
  987. package/styles/schedule/_theme.scss +586 -0
  988. package/styles/schedule/_variables.scss +2 -0
  989. package/styles/schedule/icons/_fabric-dark.scss +224 -0
  990. package/styles/schedule/index-lite.css +25 -0
  991. package/styles/schedule/index-lite.scss +25 -0
  992. package/styles/schedule/index.css +25 -0
  993. package/styles/schedule/index.scss +25 -0
  994. package/styles/schedule/schedule-lite.css +3777 -0
  995. package/styles/schedule/schedule-lite.scss +3 -0
  996. package/styles/schedule/schedule.css +4421 -0
  997. package/styles/schedule/schedule.scss +4 -0
  998. package/styles/sidebar/_all.scss +3 -0
  999. package/styles/sidebar/_fabric-dark-definition.scss +9 -0
  1000. package/styles/sidebar/_icons.scss +1 -0
  1001. package/styles/sidebar/_layout.scss +1 -0
  1002. package/styles/sidebar/_theme.scss +252 -0
  1003. package/styles/sidebar/_variables.scss +2 -0
  1004. package/styles/sidebar/index.css +2 -0
  1005. package/styles/sidebar/index.scss +2 -0
  1006. package/styles/sidebar/sidebar.css +180 -0
  1007. package/styles/sidebar/sidebar.scss +2 -0
  1008. package/styles/signature/_all.scss +2 -0
  1009. package/styles/signature/_fabric-dark-definition.scss +5 -0
  1010. package/styles/signature/_layout.scss +9 -0
  1011. package/styles/signature/_theme.scss +8 -0
  1012. package/styles/signature/_variables.scss +2 -0
  1013. package/styles/signature/index.css +2 -0
  1014. package/styles/signature/index.scss +2 -0
  1015. package/styles/signature/signature.css +8 -0
  1016. package/styles/signature/signature.scss +2 -0
  1017. package/styles/skeleton/_all.scss +2 -0
  1018. package/styles/skeleton/_fabric-dark-definition.scss +17 -0
  1019. package/styles/skeleton/_layout.scss +98 -0
  1020. package/styles/skeleton/_theme.scss +30 -0
  1021. package/styles/skeleton/_variables.scss +2 -0
  1022. package/styles/skeleton/index.css +2 -0
  1023. package/styles/skeleton/index.scss +2 -0
  1024. package/styles/skeleton/skeleton.css +78 -0
  1025. package/styles/skeleton/skeleton.scss +2 -0
  1026. package/styles/slider/_all.scss +3 -0
  1027. package/styles/slider/_bigger.scss +479 -0
  1028. package/styles/slider/_fabric-dark-definition.scss +219 -0
  1029. package/styles/slider/_icons.scss +1 -0
  1030. package/styles/slider/_layout.scss +1616 -0
  1031. package/styles/slider/_theme.scss +246 -0
  1032. package/styles/slider/_variables.scss +2 -0
  1033. package/styles/slider/index-lite.css +4 -0
  1034. package/styles/slider/index-lite.scss +4 -0
  1035. package/styles/slider/index.css +4 -0
  1036. package/styles/slider/index.scss +4 -0
  1037. package/styles/slider/slider-lite.css +463 -0
  1038. package/styles/slider/slider-lite.scss +2 -0
  1039. package/styles/slider/slider.css +485 -0
  1040. package/styles/slider/slider.scss +3 -0
  1041. package/styles/smart-textarea/_all.scss +2 -0
  1042. package/styles/smart-textarea/_fabric-dark-definition.scss +5 -0
  1043. package/styles/smart-textarea/_layout.scss +35 -0
  1044. package/styles/smart-textarea/_theme.scss +17 -0
  1045. package/styles/smart-textarea/_variables.scss +2 -0
  1046. package/styles/smart-textarea/index.css +5 -0
  1047. package/styles/smart-textarea/index.scss +5 -0
  1048. package/styles/smart-textarea/smart-textarea.css +45 -0
  1049. package/styles/smart-textarea/smart-textarea.scss +2 -0
  1050. package/styles/smartpdfviewer/_all.scss +2 -0
  1051. package/styles/smartpdfviewer/_bigger.scss +66 -0
  1052. package/styles/smartpdfviewer/_fabric-dark-definition.scss +96 -0
  1053. package/styles/smartpdfviewer/_layout.scss +1 -0
  1054. package/styles/smartpdfviewer/_theme.scss +368 -0
  1055. package/styles/smartpdfviewer/_variables.scss +2 -0
  1056. package/styles/smartpdfviewer/icons/_fabric-dark.scss +20 -0
  1057. package/styles/smartpdfviewer/index-lite.css +56 -0
  1058. package/styles/smartpdfviewer/index-lite.scss +56 -0
  1059. package/styles/smartpdfviewer/index.css +56 -0
  1060. package/styles/smartpdfviewer/index.scss +56 -0
  1061. package/styles/smartpdfviewer/smartpdfviewer-lite.css +217 -0
  1062. package/styles/smartpdfviewer/smartpdfviewer-lite.scss +3 -0
  1063. package/styles/smartpdfviewer/smartpdfviewer.css +237 -0
  1064. package/styles/smartpdfviewer/smartpdfviewer.scss +4 -0
  1065. package/styles/sortable/_all.scss +1 -0
  1066. package/styles/sortable/_fabric-dark-definition.scss +1 -0
  1067. package/styles/sortable/_layout.scss +29 -0
  1068. package/styles/sortable/_variables.scss +2 -0
  1069. package/styles/sortable/index.css +2 -0
  1070. package/styles/sortable/index.scss +2 -0
  1071. package/styles/sortable/sortable.css +25 -0
  1072. package/styles/sortable/sortable.scss +2 -0
  1073. package/styles/speech-to-text/_all.scss +2 -0
  1074. package/styles/speech-to-text/_bigger.scss +50 -0
  1075. package/styles/speech-to-text/_fabric-dark-definition.scss +32 -0
  1076. package/styles/speech-to-text/_layout.scss +58 -0
  1077. package/styles/speech-to-text/_theme.scss +31 -0
  1078. package/styles/speech-to-text/_variables.scss +2 -0
  1079. package/styles/speech-to-text/icons/_fabric-dark.scss +9 -0
  1080. package/styles/speech-to-text/index-lite.css +4 -0
  1081. package/styles/speech-to-text/index-lite.scss +4 -0
  1082. package/styles/speech-to-text/index.css +4 -0
  1083. package/styles/speech-to-text/index.scss +4 -0
  1084. package/styles/speech-to-text/speech-to-text-lite.css +59 -0
  1085. package/styles/speech-to-text/speech-to-text-lite.scss +3 -0
  1086. package/styles/speech-to-text/speech-to-text.css +87 -0
  1087. package/styles/speech-to-text/speech-to-text.scss +4 -0
  1088. package/styles/speed-dial/_all.scss +2 -0
  1089. package/styles/speed-dial/_bigger.scss +66 -0
  1090. package/styles/speed-dial/_fabric-dark-definition.scss +72 -0
  1091. package/styles/speed-dial/_layout.scss +329 -0
  1092. package/styles/speed-dial/_theme.scss +88 -0
  1093. package/styles/speed-dial/_variables.scss +2 -0
  1094. package/styles/speed-dial/index-lite.css +4 -0
  1095. package/styles/speed-dial/index-lite.scss +4 -0
  1096. package/styles/speed-dial/index.css +4 -0
  1097. package/styles/speed-dial/index.scss +4 -0
  1098. package/styles/speed-dial/speed-dial-lite.css +287 -0
  1099. package/styles/speed-dial/speed-dial-lite.scss +2 -0
  1100. package/styles/speed-dial/speed-dial.css +371 -0
  1101. package/styles/speed-dial/speed-dial.scss +3 -0
  1102. package/styles/spinner/_all.scss +3 -0
  1103. package/styles/spinner/_definition.scss +1 -0
  1104. package/styles/spinner/_fabric-dark-definition.scss +77 -0
  1105. package/styles/spinner/_icons.scss +1 -0
  1106. package/styles/spinner/_layout.scss +162 -0
  1107. package/styles/spinner/_theme.scss +81 -0
  1108. package/styles/spinner/_variables.scss +2 -0
  1109. package/styles/spinner/index.css +2 -0
  1110. package/styles/spinner/index.scss +2 -0
  1111. package/styles/spinner/spinner.css +219 -0
  1112. package/styles/spinner/spinner.scss +2 -0
  1113. package/styles/split-button/_all.scss +2 -0
  1114. package/styles/split-button/_bigger.scss +140 -0
  1115. package/styles/split-button/_fabric-dark-definition.scss +70 -0
  1116. package/styles/split-button/_layout.scss +337 -0
  1117. package/styles/split-button/_theme.scss +191 -0
  1118. package/styles/split-button/_variables.scss +2 -0
  1119. package/styles/split-button/index-lite.css +5 -0
  1120. package/styles/split-button/index-lite.scss +5 -0
  1121. package/styles/split-button/index.css +5 -0
  1122. package/styles/split-button/index.scss +5 -0
  1123. package/styles/split-button/split-button-lite.css +253 -0
  1124. package/styles/split-button/split-button-lite.scss +2 -0
  1125. package/styles/split-button/split-button.css +326 -0
  1126. package/styles/split-button/split-button.scss +3 -0
  1127. package/styles/splitter/_all.scss +3 -0
  1128. package/styles/splitter/_bigger.scss +79 -0
  1129. package/styles/splitter/_definition.scss +1 -0
  1130. package/styles/splitter/_fabric-dark-definition.scss +73 -0
  1131. package/styles/splitter/_layout.scss +362 -0
  1132. package/styles/splitter/_responsive.scss +1 -0
  1133. package/styles/splitter/_theme.scss +204 -0
  1134. package/styles/splitter/_variables.scss +2 -0
  1135. package/styles/splitter/icons/_fabric-dark.scss +35 -0
  1136. package/styles/splitter/index-lite.css +2 -0
  1137. package/styles/splitter/index-lite.scss +2 -0
  1138. package/styles/splitter/index.css +2 -0
  1139. package/styles/splitter/index.scss +2 -0
  1140. package/styles/splitter/splitter-lite.css +456 -0
  1141. package/styles/splitter/splitter-lite.scss +3 -0
  1142. package/styles/splitter/splitter.css +492 -0
  1143. package/styles/splitter/splitter.scss +4 -0
  1144. package/styles/spreadsheet/_all.scss +2 -0
  1145. package/styles/spreadsheet/_bigger.scss +1479 -0
  1146. package/styles/spreadsheet/_fabric-dark-definition.scss +419 -0
  1147. package/styles/spreadsheet/_layout.scss +5512 -0
  1148. package/styles/spreadsheet/_theme.scss +2330 -0
  1149. package/styles/spreadsheet/_variables.scss +2 -0
  1150. package/styles/spreadsheet/icons/_fabric-dark.scss +1186 -0
  1151. package/styles/spreadsheet/index-lite.css +41 -0
  1152. package/styles/spreadsheet/index-lite.scss +41 -0
  1153. package/styles/spreadsheet/index.css +41 -0
  1154. package/styles/spreadsheet/index.scss +41 -0
  1155. package/styles/spreadsheet/spreadsheet-lite.css +5103 -0
  1156. package/styles/spreadsheet/spreadsheet-lite.scss +3 -0
  1157. package/styles/spreadsheet/spreadsheet.css +5411 -0
  1158. package/styles/spreadsheet/spreadsheet.scss +4 -0
  1159. package/styles/spreadsheet-ribbon/_all.scss +2 -0
  1160. package/styles/spreadsheet-ribbon/_bigger.scss +147 -0
  1161. package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +47 -0
  1162. package/styles/spreadsheet-ribbon/_layout.scss +331 -0
  1163. package/styles/spreadsheet-ribbon/_mixin.scss +72 -0
  1164. package/styles/spreadsheet-ribbon/_theme.scss +178 -0
  1165. package/styles/spreadsheet-ribbon/_variables.scss +2 -0
  1166. package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +28 -0
  1167. package/styles/spreadsheet-ribbon/index-lite.css +2 -0
  1168. package/styles/spreadsheet-ribbon/index-lite.scss +2 -0
  1169. package/styles/spreadsheet-ribbon/index.css +2 -0
  1170. package/styles/spreadsheet-ribbon/index.scss +2 -0
  1171. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.css +194 -0
  1172. package/styles/spreadsheet-ribbon/spreadsheet-ribbon-lite.scss +3 -0
  1173. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.css +260 -0
  1174. package/styles/spreadsheet-ribbon/spreadsheet-ribbon.scss +4 -0
  1175. package/styles/stepper/_all.scss +2 -0
  1176. package/styles/stepper/_bigger.scss +54 -0
  1177. package/styles/stepper/_fabric-dark-definition.scss +102 -0
  1178. package/styles/stepper/_layout.scss +435 -0
  1179. package/styles/stepper/_theme.scss +197 -0
  1180. package/styles/stepper/_variables.scss +2 -0
  1181. package/styles/stepper/icons/_fabric-dark.scss +6 -0
  1182. package/styles/stepper/index-lite.css +3 -0
  1183. package/styles/stepper/index-lite.scss +3 -0
  1184. package/styles/stepper/index.css +3 -0
  1185. package/styles/stepper/index.scss +3 -0
  1186. package/styles/stepper/stepper-lite.css +569 -0
  1187. package/styles/stepper/stepper-lite.scss +3 -0
  1188. package/styles/stepper/stepper.css +665 -0
  1189. package/styles/stepper/stepper.scss +4 -0
  1190. package/styles/stock-chart/index-lite.css +12 -0
  1191. package/styles/stock-chart/index-lite.scss +12 -0
  1192. package/styles/stock-chart/index.css +12 -0
  1193. package/styles/stock-chart/index.scss +12 -0
  1194. package/styles/switch/_all.scss +2 -0
  1195. package/styles/switch/_bigger.scss +286 -0
  1196. package/styles/switch/_fabric-dark-definition.scss +152 -0
  1197. package/styles/switch/_layout.scss +388 -0
  1198. package/styles/switch/_theme.scss +518 -0
  1199. package/styles/switch/_variables.scss +2 -0
  1200. package/styles/switch/index-lite.css +2 -0
  1201. package/styles/switch/index-lite.scss +2 -0
  1202. package/styles/switch/index.css +2 -0
  1203. package/styles/switch/index.scss +2 -0
  1204. package/styles/switch/switch-lite.css +598 -0
  1205. package/styles/switch/switch-lite.scss +2 -0
  1206. package/styles/switch/switch.css +896 -0
  1207. package/styles/switch/switch.scss +3 -0
  1208. package/styles/tab/_all.scss +2 -0
  1209. package/styles/tab/_bigger.scss +1277 -0
  1210. package/styles/tab/_fabric-dark-definition.scss +691 -0
  1211. package/styles/tab/_icons.scss +35 -0
  1212. package/styles/tab/_layout.scss +2192 -0
  1213. package/styles/tab/_theme.scss +1581 -0
  1214. package/styles/tab/_variables.scss +2 -0
  1215. package/styles/tab/icons/_fabric-dark.scss +99 -0
  1216. package/styles/tab/index-lite.css +7 -0
  1217. package/styles/tab/index-lite.scss +7 -0
  1218. package/styles/tab/index.css +7 -0
  1219. package/styles/tab/index.scss +7 -0
  1220. package/styles/tab/tab-lite.css +2828 -0
  1221. package/styles/tab/tab-lite.scss +3 -0
  1222. package/styles/tab/tab.css +4028 -0
  1223. package/styles/tab/tab.scss +4 -0
  1224. package/styles/textarea/_all.scss +1 -0
  1225. package/styles/textarea/_fabric-dark-definition.scss +15 -0
  1226. package/styles/textarea/_layout.scss +266 -0
  1227. package/styles/textarea/_theme.scss +1 -0
  1228. package/styles/textarea/_variables.scss +2 -0
  1229. package/styles/textarea/index.css +4 -0
  1230. package/styles/textarea/index.scss +4 -0
  1231. package/styles/textarea/textarea.css +472 -0
  1232. package/styles/textarea/textarea.scss +2 -0
  1233. package/styles/textbox/_all.scss +1 -0
  1234. package/styles/textbox/_bigger.scss +464 -0
  1235. package/styles/textbox/_fabric-dark-definition.scss +105 -0
  1236. package/styles/textbox/_layout.scss +601 -0
  1237. package/styles/textbox/_theme.scss +1 -0
  1238. package/styles/textbox/_variables.scss +2 -0
  1239. package/styles/textbox/index-lite.css +3 -0
  1240. package/styles/textbox/index-lite.scss +3 -0
  1241. package/styles/textbox/index.css +3 -0
  1242. package/styles/textbox/index.scss +3 -0
  1243. package/styles/textbox/textbox-lite.css +367 -0
  1244. package/styles/textbox/textbox-lite.scss +2 -0
  1245. package/styles/textbox/textbox.css +624 -0
  1246. package/styles/textbox/textbox.scss +3 -0
  1247. package/styles/timeline/_all.scss +2 -0
  1248. package/styles/timeline/_bigger.scss +49 -0
  1249. package/styles/timeline/_fabric-dark-definition.scss +28 -0
  1250. package/styles/timeline/_layout.scss +277 -0
  1251. package/styles/timeline/_theme.scss +44 -0
  1252. package/styles/timeline/_variables.scss +2 -0
  1253. package/styles/timeline/index-lite.css +2 -0
  1254. package/styles/timeline/index-lite.scss +2 -0
  1255. package/styles/timeline/index.css +2 -0
  1256. package/styles/timeline/index.scss +2 -0
  1257. package/styles/timeline/timeline-lite.css +225 -0
  1258. package/styles/timeline/timeline-lite.scss +2 -0
  1259. package/styles/timeline/timeline.css +264 -0
  1260. package/styles/timeline/timeline.scss +3 -0
  1261. package/styles/timepicker/_all.scss +2 -0
  1262. package/styles/timepicker/_bigger.scss +93 -0
  1263. package/styles/timepicker/_fabric-dark-definition.scss +93 -0
  1264. package/styles/timepicker/_layout.scss +234 -0
  1265. package/styles/timepicker/_theme.scss +135 -0
  1266. package/styles/timepicker/_variables.scss +2 -0
  1267. package/styles/timepicker/icons/_fabric-dark.scss +25 -0
  1268. package/styles/timepicker/index-lite.css +4 -0
  1269. package/styles/timepicker/index-lite.scss +4 -0
  1270. package/styles/timepicker/index.css +4 -0
  1271. package/styles/timepicker/index.scss +4 -0
  1272. package/styles/timepicker/timepicker-lite.css +250 -0
  1273. package/styles/timepicker/timepicker-lite.scss +3 -0
  1274. package/styles/timepicker/timepicker.css +287 -0
  1275. package/styles/timepicker/timepicker.scss +4 -0
  1276. package/styles/toast/_all.scss +2 -0
  1277. package/styles/toast/_bigger.scss +182 -0
  1278. package/styles/toast/_fabric-dark-definition.scss +118 -0
  1279. package/styles/toast/_layout.scss +279 -0
  1280. package/styles/toast/_theme.scss +266 -0
  1281. package/styles/toast/_variables.scss +2 -0
  1282. package/styles/toast/icons/_fabric-dark.scss +29 -0
  1283. package/styles/toast/index-lite.css +3 -0
  1284. package/styles/toast/index-lite.scss +3 -0
  1285. package/styles/toast/index.css +3 -0
  1286. package/styles/toast/index.scss +3 -0
  1287. package/styles/toast/toast-lite.css +328 -0
  1288. package/styles/toast/toast-lite.scss +3 -0
  1289. package/styles/toast/toast.css +451 -0
  1290. package/styles/toast/toast.scss +4 -0
  1291. package/styles/toolbar/_all.scss +2 -0
  1292. package/styles/toolbar/_bigger.scss +332 -0
  1293. package/styles/toolbar/_fabric-dark-definition.scss +223 -0
  1294. package/styles/toolbar/_layout.scss +795 -0
  1295. package/styles/toolbar/_theme.scss +429 -0
  1296. package/styles/toolbar/_variables.scss +2 -0
  1297. package/styles/toolbar/icons/_fabric-dark.scss +15 -0
  1298. package/styles/toolbar/index-lite.css +6 -0
  1299. package/styles/toolbar/index-lite.scss +6 -0
  1300. package/styles/toolbar/index.css +6 -0
  1301. package/styles/toolbar/index.scss +6 -0
  1302. package/styles/toolbar/toolbar-lite.css +856 -0
  1303. package/styles/toolbar/toolbar-lite.scss +3 -0
  1304. package/styles/toolbar/toolbar.css +1121 -0
  1305. package/styles/toolbar/toolbar.scss +4 -0
  1306. package/styles/tooltip/_all.scss +2 -0
  1307. package/styles/tooltip/_bigger.scss +47 -0
  1308. package/styles/tooltip/_fabric-dark-definition.scss +57 -0
  1309. package/styles/tooltip/_layout.scss +101 -0
  1310. package/styles/tooltip/_theme.scss +132 -0
  1311. package/styles/tooltip/_variables.scss +2 -0
  1312. package/styles/tooltip/icons/_fabric-dark.scss +20 -0
  1313. package/styles/tooltip/index-lite.css +2 -0
  1314. package/styles/tooltip/index-lite.scss +2 -0
  1315. package/styles/tooltip/index.css +2 -0
  1316. package/styles/tooltip/index.scss +2 -0
  1317. package/styles/tooltip/tooltip-lite.css +152 -0
  1318. package/styles/tooltip/tooltip-lite.scss +3 -0
  1319. package/styles/tooltip/tooltip.css +161 -0
  1320. package/styles/tooltip/tooltip.scss +4 -0
  1321. package/styles/treegrid/_all.scss +2 -0
  1322. package/styles/treegrid/_bigger.scss +70 -0
  1323. package/styles/treegrid/_fabric-dark-definition.scss +33 -0
  1324. package/styles/treegrid/_icons.scss +47 -0
  1325. package/styles/treegrid/_layout.scss +531 -0
  1326. package/styles/treegrid/_theme.scss +1 -0
  1327. package/styles/treegrid/_variables.scss +2 -0
  1328. package/styles/treegrid/icons/_fabric-dark.scss +48 -0
  1329. package/styles/treegrid/index-lite.css +26 -0
  1330. package/styles/treegrid/index-lite.scss +26 -0
  1331. package/styles/treegrid/index.css +26 -0
  1332. package/styles/treegrid/index.scss +26 -0
  1333. package/styles/treegrid/treegrid-lite.css +384 -0
  1334. package/styles/treegrid/treegrid-lite.scss +3 -0
  1335. package/styles/treegrid/treegrid.css +407 -0
  1336. package/styles/treegrid/treegrid.scss +4 -0
  1337. package/styles/treeview/_all.scss +2 -0
  1338. package/styles/treeview/_bigger.scss +514 -0
  1339. package/styles/treeview/_fabric-dark-definition.scss +155 -0
  1340. package/styles/treeview/_layout.scss +822 -0
  1341. package/styles/treeview/_theme.scss +409 -0
  1342. package/styles/treeview/_variables.scss +2 -0
  1343. package/styles/treeview/icons/_fabric-dark.scss +45 -0
  1344. package/styles/treeview/index-lite.css +4 -0
  1345. package/styles/treeview/index-lite.scss +4 -0
  1346. package/styles/treeview/index.css +4 -0
  1347. package/styles/treeview/index.scss +4 -0
  1348. package/styles/treeview/treeview-lite.css +623 -0
  1349. package/styles/treeview/treeview-lite.scss +3 -0
  1350. package/styles/treeview/treeview.css +772 -0
  1351. package/styles/treeview/treeview.scss +4 -0
  1352. package/styles/uploader/_all.scss +2 -0
  1353. package/styles/uploader/_bigger.scss +814 -0
  1354. package/styles/uploader/_definition.scss +144 -0
  1355. package/styles/uploader/_fabric-dark-definition.scss +228 -0
  1356. package/styles/uploader/_layout.scss +680 -0
  1357. package/styles/uploader/_theme.scss +172 -0
  1358. package/styles/uploader/_variables.scss +2 -0
  1359. package/styles/uploader/icons/_fabric-dark.scss +35 -0
  1360. package/styles/uploader/index-lite.css +4 -0
  1361. package/styles/uploader/index-lite.scss +4 -0
  1362. package/styles/uploader/index.css +4 -0
  1363. package/styles/uploader/index.scss +4 -0
  1364. package/styles/uploader/uploader-lite.css +475 -0
  1365. package/styles/uploader/uploader-lite.scss +3 -0
  1366. package/styles/uploader/uploader.css +953 -0
  1367. package/styles/uploader/uploader.scss +4 -0
  1368. package/styles/v-scroll/_all.scss +2 -0
  1369. package/styles/v-scroll/_bigger.scss +29 -0
  1370. package/styles/v-scroll/_fabric-dark-definition.scss +54 -0
  1371. package/styles/v-scroll/_layout.scss +136 -0
  1372. package/styles/v-scroll/_theme.scss +115 -0
  1373. package/styles/v-scroll/_variables.scss +2 -0
  1374. package/styles/v-scroll/icons/_fabric-dark.scss +28 -0
  1375. package/styles/v-scroll/index-lite.css +2 -0
  1376. package/styles/v-scroll/index-lite.scss +2 -0
  1377. package/styles/v-scroll/index.css +2 -0
  1378. package/styles/v-scroll/index.scss +2 -0
  1379. package/styles/v-scroll/v-scroll-lite.css +178 -0
  1380. package/styles/v-scroll/v-scroll-lite.scss +3 -0
  1381. package/styles/v-scroll/v-scroll.css +198 -0
  1382. package/styles/v-scroll/v-scroll.scss +4 -0
@@ -0,0 +1,3966 @@
1
+ @use 'variables' as *;
2
+ @mixin schedule-appointments-styles {
3
+ background: $schedule-appointment-bg-color;
4
+ border: $schedule-border-1 solid $schedule-appointment-border-color;
5
+ border-radius: $schedule-appointment-border-radius;
6
+ color: $schedule-appointment-font-color;
7
+ display: flex;
8
+ overflow: hidden;
9
+ position: absolute;
10
+ }
11
+
12
+ @mixin schedule-appointments-subject-styles {
13
+ font-size: $schedule-font-size-13;
14
+ font-weight: $schedule-font-weight-medium;
15
+ line-height: $schedule-line-height-1-2;
16
+ margin-left: auto;
17
+ min-height: 18px;
18
+ overflow: hidden;
19
+ }
20
+
21
+ @mixin schedule-inline-appointment-styles {
22
+ background: transparent;
23
+ border: $schedule-border-0;
24
+ color: $schedule-appointment-font-color;
25
+ font-size: $schedule-font-size-13;
26
+ font-weight: $schedule-font-weight-medium;
27
+ line-height: $schedule-line-height-1-2;
28
+ padding-top: $schedule-spacing-4;
29
+ width: 100%;
30
+ }
31
+
32
+ @mixin schedule-more-appointment-styles {
33
+ color: $schedule-secondary-content-font-color;
34
+ cursor: pointer;
35
+ font-size: $schedule-more-indicator-nrml-font-size;
36
+ line-height: $schedule-line-height-11;
37
+ overflow: hidden;
38
+ padding: $schedule-spacing-2 $schedule-spacing-4;
39
+ position: absolute;
40
+ text-overflow: ellipsis;
41
+ }
42
+
43
+ @mixin schedule-resource-column-styles {
44
+ border-bottom: $border-size $border-type $schedule-content-border-color;
45
+ vertical-align: top;
46
+ width: 75px;
47
+ }
48
+
49
+ @mixin schedule-agenda-interaction-color($color) {
50
+ @if $skin-name == 'fluent2' {
51
+ .e-subject,
52
+ .e-date-time,
53
+ .e-recurrence-icon {
54
+ color: $color;
55
+ }
56
+ }
57
+ }
58
+
59
+ @mixin schedule-agenda-focus-color($color) {
60
+ @if $skin-name == 'fluent2' {
61
+ &:focus {
62
+ @include schedule-agenda-interaction-color($color);
63
+ }
64
+ }
65
+ }
66
+
67
+ @include export-module('schedule-layout') {
68
+ .e-schedule {
69
+ display: block;
70
+ outline: medium none;
71
+ overflow: hidden;
72
+ position: relative;
73
+ user-select: none;
74
+
75
+ .e-schedule-toolbar {
76
+ border: $schedule-border-0;
77
+ border-bottom: $schedule-tbar-border-bottom-size;
78
+ box-shadow: $schedule-tbar-box-shadow;
79
+ margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
80
+ min-height: $schedule-tbar-min-height;
81
+
82
+ .e-active-view {
83
+ .e-tbar-btn-text,
84
+ .e-icons {
85
+ color: $schedule-active-font-color;
86
+ }
87
+ }
88
+
89
+ .e-tbar-btn {
90
+ .e-tbar-btn-text {
91
+ cursor: pointer;
92
+ font-size: $schedule-content-nrml-font-size;
93
+ text-transform: $schedule-content-nrml-font-text-transform;
94
+ }
95
+ }
96
+
97
+ .e-toolbar-items {
98
+ height: $schedule-tbar-height;
99
+
100
+ &.e-tbar-pos {
101
+ height: $schedule-tbar-height;
102
+ min-height: $schedule-tbar-min-height;
103
+
104
+ .e-toolbar-right .e-toolbar-item .e-tbar-btn {
105
+ border: $schedule-tbar-right-items-btn-border;
106
+ border-radius: $schedule-tbar-right-items-btn-border-radius;
107
+ }
108
+ .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
109
+ border: $schedule-tbar-right-active-items-btn-border;
110
+ @if ($skin-name == 'Material3') {
111
+ background: $schedule-tbar-active-btn-bg;
112
+
113
+ &:hover {
114
+ background: $schedule-tbar-active-btn-hover-bg;
115
+ }
116
+
117
+ &:hover,
118
+ &:focus {
119
+ .e-tbar-btn-text,
120
+ .e-icons {
121
+ color: $schedule-active-font-color;
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
127
+
128
+ &.e-tbar-pos > div {
129
+ height: $schedule-height-inherit;
130
+ }
131
+
132
+ .e-tbar-btn.e-btn {
133
+ &.e-tbtn-txt {
134
+ .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
135
+ font-size: $schedule-tbar-down-arrow-font-size;
136
+ margin-top: $schedule-tbar-down-arrow-margin-top;
137
+ }
138
+ }
139
+ }
140
+
141
+ .e-toolbar-left {
142
+ .e-tbar-btn.e-icon-btn {
143
+ &:focus,
144
+ &:hover {
145
+ border-radius: $schedule-header-hover-border-radius;
146
+ }
147
+ }
148
+ }
149
+
150
+ .e-toolbar-item {
151
+ &.e-day .e-icon-day,
152
+ &.e-week .e-icon-week,
153
+ &.e-work-week .e-icon-workweek,
154
+ &.e-month .e-icon-month,
155
+ &.e-year .e-icon-year,
156
+ &.e-agenda .e-icon-agenda,
157
+ &.e-month-agenda .e-icon-month-agenda,
158
+ &.e-timeline-day .e-icon-timeline-day,
159
+ &.e-timeline-week .e-icon-timeline-week,
160
+ &.e-timeline-work-week .e-icon-timeline-workweek,
161
+ &.e-timeline-month .e-icon-timeline-month,
162
+ &.e-timeline-year .e-icon-timeline-year-vertical,
163
+ &.e-timeline-year .e-icon-timeline-year-horizontal,
164
+ &.e-add .e-tbar-btn-text,
165
+ &.e-today .e-icon-day,
166
+ &.e-today .e-icon-today {
167
+ display: none;
168
+ }
169
+
170
+ &.e-hidden {
171
+ display: none;
172
+ }
173
+
174
+ &.e-prev .e-icon-prev,
175
+ &.e-next .e-icon-next {
176
+ font-size: $schedule-date-navigation-font-size;
177
+ }
178
+
179
+ &.e-separator {
180
+ border-right: $schedule-tbar-separator-size $border-type $schedule-tbar-separator-border;
181
+ }
182
+
183
+ &.e-date-range .e-tbar-btn {
184
+ &.e-schedule-date-range-tbtn {
185
+ width: auto;
186
+ }
187
+ .e-tbar-btn-text {
188
+ font-size: $schedule-header-nrml-font-size;
189
+ text-transform: initial;
190
+ }
191
+ }
192
+ }
193
+ }
194
+
195
+ &.e-rtl .e-hor-nav {
196
+ border-left: $schedule-border-0;
197
+ border-right: $border-size $schedule-tbar-border-nav-type $schedule-tbar-border-nav;
198
+
199
+ &:not(.e-nav-active):hover {
200
+ background: $schedule-tbar-hover-bg;
201
+ color: $schedule-tbar-hover-font;
202
+ }
203
+ }
204
+
205
+ .e-hor-nav {
206
+ border-left: $border-size $schedule-tbar-border-nav-type $schedule-tbar-border-nav;
207
+
208
+ &::after {
209
+ @include tbar-btn-animation;
210
+ }
211
+
212
+ &:active {
213
+ color: $schedule-tbar-hover-font;
214
+
215
+ &::after {
216
+ @include tbar-btn-animation-after;
217
+ }
218
+ }
219
+
220
+ &:hover {
221
+ background: $schedule-tbar-hover-bg;
222
+ color: $schedule-tbar-hover-font;
223
+ }
224
+
225
+ &:focus {
226
+ background: $schedule-tbar-hover-bg;
227
+ color: $schedule-tbar-hover-font;
228
+ }
229
+ }
230
+ }
231
+
232
+ &.e-adaptive {
233
+ .e-schedule-toolbar {
234
+ .e-toolbar-items {
235
+ .e-toolbar-item {
236
+ &.e-today .e-icon-today {
237
+ display: block;
238
+ }
239
+
240
+ &.e-today .e-icon-today + .e-tbar-btn-text {
241
+ display: none;
242
+ }
243
+ }
244
+ }
245
+ }
246
+ }
247
+
248
+ &.e-device {
249
+ .e-schedule-toolbar {
250
+ height: $schedule-tbar-bgr-size;
251
+ min-height: $schedule-tbar-bgr-size;
252
+
253
+ .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn {
254
+ &:hover,
255
+ &:focus {
256
+ height: calc($schedule-height-p100 - $schedule-height-20);
257
+ }
258
+ }
259
+
260
+ .e-toolbar-items {
261
+ height: $schedule-tbar-bgr-size;
262
+
263
+ .e-toolbar-item {
264
+ &.e-today .e-icon-today + .e-tbar-btn-text {
265
+ display: none;
266
+ }
267
+ &.e-today .e-icon-today {
268
+ display: block;
269
+ }
270
+ }
271
+
272
+ &.e-tbar-pos {
273
+ height: $schedule-tbar-bgr-size;
274
+ min-height: $schedule-tbar-bgr-size;
275
+
276
+ .e-toolbar-right .e-toolbar-item .e-tbar-btn {
277
+ border: $schedule-device-tbar-right-items-btn-border;
278
+ border-radius: $schedule-device-tbar-right-items-btn-border-radius;
279
+ }
280
+ }
281
+
282
+ &.e-tbar-pos > div {
283
+ height: $schedule-height-inherit;
284
+ }
285
+
286
+ .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
287
+ padding: $schedule-tbar-btn-icn-bgr-padding;
288
+ }
289
+ }
290
+
291
+ .e-tbar-btn .e-tbar-btn-text {
292
+ font-size: $schedule-content-bgr-font-size;
293
+ }
294
+
295
+ .e-date-range .e-tbar-btn .e-tbar-btn-text {
296
+ font-size: $schedule-header-device-font-size;
297
+ }
298
+
299
+ .e-toolbar-pop {
300
+ overflow: auto;
301
+ }
302
+ }
303
+
304
+ .e-content-wrap.e-scroll-hidden {
305
+ overflow: hidden;
306
+ }
307
+ }
308
+
309
+ @media screen and (max-width: 320px) {
310
+ .e-schedule-toolbar {
311
+ .e-toolbar-pop {
312
+ width: 100%;
313
+
314
+ .e-toolbar-item .e-tbar-btn.e-btn {
315
+ padding-left: $schedule-spacing-7;
316
+ }
317
+
318
+ &.e-rtl {
319
+ .e-toolbar-item .e-tbar-btn.e-btn {
320
+ padding-right: $schedule-spacing-7;
321
+ }
322
+ }
323
+ }
324
+
325
+ .e-tbar-btn .e-tbar-btn-text {
326
+ font-size: $schedule-device-font-size;
327
+ }
328
+ }
329
+ }
330
+
331
+ .e-schedule-resource-toolbar {
332
+ background: $schedule-tbar-default-bg;
333
+ border-bottom: $schedule-tbar-border-bottom-size;
334
+ box-shadow: $schedule-tbar-box-shadow;
335
+ display: flex;
336
+ margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
337
+ min-height: $schedule-tbar-min-height;
338
+ padding: $schedule-spacing-10;
339
+
340
+ .e-resource-menu {
341
+ .e-icon-menu {
342
+ color: $schedule-icon-color;
343
+ font-size: $schedule-font-icon-size-14;
344
+ padding: $schedule-spacing-7;
345
+ padding-left: $schedule-spacing-4;
346
+ }
347
+
348
+ &.e-disable {
349
+ display: none;
350
+ }
351
+ }
352
+
353
+ .e-resource-level-title {
354
+ display: flex;
355
+
356
+ .e-resource-name {
357
+ font-size: $schedule-font-size-14;
358
+ padding: $schedule-spacing-5;
359
+ color: $schedule-tree-content-color;
360
+
361
+ &:not(:last-child) {
362
+ opacity: .6;
363
+ }
364
+ }
365
+
366
+ .e-icon-next {
367
+ color: $schedule-icon-color;
368
+ font-size: $schedule-font-icon-size-10;
369
+ line-height: $schedule-line-height-18;
370
+ opacity: .4;
371
+ padding: $schedule-spacing-5;
372
+ }
373
+ }
374
+
375
+ &.e-popup-close {
376
+ display: none;
377
+ }
378
+
379
+ &.e-popup-open {
380
+ display: block;
381
+ }
382
+ }
383
+
384
+ .e-text-ellipsis {
385
+ overflow: hidden;
386
+ text-overflow: ellipsis;
387
+ }
388
+
389
+ .e-text-center {
390
+ text-align: center;
391
+ }
392
+
393
+ .e-table-container {
394
+ display: inline-flex;
395
+ position: relative;
396
+ vertical-align: top;
397
+
398
+ &.e-translate {
399
+ transition: transform .1s ease 0s;
400
+ }
401
+ }
402
+
403
+ .e-resource-tree-popup {
404
+ background: $schedule-tree-bg-color;
405
+ box-shadow: $schedule-more-indicator-shadow-color-res-tree-popup;
406
+ height: $schedule-height-p100;
407
+ position: absolute;
408
+ width: 250px;
409
+ color: $schedule-tree-font-color;
410
+
411
+ .e-resource-tree {
412
+ height: $schedule-height-p100;
413
+ overflow-y: auto;
414
+ }
415
+
416
+ .e-resource-tree.e-treeview .e-text-content {
417
+ padding: $schedule-resource-tree-text-content-padding;
418
+ }
419
+ }
420
+
421
+ .e-resource-tree-popup-overlay {
422
+ &.e-enable {
423
+ background: $schedule-popup-overlay-bg-color;
424
+ height: $schedule-height-p100;
425
+ left: 0;
426
+ opacity: .5;
427
+ position: absolute;
428
+ top: 0;
429
+ width: 100%;
430
+ }
431
+ }
432
+
433
+ .e-new-event {
434
+ background: $schedule-appointment-bg-color;
435
+ border: $schedule-border-1 solid $schedule-appointment-font-color;
436
+ border-radius: $schedule-border-radius-5;
437
+ height: $schedule-height-p100;
438
+ opacity: .9;
439
+ position: relative;
440
+ width: 100%;
441
+ z-index: 1;
442
+
443
+ .e-title {
444
+ color: $schedule-appointment-font-color;
445
+ font-size: $schedule-font-size-12;
446
+ line-height: $schedule-line-height-1-2;
447
+ margin: $schedule-spacing-0;
448
+ overflow-wrap: break-word;
449
+ padding: $schedule-spacing-3;
450
+ position: absolute;
451
+ text-align: left;
452
+ white-space: normal;
453
+ word-wrap: break-word;
454
+ }
455
+ }
456
+
457
+ .e-schedule-table {
458
+ border: $schedule-border-0 none;
459
+ border-collapse: separate;
460
+ border-spacing: 0;
461
+ margin: $schedule-spacing-0;
462
+ table-layout: fixed;
463
+ width: 100%;
464
+ }
465
+
466
+ .e-schedule-table > tbody > tr > th,
467
+ .e-schedule-table > tbody > tr > td {
468
+ box-sizing: border-box;
469
+ font-weight: normal;
470
+ overflow: hidden;
471
+ text-overflow: ellipsis;
472
+ white-space: nowrap;
473
+ }
474
+
475
+ .e-outer-table > tbody > tr > td {
476
+ padding: $schedule-spacing-0;
477
+ vertical-align: top;
478
+ }
479
+
480
+ .e-content-wrap {
481
+ position: relative;
482
+
483
+ .e-day-wrapper {
484
+ width: 100%;
485
+ }
486
+ }
487
+
488
+ .e-content-placeholder {
489
+ height: $schedule-height-p100;
490
+ position: relative;
491
+ width: 100%;
492
+ z-index: 99999;
493
+ }
494
+
495
+ .e-content-wrap,
496
+ .e-scroll-container {
497
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
498
+ overflow: auto;
499
+ }
500
+
501
+ .e-hide-childs > * {
502
+ display: none;
503
+ }
504
+
505
+ .e-recurrence-icon,
506
+ .e-recurrence-edit-icon {
507
+ font-size: $schedule-recurrence-font-size;
508
+ }
509
+
510
+ .e-left-icon,
511
+ .e-right-icon {
512
+ font-size: $schedule-font-icon-size-8;
513
+ }
514
+
515
+ .e-m-date {
516
+ cursor: pointer;
517
+ font-size: $schedule-font-size-20;
518
+
519
+ &:hover {
520
+ text-decoration: underline;
521
+ }
522
+ }
523
+
524
+ .e-m-day {
525
+ font-size: $schedule-font-size-12;
526
+ }
527
+
528
+ &.e-device {
529
+ .e-m-date {
530
+ &:hover {
531
+ text-decoration: none;
532
+ }
533
+ }
534
+ }
535
+
536
+ .e-block-appointment {
537
+ background: $schedule-block-appointment-bg-color;
538
+ color: $schedule-block-appointment-font-color;
539
+ cursor: default;
540
+ overflow: hidden;
541
+ position: absolute;
542
+
543
+ &.e-hidden-event {
544
+ display: none;
545
+ }
546
+
547
+ .e-subject {
548
+ overflow: hidden;
549
+ overflow-wrap: break-word;
550
+ padding: $schedule-spacing-4;
551
+ white-space: normal;
552
+ word-wrap: break-word;
553
+ }
554
+ }
555
+
556
+ .e-block-indicator {
557
+ color: $schedule-block-appointment-font-color;
558
+ float: right;
559
+ padding: $schedule-spacing-0 $schedule-spacing-5;
560
+ z-index: 1;
561
+
562
+ &.e-hidden-event {
563
+ display: none;
564
+ }
565
+ }
566
+
567
+ &.e-rtl .e-block-indicator {
568
+ float: left;
569
+ }
570
+
571
+ .e-timeline-view .e-block-indicator,
572
+ .e-timeline-month-view .e-block-indicator {
573
+ position: absolute;
574
+ top: 3px;
575
+ }
576
+
577
+ .e-appointment {
578
+ opacity: 1;
579
+ transition: opacity 100ms linear;
580
+
581
+ &.e-hidden-event {
582
+ display: none;
583
+ }
584
+
585
+ .e-subject.e-disable {
586
+ display: none;
587
+ }
588
+
589
+ .e-inline-appointment {
590
+ z-index: 1;
591
+ }
592
+
593
+ .e-inline-subject {
594
+ @include schedule-inline-appointment-styles;
595
+ }
596
+
597
+ &.e-event-action {
598
+ opacity: $schedule-drag-appointment-opacity;
599
+ }
600
+
601
+ &.e-allow-select {
602
+ pointer-events: none;
603
+ }
604
+ }
605
+
606
+ .e-read-only {
607
+ opacity: .8;
608
+ }
609
+
610
+ &.e-event-action .e-appointment:not(.e-schedule-event-clone),
611
+ &.e-event-action .e-block-appointment {
612
+ pointer-events: none;
613
+ }
614
+
615
+ &.e-event-action .e-drag-clone,
616
+ &.e-event-action .e-timeline-view .e-drag-clone {
617
+ cursor: move;
618
+
619
+ .e-top-handler,
620
+ .e-bottom-handler {
621
+ pointer-events: none;
622
+ }
623
+ }
624
+
625
+ &.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone {
626
+ cursor: ns-resize;
627
+ }
628
+
629
+ &.e-event-action .e-timeline-view .e-resize-clone,
630
+ &.e-event-action .e-timeline-month-view .e-resize-clone,
631
+ &.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
632
+ cursor: ew-resize;
633
+ }
634
+
635
+ &.e-device {
636
+ .e-appointment {
637
+ overflow: hidden;
638
+ }
639
+
640
+ .e-appointment.e-appointment-border {
641
+ .e-top-bottom-resize {
642
+ height: $schedule-height-10;
643
+ left: 50%;
644
+ position: absolute;
645
+ transform: translateX(-50%);
646
+ width: 100%;
647
+ }
648
+
649
+ .e-left-right-resize {
650
+ border-radius: $schedule-border-radius-50;
651
+ height: $schedule-height-p100;
652
+ position: absolute;
653
+ top: 50%;
654
+ transform: translateY(-50%);
655
+ width: 10px;
656
+ }
657
+
658
+ .e-top-handler .e-top-bottom-resize {
659
+ margin-top: $schedule-negative-spacing-8;
660
+ }
661
+
662
+ .e-bottom-handler .e-top-bottom-resize {
663
+ margin-top: $schedule-spacing-8;
664
+ }
665
+
666
+ .e-left-handler .e-left-right-resize {
667
+ margin-left: $schedule-negative-spacing-8;
668
+ }
669
+
670
+ .e-right-handler .e-left-right-resize {
671
+ margin-left: $schedule-spacing-8;
672
+ }
673
+ }
674
+ }
675
+
676
+ .e-timeline-year-view {
677
+ .e-event-resize {
678
+
679
+ &.e-left-handler,
680
+ &.e-right-handler {
681
+ height: $schedule-height-p100;
682
+ width: 5px;
683
+ }
684
+
685
+ &.e-top-handler,
686
+ &.e-bottom-handler {
687
+ height: $schedule-height-5;
688
+ width: 100%;
689
+ }
690
+ }
691
+ }
692
+
693
+ .e-event-resize {
694
+ position: absolute;
695
+
696
+ &.e-left-handler,
697
+ &.e-right-handler {
698
+ height: $schedule-height-p100;
699
+ min-width: 1px;
700
+ max-width: 10px;
701
+ width: 20%;
702
+ }
703
+
704
+ &.e-left-handler {
705
+ cursor: ew-resize;
706
+ float: left;
707
+ left: 0;
708
+ }
709
+
710
+ &.e-right-handler {
711
+ cursor: e-resize;
712
+ float: right;
713
+ right: 0;
714
+ }
715
+
716
+ &.e-top-handler,
717
+ &.e-bottom-handler {
718
+ min-height: 1px;
719
+ max-height: 10px;
720
+ height: $schedule-height-p20;
721
+ width: 100%;
722
+ }
723
+
724
+ &.e-top-handler {
725
+ cursor: ns-resize;
726
+ top: 0;
727
+ }
728
+
729
+ &.e-bottom-handler {
730
+ bottom: 0;
731
+ cursor: ns-resize;
732
+ }
733
+ }
734
+
735
+ .e-vertical-view {
736
+ .e-month-event-table {
737
+ position: absolute;
738
+ top: 0;
739
+ }
740
+
741
+ &.e-timescale-disable {
742
+ .e-content-table,
743
+ .e-content-wrap {
744
+ height: $schedule-height-p100;
745
+ }
746
+
747
+ .e-all-day-row,
748
+ .e-all-day-cells {
749
+ height: $schedule-height-0 !important; /* stylelint-disable-line declaration-no-important */
750
+ }
751
+
752
+ .e-appointment {
753
+ @include schedule-appointments-styles;
754
+ height: $schedule-timescale-appointment-height;
755
+ margin-bottom: $schedule-spacing-2;
756
+
757
+ &.e-hidden-event {
758
+ display: none;
759
+ }
760
+
761
+ .e-appointment-details {
762
+ display: flex;
763
+ flex: auto;
764
+ padding: $schedule-spacing-2 $schedule-spacing-4 $schedule-spacing-0 $schedule-spacing-2;
765
+ text-align: left;
766
+ }
767
+
768
+ .e-inner-wrap {
769
+ flex: auto;
770
+ overflow: hidden;
771
+ }
772
+
773
+ .e-subject {
774
+ @include schedule-appointments-subject-styles;
775
+ overflow-wrap: break-word;
776
+ padding-top: $schedule-spacing-1;
777
+ white-space: normal;
778
+ word-wrap: break-word;
779
+ }
780
+
781
+ .e-time,
782
+ .e-location {
783
+ font-size: $schedule-font-size-11;
784
+ overflow: hidden;
785
+ padding-top: $schedule-spacing-1;
786
+ text-overflow: ellipsis;
787
+ }
788
+
789
+ .e-disable {
790
+ display: none;
791
+ }
792
+
793
+ .e-recurrence-icon,
794
+ .e-recurrence-edit-icon {
795
+ line-height: $schedule-timescale-recurrence-icon-line-height;
796
+ padding: $schedule-spacing-0 $schedule-spacing-5;
797
+ }
798
+
799
+ .e-left-icon,
800
+ .e-right-icon {
801
+ line-height: $schedule-timescale-recurrence-icon-line-height;
802
+ padding: $schedule-spacing-0 $schedule-spacing-2;
803
+ }
804
+
805
+ &.e-appointment-border,
806
+ &:focus {
807
+ border: $schedule-border-0;
808
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
809
+ }
810
+
811
+ &.e-allow-select {
812
+ pointer-events: none;
813
+ }
814
+ }
815
+
816
+ .e-appointment-wrapper {
817
+ position: absolute;
818
+ width: 0;
819
+ }
820
+
821
+ .e-work-cells {
822
+ height: $schedule-height-auto;
823
+ vertical-align: top;
824
+ }
825
+
826
+ .e-more-indicator {
827
+ @include schedule-more-appointment-styles;
828
+
829
+ &.e-hidden-event {
830
+ display: none;
831
+ }
832
+
833
+ &:focus {
834
+ text-decoration: underline;
835
+ }
836
+ }
837
+ }
838
+
839
+ .e-left-indent {
840
+ width: $schedule-time-scale-width;
841
+
842
+ .e-all-day-cells {
843
+ position: relative;
844
+ }
845
+ }
846
+
847
+ .e-date-header-wrap table col,
848
+ .e-content-wrap table col {
849
+ width: $schedule-header-cells-width;
850
+ }
851
+
852
+ .e-resource-cells {
853
+ color: $schedule-primary-content-font-color;
854
+ font-size: $schedule-header-day-nrml-font-size;
855
+ height: $schedule-height-40;
856
+ padding: $schedule-spacing-8;
857
+ padding-left: $schedule-spacing-15;
858
+ }
859
+
860
+ .e-header-cells {
861
+ font-size: $schedule-font-size-12;
862
+ height: $schedule-header-cells-height;
863
+ padding: $schedule-header-cells-padding;
864
+
865
+ .e-header-day {
866
+ display: table;
867
+ font-size: $schedule-header-day-nrml-font-size;
868
+ line-height: $schedule-header-day-line-height;
869
+ padding-bottom: $schedule-header-day-padding-bottom;
870
+ }
871
+
872
+ .e-header-date {
873
+ cursor: pointer;
874
+ display: table;
875
+ font-size: $schedule-header-date-nrml-font-size;
876
+ line-height: $schedule-header-date-line-height;
877
+ padding-top: $schedule-header-padding-top;
878
+
879
+ &:hover {
880
+ text-decoration: underline;
881
+ }
882
+ }
883
+
884
+ &.e-disable-dates {
885
+ .e-header-day {
886
+ cursor: default;
887
+ opacity: .35;
888
+ }
889
+
890
+ .e-header-date {
891
+ cursor: default;
892
+ opacity: .35;
893
+
894
+ &:hover {
895
+ text-decoration: none;
896
+ }
897
+ }
898
+ }
899
+ }
900
+
901
+ .e-row-count-wrapper {
902
+ display: block;
903
+ height: $schedule-height-p100;
904
+ pointer-events: none;
905
+ position: relative;
906
+
907
+ .e-more-indicator {
908
+ bottom: 0;
909
+ color: $schedule-secondary-content-font-color;
910
+ cursor: pointer;
911
+ overflow: hidden;
912
+ overflow-wrap: normal;
913
+ padding: $schedule-spacing-2 $schedule-spacing-4;
914
+ pointer-events: visible;
915
+ position: absolute;
916
+ text-overflow: ellipsis;
917
+ width: 100%;
918
+
919
+ &.e-hidden-event {
920
+ display: none;
921
+ }
922
+
923
+ &:focus {
924
+ text-decoration: underline;
925
+ }
926
+ }
927
+
928
+ &.e-disable {
929
+ display: none;
930
+ }
931
+ }
932
+
933
+ .e-all-day-appointment-section {
934
+ bottom: 4px;
935
+ color: $schedule-tbar-default-icon-color;
936
+ cursor: pointer;
937
+ display: block;
938
+ font-size: $schedule-font-size-11;
939
+ height: $schedule-height-25;
940
+ left: 0;
941
+ line-height: $schedule-line-height-25;
942
+ margin: $schedule-spacing-0 auto;
943
+ position: absolute;
944
+ right: 0;
945
+ transform: rotate(0deg);
946
+ transition: transform 300ms ease-in-out;
947
+ width: 25px;
948
+
949
+ &.e-disable {
950
+ display: none;
951
+ }
952
+
953
+ &.e-appointment-expand {
954
+ transform: rotate(0deg);
955
+ }
956
+
957
+ &.e-appointment-collapse {
958
+ transform: rotate(180deg);
959
+ }
960
+
961
+ &:hover,
962
+ &:focus {
963
+ background: $schedule-header-hover-color;
964
+ border-radius: $schedule-border-radius-full;
965
+ color: $schedule-all-day-section-hover-color;
966
+ }
967
+ }
968
+
969
+ .e-appointment-hide {
970
+ opacity: 0;
971
+ }
972
+
973
+ .e-all-day-cells {
974
+ height: $schedule-allday-cells-height;
975
+ padding: $schedule-spacing-0;
976
+ text-align: center;
977
+ vertical-align: top;
978
+ }
979
+
980
+ .e-all-day-cells:first-child {
981
+ &.e-animate {
982
+ transition: 250ms ease-out;
983
+ }
984
+ }
985
+
986
+ .e-time-cells-wrap table td,
987
+ .e-work-cells {
988
+ font-size: $schedule-time-scale-nrml-font-size;
989
+ height: $schedule-work-cells-height;
990
+ text-align: center;
991
+ }
992
+
993
+ .e-work-cells {
994
+ width: $schedule-work-cells-width;
995
+
996
+ &.e-disable-dates {
997
+ background: $schedule-disable-dates-color;
998
+
999
+ &:hover {
1000
+ background: $schedule-disable-dates-color;
1001
+ }
1002
+ }
1003
+ }
1004
+
1005
+ &.e-virtual-mask .e-work-cells {
1006
+ background: $schedule-disable-dates-color;
1007
+ box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
1008
+
1009
+ &:hover {
1010
+ background: $schedule-disable-dates-color;
1011
+ }
1012
+ }
1013
+
1014
+ .e-current-time {
1015
+ font-size: $schedule-current-time-nrml-font-size;
1016
+ }
1017
+
1018
+ .e-clone-time-indicator,
1019
+ .e-current-time,
1020
+ .e-previous-timeline,
1021
+ .e-current-timeline {
1022
+ left: 0;
1023
+ position: absolute;
1024
+ right: 0;
1025
+ text-align: center;
1026
+ top: 0;
1027
+ width: 100%;
1028
+ }
1029
+
1030
+ .e-previous-timeline,
1031
+ .e-current-timeline {
1032
+ z-index: 1;
1033
+ }
1034
+
1035
+ .e-date-header-wrap {
1036
+ max-height: 300px;
1037
+ overflow: hidden;
1038
+
1039
+ &.e-all-day-scroll {
1040
+ border-bottom: $schedule-border-1 solid $schedule-appointment-border-color;
1041
+ overflow-y: auto;
1042
+
1043
+ .e-header-row .e-resource-cells {
1044
+ position: sticky;
1045
+ }
1046
+
1047
+ .e-header-row .e-header-cells {
1048
+ position: sticky;
1049
+ top: 0;
1050
+ }
1051
+ }
1052
+
1053
+ &.e-all-day-auto {
1054
+ max-height: unset;
1055
+ }
1056
+ }
1057
+
1058
+ .e-time-cells-wrap {
1059
+ overflow: hidden;
1060
+ }
1061
+
1062
+ .e-content-wrap,
1063
+ .e-time-cells-wrap {
1064
+ position: relative;
1065
+ }
1066
+
1067
+ .e-timeline-wrapper,
1068
+ .e-day-wrapper,
1069
+ .e-all-day-appointment-wrapper {
1070
+ height: $schedule-height-0;
1071
+ margin: $schedule-spacing-0;
1072
+ padding: $schedule-spacing-0;
1073
+ position: relative;
1074
+ }
1075
+
1076
+ .e-appointment-wrapper-hidden {
1077
+ visibility: hidden;
1078
+ }
1079
+
1080
+ .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
1081
+ cursor: default;
1082
+ }
1083
+
1084
+ .e-all-day-appointment-wrapper .e-appointment {
1085
+ @include schedule-appointments-styles;
1086
+ height: $schedule-month-appointment-height;
1087
+
1088
+ &.e-hidden-event {
1089
+ display: none;
1090
+ }
1091
+
1092
+ .e-appointment-details {
1093
+ display: flex;
1094
+ flex: auto;
1095
+ line-height: $schedule-month-appointment-text-line-height;
1096
+ overflow: hidden;
1097
+ padding: $schedule-spacing-1 $schedule-spacing-0 $schedule-spacing-1 $schedule-spacing-4;
1098
+
1099
+ .e-subject {
1100
+ flex: auto;
1101
+ font-size: $schedule-font-size-13;
1102
+ font-weight: $schedule-font-weight-medium;
1103
+ overflow: hidden;
1104
+ text-overflow: ellipsis;
1105
+ }
1106
+
1107
+ .e-time {
1108
+ display: block;
1109
+ font-size: $schedule-font-size-11;
1110
+ padding: $schedule-spacing-1 $schedule-spacing-4 $schedule-spacing-2 $schedule-spacing-0;
1111
+ }
1112
+
1113
+ .e-recurrence-icon,
1114
+ .e-recurrence-edit-icon,
1115
+ .e-left-icon,
1116
+ .e-right-icon {
1117
+ line-height: $schedule-appointment-text-line-height;
1118
+ padding: $schedule-spacing-0 $schedule-spacing-2;
1119
+ }
1120
+ }
1121
+
1122
+ .e-disable {
1123
+ display: none;
1124
+ }
1125
+
1126
+ &.e-appointment-border,
1127
+ &:focus {
1128
+ border: $schedule-border-0;
1129
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1130
+ }
1131
+ }
1132
+
1133
+ .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
1134
+ cursor: default;
1135
+ }
1136
+
1137
+ .e-day-wrapper .e-event-indicator-badge {
1138
+ height: $schedule-event-badge-height;
1139
+ width: $schedule-event-badge-width-p20;
1140
+ position: absolute;
1141
+ border-radius: $schedule-event-badge-border-radius;
1142
+ top: 0;
1143
+ background: $schedule-event-badge-bg;
1144
+ color: $schedule-event-badge-text-color;
1145
+ display: flex;
1146
+ justify-content: center;
1147
+ border: $schedule-border-1 solid $schedule-event-badge-border-color;
1148
+ font-size: $schedule-font-size-12;
1149
+ font-weight: $schedule-font-weight-medium;
1150
+ cursor: pointer;
1151
+ transition: all .2s ease;
1152
+ white-space: normal;
1153
+ word-break: break-all;
1154
+ text-align: center;
1155
+
1156
+ &.e-hidden {
1157
+ display: none;
1158
+ }
1159
+ }
1160
+
1161
+ .e-event-indicator-badge:focus {
1162
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1163
+ }
1164
+
1165
+ .e-event-indicator-badge:hover {
1166
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1167
+ }
1168
+
1169
+ /* Responsive styles for event indicator badge */
1170
+ @media screen and (max-width: 400px) {
1171
+ .e-event-indicator-badge {
1172
+ width: $schedule-event-badge-width-p25;
1173
+ }
1174
+ }
1175
+
1176
+ .e-day-wrapper .e-appointment {
1177
+ background: $schedule-appointment-bg-color;
1178
+ border: $schedule-border-1 solid $schedule-appointment-border-color;
1179
+ border-radius: $schedule-appointment-border-radius;
1180
+ color: $schedule-appointment-font-color;
1181
+ overflow: hidden;
1182
+ position: absolute;
1183
+
1184
+ .e-appointment-details {
1185
+ flex: auto;
1186
+ padding: $schedule-appointment-details-padding;
1187
+ text-align: left;
1188
+ line-height: $schedule-appointment-detail-line-height;
1189
+ }
1190
+
1191
+ .e-subject {
1192
+ @include schedule-appointments-subject-styles;
1193
+ overflow-wrap: break-word;
1194
+ padding-top: $schedule-spacing-4;
1195
+ white-space: normal;
1196
+ word-wrap: break-word;
1197
+ }
1198
+
1199
+ .e-time,
1200
+ .e-location {
1201
+ font-size: $schedule-font-size-11;
1202
+ overflow: hidden;
1203
+ padding-top: $schedule-spacing-1;
1204
+ text-overflow: ellipsis;
1205
+ }
1206
+
1207
+ .e-time {
1208
+ display: block;
1209
+ }
1210
+
1211
+ .e-disable {
1212
+ display: none;
1213
+ }
1214
+
1215
+ .e-recurrence-icon,
1216
+ .e-recurrence-edit-icon {
1217
+ bottom: 5px;
1218
+ display: block;
1219
+ float: right;
1220
+ height: $schedule-height-auto;
1221
+ left: auto;
1222
+ position: absolute;
1223
+ right: 5px;
1224
+ width: auto;
1225
+ }
1226
+
1227
+ .e-indicator {
1228
+ display: block;
1229
+ margin: $schedule-spacing-0 $schedule-spacing-percentage-45;
1230
+ }
1231
+
1232
+ .e-up-icon,
1233
+ .e-down-icon {
1234
+ font-size: $schedule-font-icon-size-8;
1235
+ }
1236
+
1237
+ .e-up-icon {
1238
+ margin-top: $schedule-spacing-3;
1239
+ top: 0;
1240
+ }
1241
+
1242
+ .e-down-icon {
1243
+ bottom: 6px;
1244
+ position: absolute;
1245
+ }
1246
+
1247
+ &.e-appointment-border,
1248
+ &:focus {
1249
+ border: $schedule-border-0;
1250
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1251
+ }
1252
+ }
1253
+
1254
+ &.e-day-view .e-header-date {
1255
+ cursor: default;
1256
+
1257
+ &:hover {
1258
+ text-decoration: none;
1259
+ }
1260
+ }
1261
+ }
1262
+
1263
+ &.e-device {
1264
+ .e-vertical-view {
1265
+ .e-header-cells {
1266
+ .e-header-day {
1267
+ font-size: $schedule-header-day-device-font-size;
1268
+ }
1269
+
1270
+ .e-header-date {
1271
+ font-size: $schedule-header-date-device-font-size;
1272
+
1273
+ &:hover {
1274
+ text-decoration: none;
1275
+ }
1276
+ }
1277
+ }
1278
+
1279
+ .e-left-indent {
1280
+ width: $schedule-device-time-scale-width;
1281
+ }
1282
+
1283
+ .e-clone-time-indicator,
1284
+ .e-current-time {
1285
+ font-size: $schedule-font-size-9;
1286
+ }
1287
+
1288
+ .e-time-cells-wrap {
1289
+ float: left;
1290
+ width: $schedule-device-time-scale-width;
1291
+
1292
+ table td {
1293
+ font-size: $schedule-time-scale-device-font-size;
1294
+ }
1295
+ }
1296
+
1297
+ .e-day-wrapper .e-appointment .e-subject {
1298
+ font-weight: $schedule-font-weight-medium;
1299
+ min-height: auto;
1300
+ }
1301
+ }
1302
+ }
1303
+
1304
+ &.e-rtl {
1305
+ text-align: right;
1306
+
1307
+ .e-vertical-view {
1308
+ &.e-timescale-disable .e-appointment-details {
1309
+ text-align: right;
1310
+ }
1311
+
1312
+ .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
1313
+ padding: $schedule-spacing-1 $schedule-spacing-4 $schedule-spacing-1 $schedule-spacing-0;
1314
+ }
1315
+
1316
+ .e-day-wrapper .e-appointment {
1317
+ .e-appointment-details {
1318
+ line-height: $schedule-line-height-15;
1319
+ text-align: right;
1320
+ }
1321
+
1322
+ .e-subject {
1323
+ font-weight: $schedule-font-weight-medium;
1324
+ margin-right: auto;
1325
+ }
1326
+
1327
+ .e-recurrence-icon,
1328
+ .e-recurrence-edit-icon {
1329
+ float: left;
1330
+ left: 5px;
1331
+ right: auto;
1332
+ }
1333
+ }
1334
+ }
1335
+
1336
+ &.e-device {
1337
+ .e-vertical-view .e-time-cells-wrap {
1338
+ float: right;
1339
+ }
1340
+ }
1341
+ }
1342
+
1343
+ @media screen and (max-width: 480px) {
1344
+ .e-vertical-view {
1345
+ .e-left-indent {
1346
+ width: $schedule-device-time-scale-width;
1347
+ }
1348
+ }
1349
+ }
1350
+
1351
+ .e-month-view,
1352
+ .e-month-agenda-view {
1353
+ .e-left-indent {
1354
+ border-right: $border-size $border-type $schedule-content-border-color;
1355
+ width: 36px;
1356
+ }
1357
+
1358
+ .e-week-number-wrapper {
1359
+ overflow: hidden;
1360
+ position: relative;
1361
+
1362
+ .e-schedule-table {
1363
+ height: $schedule-height-p100;
1364
+ }
1365
+
1366
+ .e-week-number {
1367
+ color: $schedule-secondary-content-font-color;
1368
+ padding-top: $schedule-spacing-4;
1369
+ text-align: center;
1370
+ vertical-align: top;
1371
+ width: 36px;
1372
+ }
1373
+ }
1374
+ }
1375
+
1376
+ .e-clipboard {
1377
+ cursor: default;
1378
+ height: $schedule-height-1;
1379
+ left: -1000px;
1380
+ position: fixed;
1381
+ resize: none;
1382
+ top: -1000px;
1383
+ width: 1px;
1384
+ overflow: hidden;
1385
+ opacity: 0;
1386
+ }
1387
+
1388
+ .e-month-view {
1389
+ .e-month-event-table {
1390
+ position: absolute;
1391
+ top: 0;
1392
+ }
1393
+
1394
+ .e-content-wrap table tr:last-child td {
1395
+ border-bottom-width: $schedule-border-0;
1396
+ }
1397
+
1398
+ .e-date-header-wrap {
1399
+ font-size: $schedule-date-header-wrap-nrml-font-size;
1400
+ overflow: hidden;
1401
+ }
1402
+
1403
+ .e-week-number {
1404
+ border-bottom: $border-size $border-type $schedule-content-border-color;
1405
+ border-right: $border-size $border-type $schedule-content-border-color;
1406
+ height: $schedule-month-work-cells-height;
1407
+ }
1408
+
1409
+ .e-content-wrap {
1410
+ font-size: $schedule-date-header-wrap-nrml-font-size;
1411
+ }
1412
+
1413
+ .e-date-header-wrap table col {
1414
+ width: $schedule-header-cells-width;
1415
+ }
1416
+
1417
+ .e-resource-cells {
1418
+ color: $schedule-primary-content-font-color;
1419
+ font-size: $schedule-date-header-wrap-nrml-font-size;
1420
+ height: $schedule-height-40;
1421
+ padding: $schedule-spacing-8;
1422
+ padding-left: $schedule-spacing-15;
1423
+ }
1424
+
1425
+ .e-header-cells {
1426
+ cursor: default;
1427
+ font-weight: normal;
1428
+ height: $schedule-month-header-cells-nrml-height;
1429
+ padding: $schedule-month-header-cells-padding;
1430
+ }
1431
+
1432
+ .e-content-table {
1433
+ height: $schedule-height-p100;
1434
+ }
1435
+
1436
+ .e-work-cells {
1437
+ height: $schedule-month-work-cells-height;
1438
+ vertical-align: top;
1439
+ width: $schedule-work-cells-width;
1440
+
1441
+ &.e-disable-date {
1442
+ .e-date-header {
1443
+ visibility: hidden;
1444
+ }
1445
+ }
1446
+
1447
+ &.e-disable-dates {
1448
+ background: $schedule-disable-dates-color;
1449
+
1450
+ .e-date-header {
1451
+ cursor: default;
1452
+ opacity: .35;
1453
+
1454
+ &:hover {
1455
+ text-decoration: none;
1456
+ }
1457
+ }
1458
+
1459
+ &:hover {
1460
+ background: $schedule-disable-dates-color;
1461
+ }
1462
+ }
1463
+ }
1464
+
1465
+ &.e-virtual-mask .e-work-cells {
1466
+ background: $schedule-disable-dates-color;
1467
+ box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
1468
+
1469
+ &:hover {
1470
+ background: $schedule-disable-dates-color;
1471
+ }
1472
+ }
1473
+
1474
+ .e-date-header {
1475
+ cursor: pointer;
1476
+ display: table;
1477
+ height: $schedule-height-20;
1478
+ line-height: $schedule-date-header-line-height;
1479
+ margin: $schedule-date-header-margin;
1480
+ text-align: center;
1481
+
1482
+ &:hover {
1483
+ text-decoration: underline;
1484
+ }
1485
+ }
1486
+
1487
+ .e-appointment-wrapper {
1488
+ position: absolute;
1489
+ }
1490
+
1491
+ .e-new-event {
1492
+ height: calc($schedule-height-p100 - $schedule-height-25);
1493
+ }
1494
+
1495
+ .e-block-indicator {
1496
+ margin-top: $schedule-negative-spacing-20;
1497
+ }
1498
+
1499
+ .e-inline-appointment {
1500
+ z-index: 1;
1501
+ }
1502
+
1503
+ .e-appointment {
1504
+ @include schedule-appointments-styles;
1505
+ cursor: default;
1506
+ height: $schedule-month-appointment-height;
1507
+
1508
+ .e-disable {
1509
+ display: none;
1510
+ }
1511
+
1512
+ &.e-hidden-event {
1513
+ display: none;
1514
+ }
1515
+
1516
+ .e-appointment-details {
1517
+ display: flex;
1518
+ flex: auto;
1519
+ line-height: $schedule-month-appointment-text-line-height;
1520
+ overflow: hidden;
1521
+
1522
+ .e-subject {
1523
+ flex: auto;
1524
+ font-size: $schedule-font-size-13;
1525
+ font-weight: $schedule-font-weight-medium;
1526
+ overflow: hidden;
1527
+ padding: $schedule-month-appointment-subject-padding;
1528
+ text-overflow: ellipsis;
1529
+ }
1530
+
1531
+ .e-inline-subject {
1532
+ padding: $schedule-spacing-4;
1533
+ text-align: center;
1534
+ }
1535
+
1536
+ .e-time {
1537
+ font-size: $schedule-font-size-11;
1538
+ padding: $schedule-month-appointment-time-padding;
1539
+ }
1540
+
1541
+ .e-recurrence-icon,
1542
+ .e-recurrence-edit-icon,
1543
+ .e-left-icon,
1544
+ .e-right-icon {
1545
+ line-height: $schedule-recurrence-icon-line-height;
1546
+ padding: $schedule-spacing-0 $schedule-spacing-2;
1547
+ }
1548
+ }
1549
+
1550
+ &.e-appointment-border,
1551
+ &:focus {
1552
+ border: $schedule-border-0;
1553
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1554
+ }
1555
+
1556
+ &.e-allow-select {
1557
+ pointer-events: none;
1558
+ }
1559
+
1560
+ .e-subject {
1561
+ padding: $schedule-spacing-2;
1562
+ width: 100%;
1563
+ }
1564
+ }
1565
+
1566
+ .e-more-indicator {
1567
+ @include schedule-more-appointment-styles;
1568
+
1569
+ &.e-hidden-event {
1570
+ display: none;
1571
+ }
1572
+
1573
+ &:focus {
1574
+ text-decoration: underline;
1575
+ }
1576
+ }
1577
+ }
1578
+
1579
+ &.e-rtl {
1580
+ .e-month-view {
1581
+ .e-date-header {
1582
+ margin: $schedule-date-header-margin-rtl;
1583
+ }
1584
+
1585
+ .e-left-indent,
1586
+ .e-week-number {
1587
+ border-left: $border-size $border-type $schedule-content-border-color;
1588
+ border-right-width: $schedule-border-0;
1589
+ }
1590
+ }
1591
+ }
1592
+
1593
+ .e-year-view {
1594
+ .e-calendar-wrapper {
1595
+ display: flex;
1596
+ flex-wrap: wrap;
1597
+ justify-content: center;
1598
+
1599
+ .e-month-calendar.e-calendar {
1600
+ border: $schedule-border-0;
1601
+ flex: 0 25%;
1602
+ max-width: 100%;
1603
+ min-width: $schedule-calendar-width;
1604
+ padding: $schedule-spacing-10;
1605
+ @if ($theme-name == 'fluent2') {
1606
+ box-shadow: none;
1607
+ }
1608
+
1609
+ .e-header .e-title {
1610
+ cursor: default;
1611
+ }
1612
+
1613
+ .e-content span.e-day {
1614
+ display: block;
1615
+ margin: $schedule-spacing-0 auto;
1616
+ }
1617
+
1618
+ .e-other-month {
1619
+ color: $schedule-secondary-content-font-color;
1620
+ pointer-events: visible;
1621
+ touch-action: auto;
1622
+
1623
+ &.e-today {
1624
+ opacity: .5;
1625
+ }
1626
+ }
1627
+
1628
+ .e-appointment,
1629
+ .e-appointment-indicator {
1630
+ background: $schedule-appointment-bg-color;
1631
+ border-radius: $schedule-border-radius-50;
1632
+ height: $schedule-height-5;
1633
+ margin: $schedule-negative-spacing-6 auto $schedule-spacing-0;
1634
+ position: relative;
1635
+ width: 5px;
1636
+ }
1637
+ }
1638
+
1639
+ .e-work-cells {
1640
+ &.e-disable-dates {
1641
+ background: $schedule-disable-dates-color;
1642
+ cursor: default;
1643
+
1644
+ .e-day {
1645
+ cursor: default;
1646
+ }
1647
+
1648
+ &:hover {
1649
+ background: $schedule-disable-dates-color;
1650
+ }
1651
+ }
1652
+ }
1653
+ }
1654
+
1655
+ .e-date-header-wrap {
1656
+ font-size: $schedule-date-header-wrap-nrml-font-size;
1657
+ overflow: hidden;
1658
+
1659
+ table {
1660
+ col {
1661
+ width: $schedule-header-cells-width;
1662
+ }
1663
+
1664
+ td {
1665
+ background: $schedule-header-bg-color;
1666
+ border-color: $schedule-header-border-color;
1667
+ border-style: $border-type;
1668
+ border-width: $schedule-month-work-cells-border;
1669
+ color: $schedule-header-font-color;
1670
+ text-align: left;
1671
+
1672
+ &:first-child {
1673
+ border-left-width: $schedule-border-0;
1674
+ }
1675
+ }
1676
+ }
1677
+ }
1678
+
1679
+ .e-resource-cells {
1680
+ color: $schedule-primary-content-font-color;
1681
+ font-size: $schedule-date-header-wrap-nrml-font-size;
1682
+ height: $schedule-height-40;
1683
+ padding: $schedule-spacing-8;
1684
+ padding-left: $schedule-spacing-15;
1685
+ }
1686
+
1687
+ .e-content-wrap table td:first-child {
1688
+ border-left-width: $schedule-border-0;
1689
+ }
1690
+
1691
+ .e-resource .e-month-calendar {
1692
+ max-width: 100%;
1693
+ min-width: 100%;
1694
+ }
1695
+ }
1696
+
1697
+ .e-timeline-year-view {
1698
+ .e-date-header-wrap,
1699
+ .e-month-header-wrapper {
1700
+ overflow: hidden;
1701
+ position: relative;
1702
+ }
1703
+
1704
+ .e-month-header-wrapper {
1705
+ .e-schedule-table {
1706
+ height: $schedule-height-p100;
1707
+
1708
+ &.e-auto-height {
1709
+ height: $schedule-height-auto;
1710
+ }
1711
+ }
1712
+ }
1713
+
1714
+ .e-date-header-wrap table col,
1715
+ .e-content-wrap table col {
1716
+ width: 100px;
1717
+ }
1718
+
1719
+ .e-resource-left-td,
1720
+ .e-date-header-wrap table td {
1721
+ background: $schedule-header-bg-color;
1722
+ border-color: $schedule-header-border-color;
1723
+ border-style: $border-type;
1724
+ border-width: $schedule-border-0 $border-size $border-size $schedule-border-0;
1725
+ color: $schedule-header-font-color;
1726
+ text-align: center;
1727
+
1728
+ &.e-current-day {
1729
+ color: $schedule-active-font-color;
1730
+ }
1731
+ }
1732
+
1733
+ .e-resource-text {
1734
+ color: $schedule-primary-content-font-color;
1735
+ font-size: $schedule-font-size-13;
1736
+ overflow: hidden;
1737
+ padding: $schedule-timeline-year-resource-text-padding;
1738
+ text-overflow: ellipsis;
1739
+ }
1740
+
1741
+ .e-resource-left-td {
1742
+ vertical-align: middle;
1743
+ width: $schedule-timeline-resources-width;
1744
+ }
1745
+
1746
+ .e-left-indent-wrap .e-resource-cells,
1747
+ .e-date-header-wrap .e-resource-cells {
1748
+ height: $schedule-height-40;
1749
+ }
1750
+
1751
+ .e-resource-column-wrap {
1752
+ overflow: hidden;
1753
+ position: relative;
1754
+
1755
+ .e-resource-cells {
1756
+ background: $schedule-work-cells-bg-color;
1757
+ border-color: $schedule-content-border-color;
1758
+ border-style: $border-type;
1759
+ border-width: $schedule-border-0 $schedule-border-1 $schedule-border-1 $schedule-border-0;
1760
+ color: $schedule-primary-content-font-color;
1761
+ height: $schedule-timeline-year-work-cells-height;
1762
+ padding-left: $schedule-timeline-year-resource-cells-padding-left;
1763
+ padding-right: $schedule-spacing-0;
1764
+ vertical-align: middle;
1765
+
1766
+ &.e-child-node {
1767
+ background: $schedule-workhour-bg-color;
1768
+ }
1769
+
1770
+ &:focus {
1771
+ background: $schedule-resource-focus-bg-color;
1772
+ }
1773
+ }
1774
+ }
1775
+
1776
+ .e-resource-column-table {
1777
+ height: $schedule-height-p100;
1778
+
1779
+ &.e-auto-height {
1780
+ height: $schedule-height-auto;
1781
+ }
1782
+ }
1783
+
1784
+ .e-resource-tree-icon {
1785
+ color: $schedule-icon-color;
1786
+ cursor: pointer;
1787
+ float: left;
1788
+ font-family: 'e-icons';
1789
+ font-size: $schedule-font-icon-size-12;
1790
+ padding: $schedule-spacing-4 $schedule-spacing-7;
1791
+ }
1792
+
1793
+ .e-resource-collapse {
1794
+ transform: rotate(90deg);
1795
+ }
1796
+
1797
+ .e-content-table {
1798
+ height: $schedule-height-p100;
1799
+
1800
+ &.e-auto-height {
1801
+ height: $schedule-height-auto;
1802
+ }
1803
+ }
1804
+
1805
+ .e-left-indent td {
1806
+ border-color: $schedule-content-border-color;
1807
+ border-style: $border-type;
1808
+ border-width: $schedule-border-0 $border-size $schedule-border-0 $schedule-border-0;
1809
+ vertical-align: middle;
1810
+ }
1811
+
1812
+ .e-left-indent tr:last-child td {
1813
+ border-width: $schedule-border-0 $border-size $border-size $schedule-border-0;
1814
+ }
1815
+
1816
+ &.e-horizontal .e-left-indent {
1817
+ padding: $schedule-spacing-0;
1818
+ width: 100px;
1819
+ }
1820
+
1821
+ &.e-vertical .e-left-indent,
1822
+ &.e-vertical .e-left-indent .e-header-cells {
1823
+ width: 100px;
1824
+ }
1825
+
1826
+ .e-month-header {
1827
+ border-bottom: $border-size $border-type $schedule-content-border-color;
1828
+ border-right: $border-size $border-type $schedule-content-border-color;
1829
+ text-align: center;
1830
+ color: $schedule-header-font-color;
1831
+
1832
+ &.e-current-day {
1833
+ color: $schedule-active-font-color;
1834
+ }
1835
+ }
1836
+
1837
+ .e-left-indent,
1838
+ .e-header-cells {
1839
+ cursor: default;
1840
+ font-weight: normal;
1841
+ height: $schedule-month-header-cells-nrml-height;
1842
+ padding: $schedule-timeline-year-left-indent-padding;
1843
+ text-align: center;
1844
+ }
1845
+
1846
+ .e-month-header,
1847
+ .e-work-cells {
1848
+ height: $schedule-timeline-year-work-cells-height;
1849
+ }
1850
+
1851
+ .e-header-cells,
1852
+ .e-work-cells {
1853
+ width: $schedule-timeline-year-work-cells-width;
1854
+ }
1855
+
1856
+ .e-work-cells {
1857
+ vertical-align: top;
1858
+
1859
+ .e-date-header {
1860
+ cursor: pointer;
1861
+ display: table;
1862
+ height: $schedule-height-20;
1863
+ line-height: $schedule-date-header-line-height;
1864
+ margin: $schedule-date-header-margin;
1865
+ text-align: center;
1866
+ width: 10px;
1867
+
1868
+ &:hover {
1869
+ text-decoration: underline;
1870
+ }
1871
+ }
1872
+ }
1873
+
1874
+ .e-event-table {
1875
+ position: absolute;
1876
+ top: 0;
1877
+
1878
+ .e-appointment-container.e-event-container {
1879
+ height: $schedule-timeline-year-work-cells-height;
1880
+ position: relative;
1881
+ }
1882
+
1883
+ .e-appointment-wrapper {
1884
+ position: absolute;
1885
+ }
1886
+
1887
+ .e-inline-appointment {
1888
+ z-index: 1;
1889
+ }
1890
+
1891
+ .e-appointment {
1892
+ @include schedule-appointments-styles;
1893
+ cursor: default;
1894
+ height: $schedule-month-appointment-height;
1895
+
1896
+ &.e-hidden {
1897
+ display: none;
1898
+ }
1899
+
1900
+ &.e-hidden-event {
1901
+ display: none;
1902
+ }
1903
+
1904
+ .e-appointment-details {
1905
+ display: flex;
1906
+ flex: auto;
1907
+ line-height: $schedule-line-height-20;
1908
+ overflow: hidden;
1909
+ }
1910
+
1911
+ .e-subject {
1912
+ flex: auto;
1913
+ font-size: $schedule-font-size-13;
1914
+ font-weight: $schedule-font-weight-medium;
1915
+ overflow: hidden;
1916
+ padding: $schedule-spacing-1 $schedule-spacing-2;
1917
+ text-overflow: ellipsis;
1918
+ }
1919
+
1920
+ .e-time,
1921
+ .e-location {
1922
+ font-size: $schedule-font-size-11;
1923
+ overflow: hidden;
1924
+ padding: $schedule-spacing-1-5;
1925
+ text-overflow: ellipsis;
1926
+ }
1927
+
1928
+ .e-disable {
1929
+ display: none;
1930
+ }
1931
+
1932
+ .e-recurrence-icon,
1933
+ .e-recurrence-edit-icon {
1934
+ line-height: $schedule-recurrence-icon-line-height;
1935
+ padding: $schedule-spacing-0 $schedule-spacing-5;
1936
+ }
1937
+
1938
+ .e-left-icon,
1939
+ .e-right-icon {
1940
+ line-height: $schedule-recurrence-icon-line-height;
1941
+ padding: $schedule-spacing-0 $schedule-spacing-2;
1942
+ }
1943
+
1944
+ &.e-appointment-border,
1945
+ &:focus {
1946
+ border: $schedule-border-0;
1947
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1948
+ }
1949
+
1950
+ &.e-allow-select {
1951
+ pointer-events: none;
1952
+ }
1953
+ }
1954
+
1955
+ .e-more-indicator {
1956
+ @include schedule-more-appointment-styles;
1957
+
1958
+ &.e-hidden-event {
1959
+ display: none;
1960
+ }
1961
+
1962
+ &.e-hidden {
1963
+ display: none;
1964
+ }
1965
+
1966
+ &:focus {
1967
+ text-decoration: underline;
1968
+ }
1969
+ }
1970
+ }
1971
+ }
1972
+
1973
+ &.e-device {
1974
+ .e-year-view {
1975
+ .e-calendar-wrapper .e-month-calendar.e-calendar {
1976
+ max-width: 100%;
1977
+ min-width: 100%;
1978
+ }
1979
+ }
1980
+ }
1981
+
1982
+ .e-timeline-view,
1983
+ .e-timeline-month-view {
1984
+ .e-content-wrap,
1985
+ .e-content-table {
1986
+ height: $schedule-height-p100;
1987
+ }
1988
+
1989
+ .e-date-header-wrap {
1990
+ font-size: $schedule-date-header-wrap-nrml-font-size;
1991
+ overflow: hidden;
1992
+ position: relative;
1993
+ }
1994
+
1995
+ .e-event-table {
1996
+ position: absolute;
1997
+ top: 0;
1998
+ }
1999
+
2000
+ .e-appointment-container.e-event-container {
2001
+ height: $schedule-timeline-work-cells-height;
2002
+ position: relative;
2003
+ }
2004
+
2005
+ .e-date-header-wrap table col,
2006
+ .e-content-wrap table col {
2007
+ width: $schedule-timeline-work-cells-width;
2008
+ }
2009
+
2010
+ .e-date-header-wrap table tbody td {
2011
+ height: $schedule-timeline-header-cells-height;
2012
+ overflow: hidden;
2013
+ padding: $schedule-timeline-date-header-wrap-padding;
2014
+ text-overflow: ellipsis;
2015
+ white-space: nowrap;
2016
+ }
2017
+
2018
+ .e-date-header-wrap table tbody td.e-time-slots {
2019
+ background: $schedule-timeline-header-time-slots-bg;
2020
+ overflow: inherit;
2021
+ }
2022
+
2023
+ .e-date-header-wrap table tbody td > span {
2024
+ position: relative;
2025
+ }
2026
+
2027
+ .e-navigate {
2028
+ &:hover {
2029
+ cursor: pointer;
2030
+ text-decoration: underline;
2031
+ }
2032
+
2033
+ &:focus {
2034
+ text-decoration: underline;
2035
+ }
2036
+ }
2037
+
2038
+ .e-work-cells {
2039
+ height: $schedule-timeline-work-cells-height;
2040
+
2041
+ &.e-disable-dates {
2042
+ background: $schedule-disable-dates-color;
2043
+
2044
+ &:hover {
2045
+ background: $schedule-disable-dates-color;
2046
+ }
2047
+ }
2048
+ }
2049
+
2050
+ .e-resource-text {
2051
+ color: $schedule-primary-content-font-color;
2052
+ font-size: $schedule-font-size-13;
2053
+ overflow: hidden;
2054
+ padding: $schedule-timeline-year-resource-text-padding;
2055
+ text-overflow: ellipsis;
2056
+ }
2057
+
2058
+ .e-resource-left-td {
2059
+ background: $schedule-header-bg-color;
2060
+ border-color: $schedule-header-border-color;
2061
+ border-style: $border-type;
2062
+ border-width: $schedule-border-0 $schedule-border-1 $schedule-border-1 $schedule-border-0;
2063
+ color: $schedule-header-font-color;
2064
+ vertical-align: middle;
2065
+ width: $schedule-timeline-resources-width;
2066
+ }
2067
+
2068
+ .e-resource-cells {
2069
+ background: $schedule-work-cells-bg-color;
2070
+ border-color: $schedule-content-border-color;
2071
+ border-style: $border-type;
2072
+ border-width: $schedule-border-0 $schedule-border-1 $schedule-border-1 $schedule-border-0;
2073
+ color: $schedule-primary-content-font-color;
2074
+ height: $schedule-timeline-work-cells-height;
2075
+ padding-left: $schedule-timeline-year-resource-cells-padding-left;
2076
+ padding-right: $schedule-spacing-0;
2077
+ vertical-align: middle;
2078
+
2079
+ &:focus {
2080
+ background: $schedule-resource-focus-bg-color;
2081
+ }
2082
+ }
2083
+
2084
+ .e-resource-column-wrap {
2085
+ overflow: hidden;
2086
+ position: relative;
2087
+ }
2088
+
2089
+ .e-resource-column-table {
2090
+ height: $schedule-height-p100;
2091
+ }
2092
+
2093
+ .e-auto-height {
2094
+ height: $schedule-height-auto;
2095
+ }
2096
+
2097
+ &.e-ignore-whitespace .e-work-cells,
2098
+ &.e-ignore-whitespace .e-resource-cells,
2099
+ &.e-ignore-whitespace .e-event-container {
2100
+ height: $schedule-height-42;
2101
+ }
2102
+
2103
+ &.e-virtual-mask .e-work-cells {
2104
+ background: $schedule-disable-dates-color;
2105
+ box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
2106
+ }
2107
+
2108
+ .e-resource-tree-icon {
2109
+ color: $schedule-icon-color;
2110
+ cursor: pointer;
2111
+ float: left;
2112
+ font-family: 'e-icons';
2113
+ font-size: $schedule-font-icon-size-12;
2114
+ padding: $schedule-spacing-4 $schedule-spacing-7;
2115
+ }
2116
+
2117
+ .e-resource-collapse {
2118
+ transform: rotate(90deg);
2119
+ }
2120
+
2121
+ .e-child-node {
2122
+ background: $schedule-workhour-bg-color;
2123
+ }
2124
+
2125
+ .e-appointment-wrapper {
2126
+ position: absolute;
2127
+ }
2128
+
2129
+ .e-inline-appointment {
2130
+ z-index: 1;
2131
+ }
2132
+
2133
+ .e-appointment {
2134
+ @include schedule-appointments-styles;
2135
+ cursor: default;
2136
+ height: $schedule-timeline-appointment-height;
2137
+
2138
+ &.e-hidden-event {
2139
+ display: none;
2140
+ }
2141
+
2142
+ .e-appointment-details {
2143
+ display: flex;
2144
+ flex: auto;
2145
+ overflow: hidden;
2146
+ padding: $schedule-spacing-0 $schedule-spacing-4;
2147
+
2148
+ .e-inner-wrap {
2149
+ flex: auto;
2150
+ overflow: hidden;
2151
+ }
2152
+ }
2153
+
2154
+ .e-subject {
2155
+ @include schedule-appointments-subject-styles;
2156
+ padding-top: $schedule-spacing-4;
2157
+ text-overflow: ellipsis;
2158
+ }
2159
+
2160
+ .e-time,
2161
+ .e-location {
2162
+ font-size: $schedule-font-size-11;
2163
+ overflow: hidden;
2164
+ padding-top: $schedule-spacing-1;
2165
+ text-overflow: ellipsis;
2166
+ }
2167
+
2168
+ .e-time {
2169
+ display: block;
2170
+ line-height: $schedule-line-height-1-4;
2171
+ }
2172
+
2173
+ .e-disable {
2174
+ display: none;
2175
+ }
2176
+
2177
+ .e-recurrence-icon,
2178
+ .e-recurrence-edit-icon {
2179
+ line-height: $schedule-timeline-recurrence-icon-line-height;
2180
+ padding: $schedule-spacing-0 $schedule-spacing-5;
2181
+ }
2182
+
2183
+ .e-indicator {
2184
+ display: block;
2185
+ }
2186
+
2187
+ .e-left-icon,
2188
+ .e-right-icon {
2189
+ font-size: $schedule-font-icon-size-10;
2190
+ line-height: $schedule-timeline-recurrence-icon-line-height;
2191
+ padding-right: $schedule-spacing-7;
2192
+ }
2193
+
2194
+ .e-right-icon {
2195
+ padding-right: $schedule-spacing-5;
2196
+ }
2197
+
2198
+ &.e-appointment-border,
2199
+ &:focus {
2200
+ border: $schedule-border-0;
2201
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
2202
+ }
2203
+
2204
+ &.e-allow-select {
2205
+ pointer-events: none;
2206
+ }
2207
+ }
2208
+
2209
+ .e-more-indicator {
2210
+ @include schedule-more-appointment-styles;
2211
+
2212
+ &.e-hidden-event {
2213
+ display: none;
2214
+ }
2215
+
2216
+ &:focus {
2217
+ text-decoration: underline;
2218
+ }
2219
+ }
2220
+ }
2221
+
2222
+ .e-timeline-view {
2223
+ .e-navigate {
2224
+ font-size: $schedule-date-header-wrap-nrml-font-size;
2225
+ }
2226
+
2227
+ .e-clone-time-indicator,
2228
+ .e-current-time {
2229
+ bottom: 0;
2230
+ position: absolute;
2231
+ }
2232
+
2233
+ .e-current-timeline {
2234
+ position: absolute;
2235
+ top: 0;
2236
+ }
2237
+ }
2238
+
2239
+ .e-timeline-month-view {
2240
+ .e-date-header-wrap table col,
2241
+ .e-content-wrap table col {
2242
+ width: $schedule-timeline-month-cells-width;
2243
+ }
2244
+ }
2245
+
2246
+ .e-virtual-scroll {
2247
+ .e-content-wrap.e-transition,
2248
+ .e-resource-column-wrap.e-transition {
2249
+ overscroll-behavior: none;
2250
+ }
2251
+
2252
+ &.e-vertical-view,
2253
+ &.e-month-view {
2254
+ .e-content-table {
2255
+ transform: translateX(0);
2256
+ }
2257
+ }
2258
+
2259
+ &.e-timeline-view,
2260
+ &.e-timeline-month-view,
2261
+ &.e-timeline-year-view.e-vertical {
2262
+ .e-content-table {
2263
+ transform: translateY(0);
2264
+ }
2265
+ }
2266
+
2267
+ .e-content-table {
2268
+ position: absolute;
2269
+
2270
+ &.e-virtual-relative {
2271
+ position: relative;
2272
+ }
2273
+ }
2274
+
2275
+ .e-content-wrap,
2276
+ .e-resource-column-wrap {
2277
+ &.e-transition {
2278
+ transition: all 1000ms linear; // sass-lint:disable-line no-transition-all
2279
+ }
2280
+ }
2281
+ }
2282
+
2283
+ &.e-rtl {
2284
+ .e-timeline-view,
2285
+ .e-timeline-month-view {
2286
+ .e-appointment {
2287
+ .e-left-icon,
2288
+ .e-right-icon {
2289
+ padding: $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-5;
2290
+ }
2291
+ }
2292
+
2293
+ .e-inline-appointment {
2294
+ z-index: 1;
2295
+ }
2296
+
2297
+ .e-resource-left-td {
2298
+ border-width: $schedule-border-0 $schedule-border-0 $schedule-border-1 $schedule-border-1;
2299
+ }
2300
+
2301
+ .e-resource-cells {
2302
+ border-width: $schedule-border-0 $schedule-border-0 $schedule-border-1 $schedule-border-1;
2303
+ padding-right: $schedule-spacing-15;
2304
+ }
2305
+
2306
+ .e-resource-tree-icon {
2307
+ float: right;
2308
+ }
2309
+
2310
+ .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2311
+ text-align: right;
2312
+ }
2313
+
2314
+ .e-date-header-wrap table tbody td {
2315
+ padding: $schedule-rtl-timeline-date-header-wrap-padding;
2316
+ }
2317
+ }
2318
+ }
2319
+
2320
+ &.e-device {
2321
+ .e-month-view,
2322
+ .e-timeline-view,
2323
+ .e-timeline-month-view {
2324
+ .e-date-header-wrap {
2325
+ font-size: $schedule-date-header-wrap-device-font-size;
2326
+ }
2327
+
2328
+ .e-date-header-wrap td {
2329
+ border-left-width: $schedule-border-0;
2330
+ border-right-width: $schedule-border-0;
2331
+ }
2332
+
2333
+ .e-content-wrap {
2334
+ font-size: $schedule-content-device-font-size;
2335
+ }
2336
+
2337
+ .e-date-header {
2338
+ &:hover {
2339
+ text-decoration: none;
2340
+ }
2341
+ }
2342
+
2343
+ .e-more-indicator {
2344
+ font-size: $schedule-font-size-12;
2345
+ }
2346
+
2347
+ .e-navigate {
2348
+ &:hover {
2349
+ text-decoration: none;
2350
+ }
2351
+ }
2352
+ }
2353
+ }
2354
+
2355
+ .e-month-agenda-view {
2356
+ .e-schedule-resource-toolbar {
2357
+ .e-resource-menu {
2358
+ margin-top: $schedule-spacing-6;
2359
+
2360
+ &.e-disable {
2361
+ display: none;
2362
+ }
2363
+ }
2364
+
2365
+ .e-resource-level-title .e-icon-next {
2366
+ margin-top: $schedule-spacing-4;
2367
+ }
2368
+ }
2369
+
2370
+ .e-week-number-wrapper .e-week-number {
2371
+ border-right: $border-size $border-type $schedule-content-border-color;
2372
+ height: $schedule-height-40;
2373
+ padding-top: $schedule-spacing-8;
2374
+ }
2375
+
2376
+ .e-wrapper-container {
2377
+ position: relative;
2378
+ }
2379
+
2380
+ .e-week-number-wrapper .e-schedule-table,
2381
+ .e-content-table {
2382
+ border-bottom: $schedule-month-agenda-border;
2383
+ box-shadow: $schedule-box-shadow;
2384
+ height: $schedule-height-p100;
2385
+ }
2386
+
2387
+ .e-resource-column {
2388
+ @include schedule-resource-column-styles;
2389
+ border-right: $border-size $border-type $schedule-content-border-color;
2390
+ }
2391
+
2392
+ .e-resource-name {
2393
+ color: $schedule-primary-content-font-color;
2394
+ font-size: $schedule-date-header-wrap-device-font-size;
2395
+ line-height: $schedule-line-height-26;
2396
+ overflow: hidden;
2397
+ padding: $schedule-spacing-8;
2398
+ text-overflow: ellipsis;
2399
+ }
2400
+
2401
+ .e-day-padding {
2402
+ padding-left: $schedule-spacing-8;
2403
+ }
2404
+
2405
+ .e-day-border {
2406
+ border-bottom: $border-size $border-type $schedule-content-border-color;
2407
+ }
2408
+
2409
+ .e-date-header-wrap {
2410
+ font-size: $schedule-date-header-wrap-device-font-size;
2411
+ overflow: hidden;
2412
+ }
2413
+
2414
+ .e-content-wrap {
2415
+ font-size: $schedule-date-header-wrap-nrml-font-size;
2416
+ }
2417
+
2418
+ .e-header-cells {
2419
+ cursor: default;
2420
+ font-weight: normal;
2421
+ height: $schedule-month-header-cells-nrml-height;
2422
+ padding: $schedule-spacing-5;
2423
+ text-align: center;
2424
+ }
2425
+
2426
+ .e-work-cells {
2427
+ height: $schedule-height-40;
2428
+ position: relative;
2429
+ vertical-align: top;
2430
+
2431
+ &.e-disable-dates {
2432
+ background: $schedule-disable-dates-color;
2433
+
2434
+ &:hover {
2435
+ background: $schedule-disable-dates-color;
2436
+ }
2437
+ }
2438
+ }
2439
+
2440
+ .e-date-header {
2441
+ height: $schedule-height-24;
2442
+ line-height: $schedule-line-height-24-5;
2443
+ margin: $schedule-spacing-4 auto $schedule-spacing-0;
2444
+ text-align: center;
2445
+ width: 24px;
2446
+ }
2447
+
2448
+ .e-appointment-container {
2449
+ min-height: 40px;
2450
+ }
2451
+
2452
+ .e-appointment-wrap {
2453
+ background: $schedule-agenda-color;
2454
+ overflow: auto;
2455
+ padding: $schedule-spacing-0 $schedule-spacing-8;
2456
+ }
2457
+
2458
+ .e-appointment {
2459
+ border-left: $schedule-border-3 solid $schedule-appointment-bg-color;
2460
+ border-right: $schedule-border-0;
2461
+ cursor: default;
2462
+ padding: $schedule-month-agenda-appointment-padding;
2463
+
2464
+ &:hover {
2465
+ background: $schedule-hover-bg-color;
2466
+ @include schedule-agenda-interaction-color($schedule-hover-font-color);
2467
+ }
2468
+
2469
+ &.e-appointment-border,
2470
+ &:focus {
2471
+ background: $schedule-select-bg-color;
2472
+ }
2473
+
2474
+ @include schedule-agenda-focus-color($schedule-select-font-color);
2475
+ &.e-template {
2476
+ display: inline-flex;
2477
+ flex-direction: row-reverse;
2478
+ }
2479
+ }
2480
+
2481
+ .e-subject-wrap {
2482
+ display: flex;
2483
+ }
2484
+
2485
+ .e-subject,
2486
+ .e-inline-subject {
2487
+ color: $schedule-primary-content-font-color;
2488
+ font-size: $schedule-font-size-14;
2489
+ line-height: $schedule-line-height-26;
2490
+ overflow: hidden;
2491
+ text-overflow: ellipsis;
2492
+ }
2493
+
2494
+ .e-inline-subject {
2495
+ font-weight: normal;
2496
+ padding-top: $schedule-spacing-0;
2497
+ }
2498
+
2499
+ .e-recurrence-icon,
2500
+ .e-recurrence-edit-icon {
2501
+ color: $schedule-secondary-content-font-color;
2502
+ line-height: $schedule-line-height-26;
2503
+ padding: $schedule-spacing-0 $schedule-spacing-10;
2504
+ }
2505
+
2506
+ .e-date-time {
2507
+ color: $schedule-secondary-content-font-color;
2508
+ font-size: $schedule-font-size-12;
2509
+ line-height: $schedule-line-height-26;
2510
+ overflow: hidden;
2511
+ text-overflow: ellipsis;
2512
+ }
2513
+
2514
+ .e-location {
2515
+ color: $schedule-secondary-content-font-color;
2516
+ font-size: $schedule-font-size-12;
2517
+ line-height: $schedule-line-height-26;
2518
+ overflow: hidden;
2519
+ padding-left: $schedule-spacing-8;
2520
+ text-overflow: ellipsis;
2521
+ }
2522
+
2523
+ .e-no-event {
2524
+ color: $schedule-secondary-content-font-color;
2525
+ cursor: default;
2526
+ font-size: $schedule-font-size-14;
2527
+ height: $schedule-height-p100;
2528
+ padding: $schedule-spacing-8 $schedule-spacing-4;
2529
+ }
2530
+
2531
+ .e-agenda-item.e-month-agenda-view {
2532
+ padding: $schedule-month-agenda-item-padding;
2533
+ }
2534
+
2535
+ .e-agenda-parent.e-month-agenda-view {
2536
+ margin: $schedule-spacing-0;
2537
+ padding: $schedule-spacing-0;
2538
+ }
2539
+
2540
+ .e-work-cells .e-appointment-indicator {
2541
+ background: $schedule-appointment-bg-color;
2542
+ border-radius: $schedule-border-radius-50;
2543
+ height: $schedule-height-6;
2544
+ left: 0;
2545
+ margin: $schedule-spacing-1 auto;
2546
+ width: 6px;
2547
+ }
2548
+ }
2549
+
2550
+ &.e-rtl {
2551
+ .e-month-agenda-view {
2552
+ .e-left-indent,
2553
+ .e-week-number {
2554
+ border-left: $border-size $border-type $schedule-content-border-color;
2555
+ border-right-width: $schedule-border-0;
2556
+ }
2557
+
2558
+ .e-appointment {
2559
+ border-left: $schedule-border-0;
2560
+ border-right: $schedule-border-3 solid $schedule-appointment-bg-color;
2561
+ }
2562
+
2563
+ .e-resource-column {
2564
+ border-bottom: $border-size $border-type $schedule-content-border-color;
2565
+ border-left: $border-size $border-type $schedule-content-border-color;
2566
+ border-right: $schedule-border-0;
2567
+ vertical-align: top;
2568
+ width: 75px;
2569
+
2570
+ .e-resource-name {
2571
+ white-space: normal;
2572
+ }
2573
+ }
2574
+
2575
+ .e-day-padding {
2576
+ padding-right: $schedule-spacing-8;
2577
+ }
2578
+ }
2579
+ }
2580
+
2581
+ &.e-device {
2582
+ .e-month-agenda-view {
2583
+ .e-date-header-wrap {
2584
+ font-size: $schedule-date-header-wrap-device-font-size;
2585
+ }
2586
+
2587
+ .e-content-wrap {
2588
+ font-size: $schedule-content-device-font-size;
2589
+ }
2590
+ }
2591
+ }
2592
+
2593
+ .e-agenda-view {
2594
+ background: $schedule-agenda-color;
2595
+
2596
+ .e-agenda-load-more {
2597
+ font-size: $schedule-font-size-14;
2598
+ }
2599
+
2600
+ .e-content-wrap table td:first-child,
2601
+ .e-date-column {
2602
+ vertical-align: top;
2603
+ width: 75px;
2604
+ }
2605
+
2606
+ .e-resource-column {
2607
+ @include schedule-resource-column-styles;
2608
+ color: $schedule-header-font-color;
2609
+ border-right: $border-size $border-type $schedule-content-border-color;
2610
+ }
2611
+
2612
+ .e-month-header {
2613
+ background: $schedule-appointment-bg-color;
2614
+ height: $schedule-height-100;
2615
+ padding-top: $schedule-spacing-12;
2616
+ vertical-align: top;
2617
+
2618
+ .e-date-header {
2619
+ color: $schedule-appointment-font-color;
2620
+ font-size: $schedule-font-size-18;
2621
+ }
2622
+ }
2623
+
2624
+ .e-day-date-header {
2625
+ color: $schedule-header-font-color;
2626
+ cursor: default;
2627
+ padding: $schedule-agenda-date-header-padding;
2628
+
2629
+ .e-m-date {
2630
+ font-size: $schedule-header-date-nrml-font-size;
2631
+ line-height: $schedule-agenda-date-line-height;
2632
+ }
2633
+
2634
+ .e-m-day {
2635
+ font-size: $schedule-header-day-nrml-font-size;
2636
+ }
2637
+
2638
+ &.e-current-day {
2639
+ color: $schedule-active-font-color;
2640
+ }
2641
+ }
2642
+
2643
+ .e-day-border {
2644
+ border-bottom: $border-size $border-type $schedule-content-border-color;
2645
+ }
2646
+
2647
+ .e-date-border {
2648
+ border-bottom: $border-size $border-type $schedule-content-border-color;
2649
+ border-right: $border-size $border-type $schedule-content-border-color;
2650
+ }
2651
+
2652
+ .e-day-padding {
2653
+ padding-left: $schedule-spacing-8;
2654
+ }
2655
+
2656
+ .e-date-header {
2657
+ font-size: $schedule-font-size-20;
2658
+ }
2659
+
2660
+ .e-day-header {
2661
+ font-size: $schedule-font-size-12;
2662
+ }
2663
+
2664
+ .e-subject-wrap {
2665
+ display: flex;
2666
+ margin-bottom: $schedule-agenda-subject-wrap-margin-bottom;
2667
+ }
2668
+
2669
+ .e-active-appointment-agenda {
2670
+ .e-subject {
2671
+ color: $schedule-select-font-color;
2672
+ }
2673
+
2674
+ .e-date-time {
2675
+ color: $schedule-select-font-color;
2676
+ }
2677
+
2678
+ .e-resource-name {
2679
+ color: $schedule-select-font-color;
2680
+ }
2681
+
2682
+ .e-recurrence-icon,
2683
+ .e-recurrence-edit-icon {
2684
+ color: $schedule-select-font-color;
2685
+ }
2686
+
2687
+ .e-location {
2688
+ color: $schedule-select-font-color;
2689
+ }
2690
+ }
2691
+
2692
+ .e-subject,
2693
+ .e-inline-subject {
2694
+ color: $schedule-primary-content-font-color;
2695
+ font-size: $schedule-font-size-14;
2696
+ line-height: $schedule-line-height-23;
2697
+ overflow: hidden;
2698
+ text-overflow: ellipsis;
2699
+ }
2700
+
2701
+ .e-inline-subject {
2702
+ font-weight: normal;
2703
+ padding-top: $schedule-spacing-0;
2704
+ }
2705
+
2706
+ .e-resource-name {
2707
+ color: $schedule-primary-content-font-color;
2708
+ font-size: $schedule-header-day-nrml-font-size;
2709
+ line-height: $schedule-line-height-26;
2710
+ overflow: hidden;
2711
+ padding: $schedule-spacing-8;
2712
+ text-overflow: ellipsis;
2713
+ }
2714
+
2715
+ .e-recurrence-icon,
2716
+ .e-recurrence-edit-icon {
2717
+ color: $schedule-primary-content-font-color;
2718
+ line-height: $schedule-agenda-recurrence-icon-line-height;
2719
+ padding: $schedule-spacing-0 $schedule-spacing-10;
2720
+ }
2721
+
2722
+ .e-date-time {
2723
+ color: $schedule-secondary-content-font-color;
2724
+ font-size: $schedule-font-size-12;
2725
+ line-height: $schedule-agenda-recurrence-icon-line-height;
2726
+ overflow: hidden;
2727
+ text-overflow: ellipsis;
2728
+ }
2729
+
2730
+ .e-location {
2731
+ color: $schedule-secondary-content-font-color;
2732
+ font-size: $schedule-font-size-12;
2733
+ line-height: $schedule-line-height-23;
2734
+ overflow: hidden;
2735
+ padding-left: $schedule-spacing-8;
2736
+ text-overflow: ellipsis;
2737
+ }
2738
+
2739
+ .e-agenda-item {
2740
+ padding: $schedule-agenda-item-padding;
2741
+ }
2742
+
2743
+ .e-agenda-parent {
2744
+ margin: $schedule-spacing-0;
2745
+ padding: $schedule-spacing-0;
2746
+ }
2747
+
2748
+ .e-appointment {
2749
+ border-left: $schedule-border-3 solid $schedule-appointment-bg-color;
2750
+ border-right: $schedule-border-0;
2751
+ cursor: default;
2752
+ padding: $schedule-agenda-appointment-padding;
2753
+
2754
+ &:hover {
2755
+ background: $schedule-hover-bg-color;
2756
+ @include schedule-agenda-interaction-color($schedule-hover-font-color);
2757
+ }
2758
+
2759
+ &.e-appointment-border,
2760
+ &:focus {
2761
+ background: $schedule-select-bg-color;
2762
+ }
2763
+
2764
+ @include schedule-agenda-focus-color($schedule-select-font-color);
2765
+ &.e-template {
2766
+ display: inline-flex;
2767
+ flex-direction: row-reverse;
2768
+ }
2769
+ }
2770
+
2771
+ .e-no-event {
2772
+ color: $schedule-secondary-content-font-color;
2773
+ cursor: default;
2774
+ font-size: $schedule-font-size-14;
2775
+ line-height: $schedule-line-height-52;
2776
+ padding: $schedule-spacing-0 $schedule-spacing-11;
2777
+ }
2778
+
2779
+ .e-empty-event {
2780
+ color: $schedule-secondary-content-font-color;
2781
+ cursor: default;
2782
+ font-size: $schedule-font-size-14;
2783
+ line-height: $schedule-line-height-52;
2784
+ padding: $schedule-spacing-0 $schedule-spacing-11;
2785
+ }
2786
+ }
2787
+
2788
+ &.e-device {
2789
+ .e-agenda-view,
2790
+ .e-month-agenda-view {
2791
+ .e-m-date {
2792
+ font-size: $schedule-header-date-device-font-size;
2793
+ }
2794
+
2795
+ .e-resource-name,
2796
+ .e-m-day {
2797
+ color: $schedule-primary-content-font-color;
2798
+ font-size: $schedule-header-day-device-font-size;
2799
+ }
2800
+ }
2801
+ }
2802
+
2803
+ &.e-rtl {
2804
+ .e-agenda-view {
2805
+ .e-appointment {
2806
+ border-left: $schedule-border-0;
2807
+ border-right: $schedule-border-3 solid $schedule-appointment-bg-color;
2808
+ }
2809
+
2810
+ .e-resource-column {
2811
+ border-left: $border-size $border-type $schedule-content-border-color;
2812
+ border-right: $schedule-border-0;
2813
+ @include schedule-resource-column-styles;
2814
+
2815
+ .e-resource-name {
2816
+ white-space: normal;
2817
+ }
2818
+ }
2819
+
2820
+ .e-day-padding {
2821
+ padding-right: $schedule-spacing-8;
2822
+ }
2823
+
2824
+ .e-date-border {
2825
+ border-bottom: $border-size $border-type $schedule-content-border-color;
2826
+ border-left: $border-size $border-type $schedule-content-border-color;
2827
+ border-right: $schedule-border-0;
2828
+ }
2829
+ }
2830
+ }
2831
+ }
2832
+
2833
+ .e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show {
2834
+ display: none;
2835
+ }
2836
+
2837
+ .e-schedule.e-multi-drag {
2838
+ .e-vertical-view {
2839
+ .e-all-day-appointment-wrapper .e-appointment {
2840
+ &.e-appointment-border,
2841
+ &:focus {
2842
+ border: $schedule-appointment-selected-border;
2843
+ }
2844
+ }
2845
+
2846
+ &.e-timescale-disable {
2847
+ .e-appointment {
2848
+ &.e-appointment-border,
2849
+ &:focus {
2850
+ border: $schedule-appointment-selected-border;
2851
+ }
2852
+ }
2853
+ }
2854
+
2855
+ .e-day-wrapper .e-appointment {
2856
+ &.e-appointment-border,
2857
+ &:focus {
2858
+ border: $schedule-appointment-selected-border;
2859
+ }
2860
+ }
2861
+ }
2862
+
2863
+ .e-month-view {
2864
+ .e-appointment {
2865
+ &.e-appointment-border,
2866
+ &:focus {
2867
+ border: $schedule-appointment-selected-border;
2868
+ }
2869
+ }
2870
+ }
2871
+
2872
+ .e-timeline-year-view {
2873
+ .e-event-table {
2874
+ .e-appointment {
2875
+ &.e-appointment-border,
2876
+ &:focus {
2877
+ border: $schedule-appointment-selected-border;
2878
+ }
2879
+ }
2880
+ }
2881
+ }
2882
+
2883
+ .e-timeline-view,
2884
+ .e-timeline-month-view {
2885
+ .e-appointment {
2886
+ &.e-appointment-border,
2887
+ &:focus {
2888
+ border: $schedule-appointment-selected-border;
2889
+ }
2890
+ }
2891
+ }
2892
+ }
2893
+
2894
+ .e-more-popup-wrapper.e-multi-drag {
2895
+ .e-appointment {
2896
+ &.e-appointment-border,
2897
+ &:focus {
2898
+ border: $schedule-appointment-selected-border;
2899
+ }
2900
+ }
2901
+ }
2902
+
2903
+ /*! schedule event tooltip */
2904
+ .e-schedule-event-tooltip .e-subject {
2905
+ font-size: $schedule-font-size-12;
2906
+ }
2907
+
2908
+ .e-tooltip-hidden {
2909
+ visibility: hidden;
2910
+ }
2911
+
2912
+ .e-field-error-message {
2913
+ display: block;
2914
+ }
2915
+
2916
+ .e-dialog.e-quick-dialog.e-following-events-dialog {
2917
+ width: 440px;
2918
+
2919
+ .e-footer-content {
2920
+ padding: $schedule-following-events-dlg-padding;
2921
+
2922
+ button {
2923
+ margin-bottom: $schedule-spacing-6;
2924
+ }
2925
+ }
2926
+ @media screen and (max-width: 767px) {
2927
+ width: 289px;
2928
+
2929
+ .e-footer-content {
2930
+ padding: $schedule-spacing-percentage-5;
2931
+
2932
+ button {
2933
+ margin-bottom: $schedule-spacing-percentage-5;
2934
+ }
2935
+ }
2936
+ }
2937
+ }
2938
+
2939
+ .e-dialog.e-quick-dialog {
2940
+ user-select: none;
2941
+ width: 320px;
2942
+
2943
+ .e-disable {
2944
+ display: none;
2945
+ }
2946
+
2947
+ .e-dlg-header-content {
2948
+ border-bottom: $schedule-alert-dialog-border;
2949
+ }
2950
+
2951
+ .e-footer-content {
2952
+ border-top: $schedule-alert-dialog-border;
2953
+
2954
+ button {
2955
+ margin-bottom: $schedule-spacing-6;
2956
+ }
2957
+ }
2958
+
2959
+ &.e-rtl {
2960
+ text-align: right;
2961
+ }
2962
+ }
2963
+
2964
+ /*! schedule event window */
2965
+
2966
+ .e-schedule-dialog {
2967
+ .e-disable {
2968
+ display: none;
2969
+ }
2970
+
2971
+ .e-icon-disable {
2972
+ opacity: .5;
2973
+ }
2974
+
2975
+ .e-dlg-header-content {
2976
+ padding-bottom: $schedule-spacing-8;
2977
+ }
2978
+
2979
+ .e-dlg-content {
2980
+ padding-bottom: $schedule-spacing-12;
2981
+ position: relative;
2982
+ }
2983
+
2984
+ .e-event-delete {
2985
+ float: left;
2986
+ }
2987
+
2988
+ .e-subject-container,
2989
+ .e-start-container,
2990
+ .e-description-label {
2991
+ padding-right: $schedule-spacing-8;
2992
+ }
2993
+
2994
+ .e-start-time-zone-container {
2995
+ padding-left: $schedule-spacing-4;
2996
+ padding-right: $schedule-spacing-8;
2997
+ }
2998
+
2999
+ .e-location-container,
3000
+ .e-end-container {
3001
+ padding-left: $schedule-spacing-8;
3002
+ }
3003
+
3004
+ .e-end-time-zone-container {
3005
+ padding-left: $schedule-spacing-8;
3006
+ padding-right: $schedule-spacing-4;
3007
+ }
3008
+
3009
+ .e-all-day-container {
3010
+ padding-right: $schedule-spacing-16;
3011
+ }
3012
+
3013
+ .e-time-zone-row {
3014
+ display: flex;
3015
+ height: $schedule-height-0;
3016
+ margin-bottom: $schedule-spacing-0;
3017
+ overflow: hidden;
3018
+ padding-bottom: $schedule-spacing-0;
3019
+ transition: .3s ease-in-out;
3020
+ width: 100%;
3021
+
3022
+ .e-start-time-zone-container,
3023
+ .e-end-time-zone-container {
3024
+ display: none;
3025
+ transform: translateY(-100%);
3026
+ }
3027
+
3028
+ &.e-enable {
3029
+ height: $schedule-timezone-enable-nrml-height;
3030
+ margin-bottom: $schedule-spacing-12;
3031
+
3032
+ .e-start-time-zone-container,
3033
+ .e-end-time-zone-container {
3034
+ display: block;
3035
+ transform: translateY(0);
3036
+ }
3037
+ }
3038
+ }
3039
+
3040
+ .e-title-location-row,
3041
+ .e-start-end-row,
3042
+ .e-start-input-container,
3043
+ .e-end-input-container {
3044
+ display: flex;
3045
+ padding-bottom: $schedule-dialog-row-container-padding-bottom;
3046
+ width: 100%;
3047
+ }
3048
+
3049
+ .e-resources {
3050
+ padding-bottom: $schedule-spacing-12;
3051
+ width: 100%;
3052
+ }
3053
+
3054
+ .e-all-day-time-zone-row {
3055
+ display: flex;
3056
+ padding-bottom: $schedule-dialog-all-day-row-padding-bottom;
3057
+ padding-top: $schedule-dialog-all-day-row-padding-top;
3058
+ width: 100%;
3059
+ }
3060
+
3061
+ .e-subject-container,
3062
+ .e-location-container,
3063
+ .e-start-container,
3064
+ .e-end-container,
3065
+ .e-start-time-zone-container,
3066
+ .e-end-time-zone-container {
3067
+ width: 50%;
3068
+ }
3069
+
3070
+ .e-description,
3071
+ .e-float-input .e-description {
3072
+ height: $schedule-height-50;
3073
+ resize: vertical;
3074
+ }
3075
+
3076
+ .e-repeat-container,
3077
+ .e-input-group .e-input-group-icon.e-icon-disable,
3078
+ .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
3079
+ display: none;
3080
+ }
3081
+
3082
+ .e-footer-content {
3083
+ margin-top: $schedule-spacing-4;
3084
+ }
3085
+
3086
+ &.e-rtl {
3087
+ text-align: right;
3088
+
3089
+ .e-all-day-container {
3090
+ margin-left: $schedule-spacing-16;
3091
+ margin-right: $schedule-spacing-0;
3092
+ }
3093
+
3094
+ .e-subject-container,
3095
+ .e-start-container,
3096
+ .e-description-label {
3097
+ padding-left: $schedule-spacing-8;
3098
+ padding-right: $schedule-spacing-0;
3099
+ }
3100
+
3101
+ .e-start-time-zone-container {
3102
+ padding-left: $schedule-spacing-8;
3103
+ padding-right: $schedule-spacing-4;
3104
+ }
3105
+
3106
+ .e-location-container,
3107
+ .e-end-container {
3108
+ padding-left: $schedule-spacing-0;
3109
+ padding-right: $schedule-spacing-8;
3110
+ }
3111
+
3112
+ .e-end-time-zone-container {
3113
+ padding-left: $schedule-spacing-4;
3114
+ padding-right: $schedule-spacing-8;
3115
+ }
3116
+
3117
+ .e-event-delete {
3118
+ float: right;
3119
+ }
3120
+ }
3121
+ }
3122
+
3123
+ .e-editor-content-item-template {
3124
+ text-overflow: ellipsis;
3125
+ overflow: hidden;
3126
+ }
3127
+
3128
+ /*! schedule event window for smaller viewports*/
3129
+ @media screen and (max-width: 320px) {
3130
+ .e-schedule-dialog.e-popup.e-popup-open {
3131
+ max-height: 350px;
3132
+ min-width: 100%;
3133
+ }
3134
+
3135
+ .e-schedule-dialog {
3136
+ .e-all-day-container {
3137
+ padding-bottom: $schedule-spacing-10;
3138
+ }
3139
+
3140
+ .e-all-day-time-zone-row {
3141
+ display: block;
3142
+ }
3143
+ }
3144
+ }
3145
+ .e-ddl.e-popup {
3146
+ .e-resource-template {
3147
+ display: flex;
3148
+ padding: $schedule-spacing-0 $schedule-spacing-10;
3149
+ text-indent: 10px;
3150
+
3151
+ .e-resource-color {
3152
+ height: $schedule-resource-color-size;
3153
+ margin-top: $schedule-resource-color-margin-top;
3154
+ width: $schedule-resource-color-size;
3155
+ }
3156
+ }
3157
+ }
3158
+
3159
+ .e-schedule-dialog.e-device {
3160
+ .e-dlg-header,
3161
+ .e-dlg-header * {
3162
+ width: 100%;
3163
+ }
3164
+
3165
+ .e-dlg-header-content {
3166
+ background: $schedule-content-bg-color;
3167
+ box-shadow: $schedule-tbar-box-shadow;
3168
+ @if ($theme-name == 'fluent2') {
3169
+ box-shadow: none;
3170
+ }
3171
+ margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
3172
+ }
3173
+
3174
+ .e-title-location-row,
3175
+ .e-start-end-row,
3176
+ .e-time-zone-row,
3177
+ .e-start-input-container,
3178
+ .e-end-input-container {
3179
+ display: inline;
3180
+ }
3181
+
3182
+ .e-time-zone-row {
3183
+ &.e-enable {
3184
+ display: inline;
3185
+ }
3186
+ }
3187
+
3188
+ .e-subject-container,
3189
+ .e-location-container,
3190
+ .e-start-container,
3191
+ .e-end-container,
3192
+ .e-start-time-zone-container,
3193
+ .e-end-time-zone-container {
3194
+ padding-left: $schedule-spacing-0;
3195
+ width: 100%;
3196
+ }
3197
+
3198
+ .e-subject-container,
3199
+ .e-start-container,
3200
+ .e-start-time-zone-container,
3201
+ .e-description-label {
3202
+ padding-right: $schedule-spacing-0;
3203
+ }
3204
+
3205
+ .e-location-container,
3206
+ .e-end-container,
3207
+ .e-end-time-zone-container,
3208
+ .e-start-container,
3209
+ .e-start-time-zone-container,
3210
+ .e-subject-container,
3211
+ .e-description-row,
3212
+ .e-repeat-container {
3213
+ padding-top: $schedule-spacing-20;
3214
+ }
3215
+
3216
+ .e-all-day-time-zone-row {
3217
+ padding-top: $schedule-device-dialog-all-day-row-padding-top;
3218
+ }
3219
+
3220
+ .e-resources {
3221
+ padding-bottom: $schedule-spacing-0;
3222
+ padding-top: $schedule-spacing-20;
3223
+ }
3224
+
3225
+ .e-description,
3226
+ .e-float-input .e-description {
3227
+ height: $schedule-height-60;
3228
+ resize: vertical;
3229
+ }
3230
+
3231
+ .e-all-day-time-zone-row {
3232
+ margin-top: $schedule-spacing-0;
3233
+ padding-bottom: $schedule-spacing-0;
3234
+ }
3235
+
3236
+ .e-repeat-parent-row {
3237
+ padding-top: $schedule-spacing-8;
3238
+ }
3239
+
3240
+ .e-all-day-container {
3241
+ margin-right: $schedule-spacing-20;
3242
+ }
3243
+
3244
+ .e-title-header {
3245
+ display: flex;
3246
+ width: 100%;
3247
+ }
3248
+
3249
+ .e-save-icon,
3250
+ .e-back-icon,
3251
+ .e-forward-icon {
3252
+ cursor: pointer;
3253
+ line-height: $schedule-line-height-normal;
3254
+ }
3255
+
3256
+ .e-title-text {
3257
+ text-align: center;
3258
+ }
3259
+
3260
+ .e-save-icon,
3261
+ .e-back-icon,
3262
+ .e-delete-icon {
3263
+ width: 2.5em;
3264
+ }
3265
+
3266
+ .e-save-icon,
3267
+ .e-delete-icon {
3268
+ text-align: right;
3269
+ }
3270
+
3271
+ .e-time-zone-row,
3272
+ .e-input-group .e-input-group-icon.e-icon-disable {
3273
+ display: none;
3274
+ }
3275
+
3276
+ .e-repeat-container {
3277
+ display: block;
3278
+ padding-right: $schedule-spacing-35;
3279
+ padding-left: $schedule-spacing-0;
3280
+ }
3281
+
3282
+ .e-icon-down-arrow {
3283
+ font-size: $schedule-tbar-down-arrow-font-size;
3284
+ }
3285
+
3286
+ &.e-rtl {
3287
+ .e-save-icon {
3288
+ text-align: left;
3289
+ }
3290
+
3291
+ .e-all-day-container {
3292
+ margin-left: $schedule-spacing-20;
3293
+ margin-right: $schedule-spacing-0;
3294
+ }
3295
+
3296
+ .e-subject-container,
3297
+ .e-start-container,
3298
+ .e-start-time-zone-container,
3299
+ .e-description-label {
3300
+ padding-left: $schedule-spacing-0;
3301
+ }
3302
+
3303
+ .e-location-container,
3304
+ .e-end-container,
3305
+ .e-end-time-zone-container,
3306
+ .e-all-day-container {
3307
+ padding-right: $schedule-spacing-0;
3308
+ }
3309
+
3310
+ .e-repeat-container {
3311
+ padding-left: $schedule-spacing-35;
3312
+ padding-right: $schedule-spacing-0;
3313
+ }
3314
+ }
3315
+
3316
+ .e-recurrence-container {
3317
+ position: relative;
3318
+
3319
+ &.e-hide {
3320
+ display: none;
3321
+ }
3322
+
3323
+ .e-recurrence-edit-button {
3324
+ border: $schedule-border-0;
3325
+ box-shadow: none;
3326
+ margin: $schedule-negative-spacing-3 $schedule-spacing-5;
3327
+ position: absolute;
3328
+
3329
+ .e-recurrence-edit.e-icons {
3330
+ font-size: $schedule-font-icon-size-12;
3331
+ position: relative;
3332
+ top: 1px;
3333
+ }
3334
+ }
3335
+ }
3336
+ }
3337
+
3338
+ /*! schedule quick popup */
3339
+ .e-quick-popup-wrapper {
3340
+ background: $schedule-popup-bg-color;
3341
+ border-radius: $schedule-more-popup-wrapper-border-radius;
3342
+ box-shadow: $schedule-popup-box-shadow-1, $schedule-popup-box-shadow-2, $schedule-popup-box-shadow-3;
3343
+ color: $schedule-primary-content-font-color;
3344
+ max-width: 365px;
3345
+ min-width: 320px;
3346
+ opacity: 1;
3347
+ user-select: none;
3348
+ width: 100%;
3349
+ border: $schedule-border-1 solid $schedule-popup-border-color;
3350
+
3351
+ .e-hidden {
3352
+ display: none;
3353
+ }
3354
+
3355
+ .e-cell-popup {
3356
+ .e-popup-header .e-header-icon-wrapper {
3357
+ position: absolute;
3358
+ right: 6px;
3359
+ top: 4px;
3360
+ padding: $schedule-cell-popup-header-icon-padding;
3361
+
3362
+ .e-edit,
3363
+ .e-delete,
3364
+ .e-close {
3365
+ color: $schedule-popup-icon-color;
3366
+
3367
+ &:focus,
3368
+ &:hover {
3369
+ background: $schedule-popup-header-icon-focus-bg-color;
3370
+ color: $schedule-popup-header-icon-focus-color;
3371
+ }
3372
+
3373
+ .e-close-icon {
3374
+ font-size: $schedule-popup-header-icon-font-size;
3375
+ }
3376
+ }
3377
+ }
3378
+
3379
+ .e-popup-content {
3380
+ padding: $schedule-popup-content-padding;
3381
+
3382
+ .e-popup-table {
3383
+ width: 100%;
3384
+
3385
+ .e-schedule-form > span {
3386
+ margin: $schedule-cell-popup-span-margin;
3387
+ }
3388
+
3389
+ .e-subject {
3390
+ font-size: $schedule-font-size-22;
3391
+ height: $schedule-cell-popup-subject-height;
3392
+ }
3393
+ }
3394
+ }
3395
+ }
3396
+
3397
+ .e-event-popup {
3398
+ .e-popup-header {
3399
+ background: $schedule-event-popup-header-bg-color;
3400
+
3401
+ .e-header-icon-wrapper {
3402
+ padding: $schedule-event-popup-header-icon-padding;
3403
+
3404
+ .e-edit,
3405
+ .e-delete {
3406
+ display: $schedule-event-popup-header-icon-display;
3407
+ }
3408
+
3409
+ .e-close {
3410
+ position: $schedule-event-popup-header-close-icon-position;
3411
+ right: $schedule-event-popup-header-close-icon-right;
3412
+ }
3413
+
3414
+ .e-edit,
3415
+ .e-delete,
3416
+ .e-close {
3417
+ color: $schedule-popup-header-icon-color;
3418
+
3419
+ &:focus,
3420
+ &:hover {
3421
+ background: $schedule-popup-header-icon-hover-bg-color;
3422
+ color: $schedule-popup-header-icon-hover-color;
3423
+ }
3424
+ }
3425
+
3426
+ .e-edit-icon,
3427
+ .e-delete-icon,
3428
+ .e-close-icon {
3429
+ font-size: $schedule-popup-header-icon-font-size;
3430
+ }
3431
+
3432
+ .e-edit:disabled,
3433
+ .e-delete:disabled {
3434
+ &:hover {
3435
+ background: none;
3436
+ }
3437
+
3438
+ > .e-edit-icon,
3439
+ > .e-delete-icon {
3440
+ opacity: .5;
3441
+ }
3442
+ }
3443
+ }
3444
+
3445
+ .e-subject-wrap {
3446
+ padding: $schedule-event-popup-subject-wrap-padding;
3447
+
3448
+ .e-subject {
3449
+ background: $schedule-event-popup-subject-bg-color;
3450
+ border-left: $schedule-event-popup-subject-border-left;
3451
+ border-radius: $schedule-event-popup-subject-border-radius;
3452
+ color: $schedule-event-popup-subject-color;
3453
+ cursor: default;
3454
+ font-size: $schedule-font-size-20;
3455
+ font-weight: $schedule-font-weight-medium;
3456
+ line-height: $schedule-line-height-1-5;
3457
+ max-height: 87px;
3458
+ padding: $schedule-event-popup-subject-padding;
3459
+ }
3460
+ }
3461
+ }
3462
+
3463
+ .e-popup-content {
3464
+ padding: $schedule-event-popup-content-padding;
3465
+ }
3466
+ }
3467
+
3468
+ .e-cell-popup,
3469
+ .e-event-popup {
3470
+ .e-popup-header .e-popup-header-title-text {
3471
+ display: none;
3472
+ }
3473
+ .e-header-icon-wrapper {
3474
+ display: flex;
3475
+ justify-content: flex-end;
3476
+
3477
+ .e-edit,
3478
+ .e-delete,
3479
+ .e-close {
3480
+ background: transparent;
3481
+ border: $schedule-border-0;
3482
+ }
3483
+ }
3484
+
3485
+ .e-date-time,
3486
+ .e-location,
3487
+ .e-time-zone,
3488
+ .e-description,
3489
+ .e-resource {
3490
+ color: $schedule-primary-content-font-color;
3491
+ display: flex;
3492
+ padding-top: $schedule-event-popup-fields-padding;
3493
+ }
3494
+
3495
+ .e-date-time-icon,
3496
+ .e-location-icon,
3497
+ .e-time-zone-icon,
3498
+ .e-description-icon,
3499
+ .e-resource-icon {
3500
+ color: $schedule-popup-content-icon-color;
3501
+ font-size: $schedule-popup-icon-font-size;
3502
+ padding: $schedule-popup-icon-padding;
3503
+ }
3504
+
3505
+ .e-date-time-details,
3506
+ .e-location-details,
3507
+ .e-time-zone-details,
3508
+ .e-description-details,
3509
+ .e-resource-details {
3510
+ color: $schedule-primary-content-font-color;
3511
+ cursor: default;
3512
+ font-size: $schedule-font-size-14;
3513
+ }
3514
+ }
3515
+
3516
+ .e-popup-table td:last-child {
3517
+ padding-top: $schedule-spacing-0;
3518
+ }
3519
+
3520
+ .e-popup-footer {
3521
+ display: block;
3522
+ padding: $schedule-popup-footer-padding;
3523
+ text-align: right;
3524
+
3525
+ .e-event-edit {
3526
+ margin-right: $schedule-spacing-8;
3527
+ }
3528
+
3529
+ .e-event-edit,
3530
+ .e-event-delete {
3531
+ right: auto;
3532
+
3533
+ &:disabled {
3534
+ color: $schedule-disable-font-color;
3535
+ }
3536
+ }
3537
+
3538
+ .e-event-details {
3539
+ border: $schedule-popup-btn-border;
3540
+ margin-right: $schedule-spacing-8;
3541
+ right: auto;
3542
+ text-transform: $schedule-popup-footer-text-transform;
3543
+ }
3544
+ }
3545
+
3546
+ .e-event-popup .e-popup-footer {
3547
+ display: $schedule-event-popup-footer-display;
3548
+ }
3549
+
3550
+ &.e-rtl {
3551
+ text-align: right;
3552
+
3553
+ .e-cell-popup {
3554
+ .e-header-icon-wrapper {
3555
+ left: 6px;
3556
+ right: auto;
3557
+ }
3558
+ }
3559
+
3560
+ .e-event-details,
3561
+ .e-event-edit {
3562
+ margin-left: $schedule-spacing-8;
3563
+ }
3564
+
3565
+ .e-popup-footer {
3566
+ padding: $schedule-spacing-8 $schedule-spacing-8 $schedule-spacing-8 $schedule-spacing-18;
3567
+ text-align: left;
3568
+ }
3569
+
3570
+ .e-date-time-icon,
3571
+ .e-location-icon,
3572
+ .e-time-zone-icon,
3573
+ .e-description-icon,
3574
+ .e-resource-icon {
3575
+ padding: $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-10;
3576
+ }
3577
+ }
3578
+
3579
+ &.e-device {
3580
+ bottom: 0;
3581
+ height: $schedule-height-p100;
3582
+ left: 0;
3583
+ margin: $schedule-spacing-0;
3584
+ max-width: 100%;
3585
+ overflow: hidden;
3586
+ padding: $schedule-spacing-0;
3587
+ position: fixed;
3588
+ right: 0;
3589
+ top: 0;
3590
+ width: 100%;
3591
+ z-index: 1004;
3592
+
3593
+ .e-event-popup .e-popup-header {
3594
+ .e-header-icon-wrapper {
3595
+ background: $schedule-header-icon-wrapper-bg-color;
3596
+ }
3597
+
3598
+ .e-header-icon-wrapper .e-edit,
3599
+ .e-header-icon-wrapper .e-delete,
3600
+ .e-header-icon-wrapper .e-close {
3601
+ &:focus,
3602
+ &:hover {
3603
+ background: none;
3604
+ }
3605
+ }
3606
+
3607
+ .e-edit.e-btn.e-small.e-round,
3608
+ .e-delete.e-btn.e-small.e-round,
3609
+ .e-close.e-btn.e-small.e-round {
3610
+ height: $schedule-height-2-5;
3611
+ width: 2.5em;
3612
+ }
3613
+
3614
+ .e-edit,
3615
+ .e-delete {
3616
+ display: block;
3617
+ }
3618
+
3619
+ .e-close {
3620
+ margin-left: $schedule-spacing-0;
3621
+ margin-right: auto;
3622
+ order: -1;
3623
+ }
3624
+
3625
+ .e-subject-wrap {
3626
+ padding: $schedule-device-event-popup-subject-padding;
3627
+ }
3628
+ }
3629
+
3630
+ .e-event-popup .e-popup-content {
3631
+ padding: $schedule-spacing-12 $schedule-spacing-24;
3632
+ }
3633
+
3634
+ .e-multiple-event-popup .e-popup-header {
3635
+ display: flex;
3636
+ padding: $schedule-spacing-15;
3637
+
3638
+ .e-close,
3639
+ .e-edit,
3640
+ .e-delete {
3641
+ background: $schedule-multiple-event-popup-icon-bg-color;
3642
+ border: $schedule-border-0;
3643
+ color: $schedule-multiple-event-popup-icon-color;
3644
+ height: $schedule-height-35;
3645
+ width: 35px;
3646
+ &:focus,
3647
+ &:hover {
3648
+ background: none;
3649
+ }
3650
+ }
3651
+
3652
+ .e-subject {
3653
+ font-size: $schedule-font-size-15;
3654
+ font-weight: $schedule-font-weight-medium;
3655
+ height: $schedule-height-35;
3656
+ line-height: $schedule-line-height-2-25;
3657
+ padding: $schedule-multiple-event-popup-subject-padding;
3658
+ width: calc(100% - 105px);
3659
+ }
3660
+
3661
+ .e-close-icon,
3662
+ .e-edit-icon,
3663
+ .e-delete-icon {
3664
+ font-size: $schedule-multiple-event-popup-icon-font-size;
3665
+ }
3666
+ }
3667
+
3668
+ &.e-rtl {
3669
+ .e-event-popup .e-popup-header {
3670
+ .e-close {
3671
+ margin-left: auto;
3672
+ margin-right: $schedule-spacing-0;
3673
+ }
3674
+ }
3675
+ }
3676
+ }
3677
+ }
3678
+
3679
+ /*! schedule quick popup for smaller viewports */
3680
+ @media screen and (max-width: 320px) {
3681
+ .e-quick-popup-wrapper {
3682
+ min-width: 100%;
3683
+
3684
+ .e-popup-footer {
3685
+ padding-left: $schedule-spacing-5;
3686
+ }
3687
+
3688
+ &.e-rtl {
3689
+ .e-popup-footer {
3690
+ padding-right: $schedule-spacing-5;
3691
+ }
3692
+ }
3693
+ }
3694
+ }
3695
+
3696
+ .e-appointment.e-schedule-event-clone {
3697
+ background: $schedule-appointment-bg-color;
3698
+ border-radius: $schedule-appointment-border-radius;
3699
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
3700
+ color: $schedule-appointment-font-color;
3701
+ height: $schedule-height-38;
3702
+ width: 100px;
3703
+ z-index: 9;
3704
+
3705
+ &.e-drag-clone {
3706
+ cursor: move;
3707
+ }
3708
+
3709
+ .e-recurrence-icon,
3710
+ .e-recurrence-edit-icon,
3711
+ .e-indicator.e-left-icon,
3712
+ .e-indicator.e-right-icon,
3713
+ .e-event-resize.e-left-handler,
3714
+ .e-event-resize.e-right-handler {
3715
+ display: none;
3716
+ }
3717
+
3718
+ .e-appointment-details {
3719
+ flex: auto;
3720
+ overflow: hidden;
3721
+ padding: $schedule-spacing-0 $schedule-spacing-4;
3722
+ text-align: left;
3723
+
3724
+ .e-inner-wrap {
3725
+ flex: auto;
3726
+ overflow: hidden;
3727
+ }
3728
+
3729
+ .e-subject {
3730
+ @include schedule-appointments-subject-styles;
3731
+ padding-top: $schedule-spacing-4;
3732
+ text-overflow: ellipsis;
3733
+ }
3734
+
3735
+ .e-time {
3736
+ font-size: $schedule-font-size-11;
3737
+ overflow: hidden;
3738
+ padding-top: $schedule-spacing-1;
3739
+ text-overflow: ellipsis;
3740
+ }
3741
+
3742
+ .e-location {
3743
+ display: none;
3744
+ }
3745
+ }
3746
+
3747
+ &.e-month-event {
3748
+ .e-appointment-details {
3749
+ .e-subject {
3750
+ padding: $schedule-spacing-0;
3751
+ }
3752
+ }
3753
+ }
3754
+ }
3755
+
3756
+ .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone {
3757
+ .e-appointment-details {
3758
+ .e-subject {
3759
+ padding: $schedule-spacing-3 $schedule-spacing-0 $schedule-spacing-1 $schedule-spacing-4;
3760
+ }
3761
+
3762
+ .e-time {
3763
+ display: none;
3764
+ }
3765
+ }
3766
+ }
3767
+
3768
+ .e-month-view .e-appointment.e-schedule-event-clone {
3769
+ .e-appointment-details {
3770
+ .e-subject {
3771
+ line-height: $schedule-month-event-clone-line-height-subject;
3772
+ }
3773
+ }
3774
+ }
3775
+ }
3776
+
3777
+ @media print {
3778
+ .e-schedule {
3779
+ .e-table-container {
3780
+ display: block;
3781
+ }
3782
+
3783
+ .e-vertical-view .e-content-table thead {
3784
+ break-inside: auto;
3785
+ }
3786
+ }
3787
+ }
3788
+
3789
+ .e-more-popup-wrapper {
3790
+ background: $schedule-popup-bg-color;
3791
+ border: $schedule-border-1 solid $schedule-popup-border-color;
3792
+ border-radius: $schedule-more-popup-wrapper-border-radius;
3793
+ box-shadow: $schedule-more-indicator-shadow-color-more-popup;
3794
+ opacity: 1;
3795
+ padding: $schedule-more-popup-padding;
3796
+ width: 225px;
3797
+
3798
+ .e-more-appointment-wrapper {
3799
+ margin: $schedule-spacing-0 $schedule-spacing-4;
3800
+ }
3801
+
3802
+ .e-more-event-popup {
3803
+ height: $schedule-height-p100;
3804
+ position: relative;
3805
+ width: 100%;
3806
+ }
3807
+
3808
+ .e-more-event-header {
3809
+ height: $schedule-height-35;
3810
+ margin: $schedule-spacing-0 $schedule-spacing-8 $schedule-spacing-4 $schedule-spacing-14;
3811
+ }
3812
+
3813
+ .e-more-event-content {
3814
+ color: $schedule-primary-content-font-color;
3815
+ height: calc($schedule-height-p100 - $schedule-height-35);
3816
+ max-height: 150px;
3817
+ overflow-y: auto;
3818
+ padding: $schedule-spacing-10 $schedule-spacing-10 $schedule-spacing-0;
3819
+
3820
+ .e-appointment-border {
3821
+ border: $schedule-border-0;
3822
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
3823
+ }
3824
+ }
3825
+
3826
+ .e-more-event-date-header {
3827
+ height: $schedule-height-p100;
3828
+ width: calc(100% - 25px);
3829
+
3830
+ .e-current-date {
3831
+ color: $schedule-active-font-color;
3832
+ }
3833
+ }
3834
+
3835
+ .e-header-day {
3836
+ color: $schedule-primary-content-font-color;
3837
+ font-size: $schedule-date-header-wrap-nrml-font-size;
3838
+ line-height: $schedule-line-height-1;
3839
+ padding-bottom: $schedule-more-appointment-margin-bottom;
3840
+ }
3841
+
3842
+ .e-header-date {
3843
+ color: $schedule-primary-content-font-color;
3844
+ font-size: $schedule-header-date-nrml-font-size;
3845
+ line-height: $schedule-line-height-1;
3846
+ max-width: 15%;
3847
+
3848
+ &:hover {
3849
+ cursor: pointer;
3850
+ text-decoration: underline;
3851
+ }
3852
+
3853
+ &:focus {
3854
+ text-decoration: underline;
3855
+ }
3856
+ }
3857
+
3858
+ .e-more-event-close {
3859
+ background: transparent;
3860
+ border: $schedule-border-0;
3861
+ box-shadow: none;
3862
+ color: $schedule-popup-icon-color;
3863
+ cursor: pointer;
3864
+ height: $schedule-height-25;
3865
+ padding: $schedule-bgr-more-event-close-icon-padding;
3866
+ position: absolute;
3867
+ right: 6px;
3868
+ width: 25px;
3869
+
3870
+ .e-close-icon {
3871
+ font-size: $schedule-more-event-close-icon-font-size;
3872
+ }
3873
+
3874
+ .e-btn-icon {
3875
+ margin-top: $schedule-more-popup-close-margin-top;
3876
+ }
3877
+
3878
+ &:focus,
3879
+ &:hover {
3880
+ background: $schedule-popup-header-icon-focus-bg-color;
3881
+ border-radius: $schedule-border-radius-50;
3882
+ color: $schedule-popup-header-icon-focus-color;
3883
+ @if $skin-name == 'fluent2'{
3884
+ .e-close-icon {
3885
+ color: $schedule-hover-font-color;
3886
+ }
3887
+ }
3888
+ }
3889
+ }
3890
+
3891
+ .e-appointment {
3892
+ background: $schedule-appointment-bg-color;
3893
+ border-radius: $schedule-appointment-border-radius;
3894
+ color: $schedule-appointment-font-color;
3895
+ display: flex;
3896
+ height: $schedule-month-appointment-height;
3897
+ line-height: $schedule-appointment-text-line-height;
3898
+ margin-bottom: $schedule-more-appointment-margin-bottom;
3899
+ padding: $schedule-spacing-2 $schedule-spacing-0;
3900
+ width: 100%;
3901
+
3902
+ .e-subject {
3903
+ color: $schedule-appointment-font-color;
3904
+ flex: auto;
3905
+ font-size: $schedule-font-size-13;
3906
+ font-weight: $schedule-font-weight-medium;
3907
+ overflow: hidden;
3908
+ padding: $schedule-spacing-0 $schedule-spacing-2;
3909
+ text-overflow: ellipsis;
3910
+ white-space: nowrap;
3911
+ }
3912
+
3913
+ .e-subject.e-disable {
3914
+ display: none;
3915
+ }
3916
+
3917
+ .e-inline-subject {
3918
+ @include schedule-inline-appointment-styles;
3919
+ }
3920
+
3921
+ .e-recurrence-icon,
3922
+ .e-recurrence-edit-icon {
3923
+ line-height: $schedule-recurrence-icon-line-height;
3924
+ padding: $schedule-spacing-0 $schedule-spacing-2;
3925
+ }
3926
+
3927
+ &.e-appointment-border,
3928
+ &:focus {
3929
+ border: $schedule-border-0;
3930
+ box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
3931
+ }
3932
+ }
3933
+
3934
+ &.e-device {
3935
+ bottom: 0;
3936
+ height: $schedule-height-p100;
3937
+ left: 0;
3938
+ margin: $schedule-spacing-0;
3939
+ max-width: 100%;
3940
+ overflow: hidden;
3941
+ position: fixed;
3942
+ right: 0;
3943
+ top: 0;
3944
+ width: 100%;
3945
+ z-index: 1002;
3946
+
3947
+ .e-more-event-content {
3948
+ max-height: unset;
3949
+ }
3950
+ }
3951
+
3952
+ &.e-rtl {
3953
+ .e-header-date {
3954
+ padding-right: $schedule-spacing-10;
3955
+ }
3956
+
3957
+ .e-header-day {
3958
+ padding-right: $schedule-spacing-10;
3959
+ }
3960
+
3961
+ .e-more-event-close {
3962
+ left: 6px;
3963
+ right: auto;
3964
+ }
3965
+ }
3966
+ }