ecabs-components 1.1.69 → 1.1.71

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 (248) hide show
  1. package/README.md +138 -135
  2. package/esm2022/lib/base/adapters/date.adapter.mjs +1 -1
  3. package/esm2022/lib/base/consts/buttons.consts.mjs +1 -1
  4. package/esm2022/lib/base/consts/country-codes.mjs +1 -1
  5. package/esm2022/lib/base/consts/error-messages.consts.mjs +1 -1
  6. package/esm2022/lib/base/consts/images.consts.mjs +1 -1
  7. package/esm2022/lib/base/consts/translations.consts.mjs +1 -1
  8. package/esm2022/lib/base/consts/waypoint.consts.mjs +1 -1
  9. package/esm2022/lib/base/directives/attach-embedded-view.directive.mjs +1 -1
  10. package/esm2022/lib/base/directives/attach-embedded-view.directive.module.mjs +1 -1
  11. package/esm2022/lib/base/directives/check-permissions.directive.mjs +1 -1
  12. package/esm2022/lib/base/directives/check-permissions.directive.module.mjs +1 -1
  13. package/esm2022/lib/base/directives/date-mask.directive.mjs +1 -1
  14. package/esm2022/lib/base/directives/date-mask.directive.module.mjs +1 -1
  15. package/esm2022/lib/base/directives/digits-only.directive.mjs +1 -1
  16. package/esm2022/lib/base/directives/digits-only.directive.module.mjs +1 -1
  17. package/esm2022/lib/base/directives/dom-observer.directive.mjs +1 -1
  18. package/esm2022/lib/base/directives/dom-observer.directive.module.mjs +1 -1
  19. package/esm2022/lib/base/directives/dynamic-bg-color.directive.mjs +1 -1
  20. package/esm2022/lib/base/directives/dynamic-bg-color.directive.module.mjs +1 -1
  21. package/esm2022/lib/base/directives/element-multiplier.directive.mjs +1 -1
  22. package/esm2022/lib/base/directives/element-multiplier.directive.module.mjs +1 -1
  23. package/esm2022/lib/base/directives/file-drop.directive.mjs +1 -1
  24. package/esm2022/lib/base/directives/file-drop.directive.module.mjs +1 -1
  25. package/esm2022/lib/base/directives/min-max.directive.mjs +1 -1
  26. package/esm2022/lib/base/directives/min-max.directive.module.mjs +1 -1
  27. package/esm2022/lib/base/directives/number-border.directive.mjs +1 -1
  28. package/esm2022/lib/base/directives/number-border.directive.module.mjs +1 -1
  29. package/esm2022/lib/base/directives/paginator.directive.mjs +1 -1
  30. package/esm2022/lib/base/directives/paginator.directive.module.mjs +1 -1
  31. package/esm2022/lib/base/directives/show-on-truncated.directive.mjs +1 -1
  32. package/esm2022/lib/base/directives/show-on-truncated.directive.module.mjs +1 -1
  33. package/esm2022/lib/base/directives/time-mask.directive.mjs +1 -1
  34. package/esm2022/lib/base/directives/time-mask.directive.module.mjs +1 -1
  35. package/esm2022/lib/base/directives/time-range.directive.mjs +1 -1
  36. package/esm2022/lib/base/directives/time-range.directive.module.mjs +1 -1
  37. package/esm2022/lib/base/directives/tooltip-if-truncated.directive.mjs +1 -1
  38. package/esm2022/lib/base/directives/tooltip-if-truncated.directive.module.mjs +1 -1
  39. package/esm2022/lib/base/directives/uppercase-mask.directive.mjs +1 -1
  40. package/esm2022/lib/base/directives/uppercase-mask.directive.module.mjs +1 -1
  41. package/esm2022/lib/base/element-base.mjs +1 -1
  42. package/esm2022/lib/base/element-wrapper/element-wrapper.component.mjs +3 -3
  43. package/esm2022/lib/base/element-wrapper/element-wrapper.module.mjs +1 -1
  44. package/esm2022/lib/base/models/bread-crumb.models.mjs +1 -1
  45. package/esm2022/lib/base/models/ecabs-date-picker-translations.models.mjs +1 -1
  46. package/esm2022/lib/base/models/element.models.mjs +1 -1
  47. package/esm2022/lib/base/models/header.models.mjs +1 -1
  48. package/esm2022/lib/base/models/phone.models.mjs +1 -1
  49. package/esm2022/lib/base/models/select.models.mjs +1 -1
  50. package/esm2022/lib/base/models/sidebar.models.mjs +1 -1
  51. package/esm2022/lib/base/models/slider.models.mjs +1 -1
  52. package/esm2022/lib/base/models/timepicker.models.mjs +1 -1
  53. package/esm2022/lib/base/models/user-claim.models.mjs +1 -1
  54. package/esm2022/lib/base/models/validation.models.mjs +1 -1
  55. package/esm2022/lib/base/models/waypoint.models.mjs +1 -1
  56. package/esm2022/lib/base/pipes/phone-number-country-code.pipe.mjs +1 -1
  57. package/esm2022/lib/base/pipes/pipes.module.mjs +1 -1
  58. package/esm2022/lib/base/pipes/search.pipe.mjs +1 -1
  59. package/esm2022/lib/base/pipes/separator-append.pipe.mjs +1 -1
  60. package/esm2022/lib/base/pipes/truncate.pipe.mjs +1 -1
  61. package/esm2022/lib/base/services/ecabs-components.service.mjs +1 -1
  62. package/esm2022/lib/base/services/ecabs-date-picker-translations.service.mjs +1 -1
  63. package/esm2022/lib/base/services/header.service.mjs +1 -1
  64. package/esm2022/lib/base/services/unsubscribe.service.mjs +1 -1
  65. package/esm2022/lib/base/utils/menu-utils.mjs +1 -1
  66. package/esm2022/lib/base/utils/object-utils.mjs +1 -1
  67. package/esm2022/lib/base/utils/phone-number.utils.mjs +1 -1
  68. package/esm2022/lib/base/utils/time-mask.util.mjs +1 -1
  69. package/esm2022/lib/base/validation/validation.component.mjs +3 -3
  70. package/esm2022/lib/base/validation/validation.module.mjs +1 -1
  71. package/esm2022/lib/base/validators/date-range.validator.mjs +1 -1
  72. package/esm2022/lib/base/validators/phone-number.validator.mjs +1 -1
  73. package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.component.mjs +3 -3
  74. package/esm2022/lib/ecabs-active-status-filter/ecabs-active-status-filter.module.mjs +1 -1
  75. package/esm2022/lib/ecabs-base-phone-input/ecabs-base-phone.component.mjs +3 -3
  76. package/esm2022/lib/ecabs-base-phone-input/ecabs-base-phone.module.mjs +1 -1
  77. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.component.mjs +3 -3
  78. package/esm2022/lib/ecabs-breadcrumb/ecabs-breadcrumb.module.mjs +1 -1
  79. package/esm2022/lib/ecabs-button-toggle/ecabs-button-toggle.component.mjs +3 -3
  80. package/esm2022/lib/ecabs-button-toggle/ecabs-button-toggle.module.mjs +1 -1
  81. package/esm2022/lib/ecabs-buttons/ecabs-buttons.component.mjs +3 -3
  82. package/esm2022/lib/ecabs-buttons/ecabs-buttons.module.mjs +1 -1
  83. package/esm2022/lib/ecabs-buttons-v2/ecabs-buttons-v2.component.mjs +3 -3
  84. package/esm2022/lib/ecabs-buttons-v2/ecabs-buttons-v2.module.mjs +1 -1
  85. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +3 -3
  86. package/esm2022/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.module.mjs +1 -1
  87. package/esm2022/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.component.mjs +12 -6
  88. package/esm2022/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.module.mjs +1 -1
  89. package/esm2022/lib/ecabs-chip-autocomplete/ecabs-chip-autocomplete.component.mjs +15 -11
  90. package/esm2022/lib/ecabs-chip-group/ecabs-chip-group.component.mjs +9 -4
  91. package/esm2022/lib/ecabs-chip-group/ecabs-chip-group.module.mjs +20 -4
  92. package/esm2022/lib/ecabs-date-picker/components/ecabs-date-picker-header/ecabs-date-picker-header.component.mjs +3 -3
  93. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.component.mjs +3 -3
  94. package/esm2022/lib/ecabs-date-picker/ecabs-date-picker.module.mjs +1 -1
  95. package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.component.mjs +3 -3
  96. package/esm2022/lib/ecabs-date-picker-actions/ecabs-date-picker-actions.module.mjs +1 -1
  97. package/esm2022/lib/ecabs-date-range-picker/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header.component.mjs +3 -3
  98. package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.component.mjs +3 -3
  99. package/esm2022/lib/ecabs-date-range-picker/ecabs-date-range-picker.module.mjs +1 -1
  100. package/esm2022/lib/ecabs-date-range-picker-v2/components/ecabs-date-range-picker-header/ecabs-date-range-picker-header-v2.component.mjs +3 -3
  101. package/esm2022/lib/ecabs-date-range-picker-v2/ecabs-date-range-picker-v2.component.mjs +3 -3
  102. package/esm2022/lib/ecabs-date-range-picker-v2/ecabs-date-range-picker-v2.module.mjs +1 -1
  103. package/esm2022/lib/ecabs-date-time-picker/components/ecabs-date-time-picker-header/ecabs-date-time-picker-header.component.mjs +3 -3
  104. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.component.mjs +3 -3
  105. package/esm2022/lib/ecabs-date-time-picker/ecabs-date-time-picker.module.mjs +1 -1
  106. package/esm2022/lib/ecabs-date-time-range-picker/components/ecabs-date-time-range-picker-header/ecabs-date-time-range-picker-header.component.mjs +3 -3
  107. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.component.mjs +3 -3
  108. package/esm2022/lib/ecabs-date-time-range-picker/ecabs-date-time-range-picker.module.mjs +1 -1
  109. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +3 -3
  110. package/esm2022/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +1 -1
  111. package/esm2022/lib/ecabs-dialog-confirm-deletion/ecabs-dialog-confirm-deletion.component.mjs +3 -3
  112. package/esm2022/lib/ecabs-dialog-confirm-deletion/ecabs-dialog-confirm-deletion.module.mjs +1 -1
  113. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +3 -3
  114. package/esm2022/lib/ecabs-dialog-message/ecabs-dialog-message.module.mjs +1 -1
  115. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.component.mjs +3 -3
  116. package/esm2022/lib/ecabs-empty-placeholder/ecabs-empty-placeholder.module.mjs +1 -1
  117. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.component.mjs +3 -3
  118. package/esm2022/lib/ecabs-expansion-panel/ecabs-expansion-panel.module.mjs +1 -1
  119. package/esm2022/lib/ecabs-header/ecabs-header.component.mjs +3 -3
  120. package/esm2022/lib/ecabs-header/ecabs-header.module.mjs +1 -1
  121. package/esm2022/lib/ecabs-hint/ecabs-hint.component.mjs +3 -3
  122. package/esm2022/lib/ecabs-hint/ecabs-hint.module.mjs +1 -1
  123. package/esm2022/lib/ecabs-increment/ecabs-increment.component.mjs +3 -3
  124. package/esm2022/lib/ecabs-increment/ecabs-increment.module.mjs +1 -1
  125. package/esm2022/lib/ecabs-input/ecabs-input.component.mjs +3 -3
  126. package/esm2022/lib/ecabs-input/ecabs-input.module.mjs +1 -1
  127. package/esm2022/lib/ecabs-input-range/ecabs-input-range.component.mjs +3 -3
  128. package/esm2022/lib/ecabs-input-range/ecabs-input-range.module.mjs +1 -1
  129. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +3 -3
  130. package/esm2022/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +1 -1
  131. package/esm2022/lib/ecabs-loading/ecabs-loading.component.mjs +3 -3
  132. package/esm2022/lib/ecabs-loading/ecabs-loading.module.mjs +1 -1
  133. package/esm2022/lib/ecabs-loading/spinner/spinner.component.mjs +3 -3
  134. package/esm2022/lib/ecabs-logo/ecabs-logo.component.mjs +3 -3
  135. package/esm2022/lib/ecabs-logo/ecabs-logo.module.mjs +1 -1
  136. package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.component.mjs +3 -3
  137. package/esm2022/lib/ecabs-menu-items/ecabs-menu-items.module.mjs +1 -1
  138. package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.component.mjs +3 -3
  139. package/esm2022/lib/ecabs-multiple-dates-picker/ecabs-multiple-dates-picker.module.mjs +1 -1
  140. package/esm2022/lib/ecabs-note/ecabs-note.component.mjs +3 -3
  141. package/esm2022/lib/ecabs-note/ecabs-note.module.mjs +1 -1
  142. package/esm2022/lib/ecabs-phone/ecabs-phone.component.mjs +3 -3
  143. package/esm2022/lib/ecabs-phone/ecabs-phone.module.mjs +1 -1
  144. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +3 -3
  145. package/esm2022/lib/ecabs-picker-header/ecabs-picker-header.module.mjs +1 -1
  146. package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.component.mjs +3 -3
  147. package/esm2022/lib/ecabs-place-autocomplete/ecabs-place-autocomplete.module.mjs +1 -1
  148. package/esm2022/lib/ecabs-place-autocomplete-v2/ecabs-place-autocomplete-v2.component.mjs +3 -3
  149. package/esm2022/lib/ecabs-place-autocomplete-v2/ecabs-place-autocomplete-v2.module.mjs +1 -1
  150. package/esm2022/lib/ecabs-profile/ecabs-profile.component.mjs +3 -3
  151. package/esm2022/lib/ecabs-profile/ecabs-profile.module.mjs +1 -1
  152. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.component.mjs +3 -3
  153. package/esm2022/lib/ecabs-radio-button-list/ecabs-radio-button-list.module.mjs +1 -1
  154. package/esm2022/lib/ecabs-segment/ecabs-segment.component.mjs +3 -3
  155. package/esm2022/lib/ecabs-select/ecabs-select.component.mjs +4 -4
  156. package/esm2022/lib/ecabs-select/ecabs-select.module.mjs +1 -1
  157. package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.component.mjs +3 -3
  158. package/esm2022/lib/ecabs-select-v2/ecabs-select-v2.module.mjs +1 -1
  159. package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.component.mjs +3 -3
  160. package/esm2022/lib/ecabs-sidebar/ecabs-sidebar.module.mjs +1 -1
  161. package/esm2022/lib/ecabs-slider/ecabs-slider.component.mjs +3 -3
  162. package/esm2022/lib/ecabs-slider/ecabs-slider.module.mjs +1 -1
  163. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.component.mjs +3 -3
  164. package/esm2022/lib/ecabs-table/ecabs-table-filter-wrapper/ecabs-table-filter-wrapper.module.mjs +1 -1
  165. package/esm2022/lib/ecabs-table/ecabs-table.component.mjs +3 -3
  166. package/esm2022/lib/ecabs-table/ecabs-table.module.mjs +1 -1
  167. package/esm2022/lib/ecabs-textarea/ecabs-textarea.component.mjs +3 -3
  168. package/esm2022/lib/ecabs-textarea/ecabs-textarea.module.mjs +1 -1
  169. package/esm2022/lib/ecabs-time-range-input-v2/config.model.mjs +1 -1
  170. package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.component.mjs +3 -3
  171. package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.module.mjs +1 -1
  172. package/esm2022/lib/ecabs-time-range-input-v2/ecabs-time-range-input-v2.service.mjs +1 -1
  173. package/esm2022/lib/ecabs-timepicker/componets/ecabs-time-list-panel/ecabs-time-list-panel.component.mjs +3 -3
  174. package/esm2022/lib/ecabs-timepicker/config.model.mjs +1 -1
  175. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.component.mjs +3 -3
  176. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.module.mjs +1 -1
  177. package/esm2022/lib/ecabs-timepicker/ecabs-timepicker.service.mjs +1 -1
  178. package/esm2022/lib/ecabs-validation/ecabs-validation.component.mjs +3 -3
  179. package/esm2022/lib/ecabs-validation/ecabs-validation.module.mjs +1 -1
  180. package/esm2022/public-api.mjs +1 -1
  181. package/fesm2022/ecabs-components.mjs +155 -129
  182. package/fesm2022/ecabs-components.mjs.map +1 -1
  183. package/lib/ecabs-checkbox-v2/ecabs-checkbox-v2.component.d.ts +2 -1
  184. package/lib/ecabs-chip-group/ecabs-chip-group.component.d.ts +2 -1
  185. package/lib/ecabs-chip-group/ecabs-chip-group.module.d.ts +3 -1
  186. package/package.json +1 -1
  187. package/src/assets/images/nothing-here.svg +22 -22
  188. package/src/assets/images/promotions.svg +3 -3
  189. package/src/assets/styles/material/_theme.scss +100 -100
  190. package/src/assets/styles/material/overrides/_autocomplete.scss +34 -34
  191. package/src/assets/styles/material/overrides/_button.scss +134 -134
  192. package/src/assets/styles/material/overrides/_card.scss +55 -55
  193. package/src/assets/styles/material/overrides/_chip.scss +240 -240
  194. package/src/assets/styles/material/overrides/_datepicker.scss +178 -178
  195. package/src/assets/styles/material/overrides/_dialog.scss +25 -25
  196. package/src/assets/styles/material/overrides/_divider.scss +5 -5
  197. package/src/assets/styles/material/overrides/_expansion.scss +32 -32
  198. package/src/assets/styles/material/overrides/_form.scss +90 -90
  199. package/src/assets/styles/material/overrides/_icon.scss +8 -3
  200. package/src/assets/styles/material/overrides/_menu.scss +9 -9
  201. package/src/assets/styles/material/overrides/_paginator.scss +75 -75
  202. package/src/assets/styles/material/overrides/_phone.scss +55 -55
  203. package/src/assets/styles/material/overrides/_progress.scss +7 -7
  204. package/src/assets/styles/material/overrides/_select.scss +199 -199
  205. package/src/assets/styles/material/overrides/_sidebar.scss +6 -6
  206. package/src/assets/styles/material/overrides/_tab.scss +41 -41
  207. package/src/assets/styles/material/overrides/_table.scss +27 -27
  208. package/src/assets/styles/material/overrides/_toaster.scss +36 -36
  209. package/src/assets/styles/material/overrides/_toggle.scss +54 -54
  210. package/src/assets/styles/material/overrides/_toolbar.scss +3 -3
  211. package/src/assets/styles/material/overrides/_tooltip.scss +7 -7
  212. package/src/assets/styles/material/overrides/index.scss +22 -22
  213. package/src/assets/styles/scss/base/_heading.scss +17 -17
  214. package/src/assets/styles/scss/base/_normalize.scss +99 -99
  215. package/src/assets/styles/scss/base/index.scss +2 -2
  216. package/src/assets/styles/scss/modules/_autocomplete.scss +42 -42
  217. package/src/assets/styles/scss/modules/_button.scss +272 -272
  218. package/src/assets/styles/scss/modules/_card.scss +46 -46
  219. package/src/assets/styles/scss/modules/_chip.scss +64 -64
  220. package/src/assets/styles/scss/modules/_datepicker.scss +435 -435
  221. package/src/assets/styles/scss/modules/_dialog.scss +15 -15
  222. package/src/assets/styles/scss/modules/_divider.scss +4 -4
  223. package/src/assets/styles/scss/modules/_form.scss +312 -312
  224. package/src/assets/styles/scss/modules/_icon.scss +30 -30
  225. package/src/assets/styles/scss/modules/_img.scss +32 -32
  226. package/src/assets/styles/scss/modules/_legend.scss +64 -64
  227. package/src/assets/styles/scss/modules/_list.scss +17 -17
  228. package/src/assets/styles/scss/modules/_map.scss +221 -221
  229. package/src/assets/styles/scss/modules/_percentage.scss +41 -41
  230. package/src/assets/styles/scss/modules/_phone.scss +32 -32
  231. package/src/assets/styles/scss/modules/_select.scss +17 -17
  232. package/src/assets/styles/scss/modules/_statuses.scss +36 -36
  233. package/src/assets/styles/scss/modules/_tab.scss +16 -16
  234. package/src/assets/styles/scss/modules/_table.scss +132 -132
  235. package/src/assets/styles/scss/modules/_timepicker.scss +91 -91
  236. package/src/assets/styles/scss/modules/_toaster.scss +53 -53
  237. package/src/assets/styles/scss/modules/_tooltip.scss +10 -10
  238. package/src/assets/styles/scss/modules/drag-drop.scss +31 -31
  239. package/src/assets/styles/scss/modules/index.scss +23 -23
  240. package/src/assets/styles/scss/utilities/_colors.scss +58 -58
  241. package/src/assets/styles/scss/utilities/_fonts.scss +31 -31
  242. package/src/assets/styles/scss/utilities/_functions.scss +27 -27
  243. package/src/assets/styles/scss/utilities/_helpers.scss +14 -14
  244. package/src/assets/styles/scss/utilities/_mixins.scss +65 -65
  245. package/src/assets/styles/scss/utilities/_variables.scss +32 -32
  246. package/src/assets/styles/scss/utilities/index.scss +6 -6
  247. package/src/assets/styles/styles.scss +5 -5
  248. package/src/assets/styles/tailwind/index.scss +1 -1
@@ -1,435 +1,435 @@
1
- @import "../utilities/index";
2
-
3
- .datepicker-ui {
4
- @include e(toggle) {
5
- position: absolute !important;
6
- right: 0;
7
- line-height: 1.25;
8
- padding: 0;
9
-
10
- mat-icon {
11
- color: var(--color-gray-500);
12
- }
13
- }
14
- }
15
-
16
- ecabs-date-picker {
17
- .dateTimeWrapper {
18
- position: relative;
19
- display: flex;
20
- width: 100%;
21
-
22
- .datePart {
23
- flex: 2;
24
- }
25
-
26
- .timePart {
27
- flex: 1;
28
- padding-left: 10px;
29
- vertical-align: top;
30
- max-width: calc-rem(160);
31
-
32
- ecabs-timepicker .timeInputWrapper {
33
- display: block;
34
- }
35
-
36
- ecabs-timepicker {
37
- width: 100%;
38
-
39
- .inputWrapper {
40
- display: block;
41
- }
42
- }
43
- }
44
-
45
- .dateInputWrapper {
46
- position: relative;
47
- }
48
-
49
- input {
50
- min-height: 42px;
51
- width: 100%;
52
- display: block;
53
- box-sizing: border-box;
54
- font-size: 14px;
55
- font-weight: 500;
56
- padding-left: 10px;
57
- border-radius: 4px;
58
- border: 1px solid rgb(107, 109, 115);
59
- outline: none;
60
- transition: all 300ms ease-in-out;
61
-
62
- &:disabled {
63
- border-bottom-width: 1px;
64
- background-color: var(--color-white-opacity-05);
65
- }
66
- }
67
-
68
- input[type='date']::-webkit-calendar-picker-indicator,
69
- input[type='date']::-webkit-inner-spin-button {
70
- display: none;
71
- }
72
-
73
- input[type='date']::-webkit-clear-button {
74
- display: none;
75
- }
76
-
77
- .calendar-icon {
78
- float: right;
79
- margin-top: -38px;
80
- padding: 5px 10px 5px 5px;
81
- display: block;
82
- font-size: 13px;
83
- line-height: 20px;
84
- color: var(--color-gray-500);
85
- position: relative;
86
- width: 40px;
87
- height: 30px;
88
- cursor: pointer;
89
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNkI2RDczO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDRjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDIuNSw2LDQxLjgsNiw0MVYxMGMwLTAuOCwwLjMtMS41LDAuOS0yLjFTOC4yLDcsOSw3aDMuMlY0aDMuMnYzaDE3VjRoMy4ydjMKCUgzOWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw4LjUsNDIsOS4yLDQyLDEwdjMxYzAsMC44LTAuMywxLjUtMC45LDIuMUM0MC41LDQzLjcsMzkuOCw0NCwzOSw0NEg5eiBNOSw0MWgzMGwwLDBsMCwwVjE5LjVIOVY0MQoJTDksNDFMOSw0MXogTTksMTYuNWgzMFYxMGwwLDBsMCwwSDlsMCwwbDAsMFYxNi41eiBNOSwxNi41VjEwbDAsMGwwLDBsMCwwbDAsMFYxNi41eiIvPgo8L3N2Zz4K);
90
- background-position: center center;
91
- background-repeat: no-repeat;
92
- background-size: calc-rem(22);
93
-
94
- &.disabled {
95
- cursor: not-allowed;
96
- }
97
- }
98
- }
99
-
100
- .ecabs-element-wrapper {
101
- &.focused {
102
- label {
103
- color: #376bfb;
104
- }
105
-
106
- input {
107
- border-bottom-width: 2px;
108
- border-bottom-color: #376bfb;
109
- }
110
- }
111
-
112
- &.validationError {
113
- label {
114
- color: #ff4c4c;
115
- }
116
-
117
- input {
118
- border-bottom-color: #ff4c4c;
119
- border-bottom-width: 2px;
120
- }
121
- }
122
- }
123
- }
124
-
125
- // ------------------------ datepicker component css override --------------
126
-
127
- .ng-mydp {
128
- .myDpSelector {
129
- border: 0;
130
- padding: 0;
131
- box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
132
- 0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
133
- border-radius: 0 0 4px 4px;
134
- background: white;
135
-
136
- &:focus {
137
- box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
138
- 0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
139
- }
140
-
141
- .myDpWeekDayTitle {
142
- background-color: white;
143
- font-weight: 500;
144
- font-size: 11px;
145
- color: rgba(22, 42, 76, 0.7);
146
- }
147
-
148
- .myDpNextBtn {
149
- margin-left: auto;
150
- margin-right: 16px;
151
-
152
- .myDpIconRightArrow {
153
- line-height: 26px;
154
- height: 25px;
155
-
156
- &::before {
157
- color: #376bfb;
158
- font-size: 13px;
159
- }
160
- }
161
- }
162
-
163
- .myDpPrevBtn {
164
- margin-left: 16px;
165
-
166
- .myDpIconLeftArrow {
167
- line-height: 26px;
168
- height: 25px;
169
-
170
- &::before {
171
- color: #376bfb;
172
- font-size: 13px;
173
- }
174
- }
175
- }
176
-
177
- .myDpMonthYearSelBar {
178
- height: 52px;
179
- padding-top: 10px;
180
- border: 0;
181
- }
182
-
183
- .myDpMonthYearText {
184
- button {
185
- font-weight: 500;
186
- font-size: 13px;
187
- line-height: 20px;
188
- color: #376bfb;
189
- }
190
-
191
- .myDpMonthBtn {
192
- padding-right: 7px;
193
- position: relative;
194
- margin-right: 15px;
195
-
196
- &::after {
197
- position: absolute;
198
- content: '';
199
- height: 14px;
200
- width: 1px;
201
- right: -7px;
202
- top: 6px;
203
- background: rgba(22, 42, 76, 0.5);
204
- }
205
- }
206
-
207
- .myDpYearBtn {
208
- padding-left: 6px;
209
- }
210
- }
211
-
212
- .myDpCalTable {
213
- height: calc(100% - 54px);
214
- width: calc(100% - 20px);
215
- margin: 0 10px;
216
- }
217
-
218
- //---------------- days table -------------------------------
219
- table.myDpCalTable {
220
- td {
221
- .myDpDayValue {
222
- border-radius: 4px;
223
- background: #f0f2f5;
224
- display: inline-block;
225
- box-sizing: border-box;
226
- width: 32px;
227
- height: 28px;
228
- font-size: 13px;
229
- line-height: 28px;
230
- text-align: center;
231
- color: rgba(22, 42, 76, 0.9);
232
-
233
- &.myDpMarkCurrDay {
234
- border-bottom: 0;
235
- color: #376bfb;
236
- }
237
- }
238
-
239
- &.myDpSelectedDay {
240
- .myDpDayValue {
241
- color: white !important;
242
- background: #6ab72a !important;
243
- }
244
- }
245
-
246
- &.myDpDisabled {
247
- background: unset;
248
-
249
- .myDpDayValue {
250
- background: unset !important;
251
- color: rgba(22, 42, 76, 0.5);
252
- cursor: not-allowed;
253
-
254
- &:hover {
255
- background: unset !important;
256
- }
257
- }
258
- }
259
-
260
- &.myDpRangeColor {
261
- background-color: white;
262
-
263
- .myDpDayValue {
264
- background: #bee39d !important;
265
- }
266
-
267
- &.myDpSelectedDay {
268
- .myDpDayValue {
269
- color: white !important;
270
- background: #6ab72a !important;
271
- }
272
- }
273
- }
274
-
275
- &.myDpDaycell:focus {
276
- box-shadow: unset;
277
- outline: unset;
278
- }
279
-
280
- &.myDpPrevMonth,
281
- &.myDpNextMonth {
282
- .myDpDayValue {
283
- background: #f6f7f9;
284
- color: rgba(22, 42, 76, 0.5);
285
- }
286
- }
287
-
288
- .myDpDimDay {
289
- opacity: 1;
290
- }
291
- }
292
-
293
- .myDpTableSingleDay:hover {
294
- background-color: white;
295
-
296
- .myDpDayValue {
297
- background: #bee39d;
298
- color: rgba(22, 42, 76, 0.9);
299
- }
300
- }
301
-
302
- .myDpSelectedDay,
303
- .myDpSelectedMonth,
304
- .myDpSelectedYear {
305
- background-color: white;
306
- border-radius: 0;
307
- }
308
- }
309
-
310
- //================== months table =====================
311
- .myDpMonthTable {
312
- height: 128px;
313
- width: calc(100% - 20px);
314
- margin: 0 10px;
315
-
316
- td {
317
- .myDpMonthValue {
318
- display: inline-block;
319
- height: 28px;
320
- width: 80px;
321
- background: #f0f2f5;
322
- vertical-align: middle;
323
- text-align: center;
324
- line-height: 28px;
325
- font-weight: normal;
326
- font-size: 13px;
327
- color: rgba(22, 42, 76, 0.9);
328
- border-radius: 4px;
329
-
330
- &.myDpMarkCurrMonth {
331
- border: 0;
332
- color: #376bfb;
333
- }
334
-
335
- &:hover {
336
- background: #bee39d;
337
- }
338
- }
339
-
340
- &.myDpDisabled {
341
- background: unset;
342
-
343
- .myDpMonthValue {
344
- background: unset !important;
345
- color: rgba(22, 42, 76, 0.5) !important;
346
- cursor: not-allowed;
347
- }
348
- }
349
-
350
- &.myDpSelectedMonth {
351
- background-color: white;
352
-
353
- .myDpMonthValue {
354
- background: #6ab72a !important;
355
- color: white !important;
356
- }
357
- }
358
-
359
- &.myDpTableSingleMonth:hover {
360
- background-color: white;
361
- }
362
- }
363
- }
364
-
365
- //================== years table =====================
366
-
367
- .myDpYearTable {
368
- height: 160px;
369
- width: calc(100% - 20px);
370
- margin: 0 10px;
371
-
372
- td {
373
- .myDpYearValue {
374
- display: inline-block;
375
- height: 28px;
376
- width: 46px;
377
- background: #f0f2f5;
378
- vertical-align: middle;
379
- text-align: center;
380
- line-height: 28px;
381
- font-weight: normal;
382
- font-size: 13px;
383
- color: rgba(22, 42, 76, 0.9);
384
- border-radius: 4px;
385
-
386
- &.myDpMarkCurrYear {
387
- border: 0;
388
- color: #376bfb;
389
- }
390
-
391
- &:hover {
392
- background: #bee39d;
393
- }
394
- }
395
-
396
- &.myDpDisabled {
397
- background: unset;
398
-
399
- .myDpYearValue {
400
- background: unset !important;
401
- color: rgba(22, 42, 76, 0.5) !important;
402
- cursor: not-allowed;
403
- }
404
- }
405
-
406
- &.myDpSelectedYear {
407
- background-color: white;
408
-
409
- .myDpYearValue {
410
- background: #6ab72a !important;
411
- color: white !important;
412
- }
413
- }
414
-
415
- &.myDpTableSingleYear:hover {
416
- background-color: white;
417
- }
418
- }
419
- }
420
- }
421
-
422
- .myDpSelectorArrow {
423
- height: 272px !important;
424
- width: 268px !important;
425
- margin-top: -12px;
426
-
427
- &::after {
428
- display: none;
429
- }
430
-
431
- &::before {
432
- display: none;
433
- }
434
- }
435
- }
1
+ @import "../utilities/index";
2
+
3
+ .datepicker-ui {
4
+ @include e(toggle) {
5
+ position: absolute !important;
6
+ right: 0;
7
+ line-height: 1.25;
8
+ padding: 0;
9
+
10
+ mat-icon {
11
+ color: var(--color-gray-500);
12
+ }
13
+ }
14
+ }
15
+
16
+ ecabs-date-picker {
17
+ .dateTimeWrapper {
18
+ position: relative;
19
+ display: flex;
20
+ width: 100%;
21
+
22
+ .datePart {
23
+ flex: 2;
24
+ }
25
+
26
+ .timePart {
27
+ flex: 1;
28
+ padding-left: 10px;
29
+ vertical-align: top;
30
+ max-width: calc-rem(160);
31
+
32
+ ecabs-timepicker .timeInputWrapper {
33
+ display: block;
34
+ }
35
+
36
+ ecabs-timepicker {
37
+ width: 100%;
38
+
39
+ .inputWrapper {
40
+ display: block;
41
+ }
42
+ }
43
+ }
44
+
45
+ .dateInputWrapper {
46
+ position: relative;
47
+ }
48
+
49
+ input {
50
+ min-height: 42px;
51
+ width: 100%;
52
+ display: block;
53
+ box-sizing: border-box;
54
+ font-size: 14px;
55
+ font-weight: 500;
56
+ padding-left: 10px;
57
+ border-radius: 4px;
58
+ border: 1px solid rgb(107, 109, 115);
59
+ outline: none;
60
+ transition: all 300ms ease-in-out;
61
+
62
+ &:disabled {
63
+ border-bottom-width: 1px;
64
+ background-color: var(--color-white-opacity-05);
65
+ }
66
+ }
67
+
68
+ input[type='date']::-webkit-calendar-picker-indicator,
69
+ input[type='date']::-webkit-inner-spin-button {
70
+ display: none;
71
+ }
72
+
73
+ input[type='date']::-webkit-clear-button {
74
+ display: none;
75
+ }
76
+
77
+ .calendar-icon {
78
+ float: right;
79
+ margin-top: -38px;
80
+ padding: 5px 10px 5px 5px;
81
+ display: block;
82
+ font-size: 13px;
83
+ line-height: 20px;
84
+ color: var(--color-gray-500);
85
+ position: relative;
86
+ width: 40px;
87
+ height: 30px;
88
+ cursor: pointer;
89
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNkI2RDczO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDRjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDIuNSw2LDQxLjgsNiw0MVYxMGMwLTAuOCwwLjMtMS41LDAuOS0yLjFTOC4yLDcsOSw3aDMuMlY0aDMuMnYzaDE3VjRoMy4ydjMKCUgzOWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw4LjUsNDIsOS4yLDQyLDEwdjMxYzAsMC44LTAuMywxLjUtMC45LDIuMUM0MC41LDQzLjcsMzkuOCw0NCwzOSw0NEg5eiBNOSw0MWgzMGwwLDBsMCwwVjE5LjVIOVY0MQoJTDksNDFMOSw0MXogTTksMTYuNWgzMFYxMGwwLDBsMCwwSDlsMCwwbDAsMFYxNi41eiBNOSwxNi41VjEwbDAsMGwwLDBsMCwwbDAsMFYxNi41eiIvPgo8L3N2Zz4K);
90
+ background-position: center center;
91
+ background-repeat: no-repeat;
92
+ background-size: calc-rem(22);
93
+
94
+ &.disabled {
95
+ cursor: not-allowed;
96
+ }
97
+ }
98
+ }
99
+
100
+ .ecabs-element-wrapper {
101
+ &.focused {
102
+ label {
103
+ color: #376bfb;
104
+ }
105
+
106
+ input {
107
+ border-bottom-width: 2px;
108
+ border-bottom-color: #376bfb;
109
+ }
110
+ }
111
+
112
+ &.validationError {
113
+ label {
114
+ color: #ff4c4c;
115
+ }
116
+
117
+ input {
118
+ border-bottom-color: #ff4c4c;
119
+ border-bottom-width: 2px;
120
+ }
121
+ }
122
+ }
123
+ }
124
+
125
+ // ------------------------ datepicker component css override --------------
126
+
127
+ .ng-mydp {
128
+ .myDpSelector {
129
+ border: 0;
130
+ padding: 0;
131
+ box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
132
+ 0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
133
+ border-radius: 0 0 4px 4px;
134
+ background: white;
135
+
136
+ &:focus {
137
+ box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
138
+ 0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
139
+ }
140
+
141
+ .myDpWeekDayTitle {
142
+ background-color: white;
143
+ font-weight: 500;
144
+ font-size: 11px;
145
+ color: rgba(22, 42, 76, 0.7);
146
+ }
147
+
148
+ .myDpNextBtn {
149
+ margin-left: auto;
150
+ margin-right: 16px;
151
+
152
+ .myDpIconRightArrow {
153
+ line-height: 26px;
154
+ height: 25px;
155
+
156
+ &::before {
157
+ color: #376bfb;
158
+ font-size: 13px;
159
+ }
160
+ }
161
+ }
162
+
163
+ .myDpPrevBtn {
164
+ margin-left: 16px;
165
+
166
+ .myDpIconLeftArrow {
167
+ line-height: 26px;
168
+ height: 25px;
169
+
170
+ &::before {
171
+ color: #376bfb;
172
+ font-size: 13px;
173
+ }
174
+ }
175
+ }
176
+
177
+ .myDpMonthYearSelBar {
178
+ height: 52px;
179
+ padding-top: 10px;
180
+ border: 0;
181
+ }
182
+
183
+ .myDpMonthYearText {
184
+ button {
185
+ font-weight: 500;
186
+ font-size: 13px;
187
+ line-height: 20px;
188
+ color: #376bfb;
189
+ }
190
+
191
+ .myDpMonthBtn {
192
+ padding-right: 7px;
193
+ position: relative;
194
+ margin-right: 15px;
195
+
196
+ &::after {
197
+ position: absolute;
198
+ content: '';
199
+ height: 14px;
200
+ width: 1px;
201
+ right: -7px;
202
+ top: 6px;
203
+ background: rgba(22, 42, 76, 0.5);
204
+ }
205
+ }
206
+
207
+ .myDpYearBtn {
208
+ padding-left: 6px;
209
+ }
210
+ }
211
+
212
+ .myDpCalTable {
213
+ height: calc(100% - 54px);
214
+ width: calc(100% - 20px);
215
+ margin: 0 10px;
216
+ }
217
+
218
+ //---------------- days table -------------------------------
219
+ table.myDpCalTable {
220
+ td {
221
+ .myDpDayValue {
222
+ border-radius: 4px;
223
+ background: #f0f2f5;
224
+ display: inline-block;
225
+ box-sizing: border-box;
226
+ width: 32px;
227
+ height: 28px;
228
+ font-size: 13px;
229
+ line-height: 28px;
230
+ text-align: center;
231
+ color: rgba(22, 42, 76, 0.9);
232
+
233
+ &.myDpMarkCurrDay {
234
+ border-bottom: 0;
235
+ color: #376bfb;
236
+ }
237
+ }
238
+
239
+ &.myDpSelectedDay {
240
+ .myDpDayValue {
241
+ color: white !important;
242
+ background: #6ab72a !important;
243
+ }
244
+ }
245
+
246
+ &.myDpDisabled {
247
+ background: unset;
248
+
249
+ .myDpDayValue {
250
+ background: unset !important;
251
+ color: rgba(22, 42, 76, 0.5);
252
+ cursor: not-allowed;
253
+
254
+ &:hover {
255
+ background: unset !important;
256
+ }
257
+ }
258
+ }
259
+
260
+ &.myDpRangeColor {
261
+ background-color: white;
262
+
263
+ .myDpDayValue {
264
+ background: #bee39d !important;
265
+ }
266
+
267
+ &.myDpSelectedDay {
268
+ .myDpDayValue {
269
+ color: white !important;
270
+ background: #6ab72a !important;
271
+ }
272
+ }
273
+ }
274
+
275
+ &.myDpDaycell:focus {
276
+ box-shadow: unset;
277
+ outline: unset;
278
+ }
279
+
280
+ &.myDpPrevMonth,
281
+ &.myDpNextMonth {
282
+ .myDpDayValue {
283
+ background: #f6f7f9;
284
+ color: rgba(22, 42, 76, 0.5);
285
+ }
286
+ }
287
+
288
+ .myDpDimDay {
289
+ opacity: 1;
290
+ }
291
+ }
292
+
293
+ .myDpTableSingleDay:hover {
294
+ background-color: white;
295
+
296
+ .myDpDayValue {
297
+ background: #bee39d;
298
+ color: rgba(22, 42, 76, 0.9);
299
+ }
300
+ }
301
+
302
+ .myDpSelectedDay,
303
+ .myDpSelectedMonth,
304
+ .myDpSelectedYear {
305
+ background-color: white;
306
+ border-radius: 0;
307
+ }
308
+ }
309
+
310
+ //================== months table =====================
311
+ .myDpMonthTable {
312
+ height: 128px;
313
+ width: calc(100% - 20px);
314
+ margin: 0 10px;
315
+
316
+ td {
317
+ .myDpMonthValue {
318
+ display: inline-block;
319
+ height: 28px;
320
+ width: 80px;
321
+ background: #f0f2f5;
322
+ vertical-align: middle;
323
+ text-align: center;
324
+ line-height: 28px;
325
+ font-weight: normal;
326
+ font-size: 13px;
327
+ color: rgba(22, 42, 76, 0.9);
328
+ border-radius: 4px;
329
+
330
+ &.myDpMarkCurrMonth {
331
+ border: 0;
332
+ color: #376bfb;
333
+ }
334
+
335
+ &:hover {
336
+ background: #bee39d;
337
+ }
338
+ }
339
+
340
+ &.myDpDisabled {
341
+ background: unset;
342
+
343
+ .myDpMonthValue {
344
+ background: unset !important;
345
+ color: rgba(22, 42, 76, 0.5) !important;
346
+ cursor: not-allowed;
347
+ }
348
+ }
349
+
350
+ &.myDpSelectedMonth {
351
+ background-color: white;
352
+
353
+ .myDpMonthValue {
354
+ background: #6ab72a !important;
355
+ color: white !important;
356
+ }
357
+ }
358
+
359
+ &.myDpTableSingleMonth:hover {
360
+ background-color: white;
361
+ }
362
+ }
363
+ }
364
+
365
+ //================== years table =====================
366
+
367
+ .myDpYearTable {
368
+ height: 160px;
369
+ width: calc(100% - 20px);
370
+ margin: 0 10px;
371
+
372
+ td {
373
+ .myDpYearValue {
374
+ display: inline-block;
375
+ height: 28px;
376
+ width: 46px;
377
+ background: #f0f2f5;
378
+ vertical-align: middle;
379
+ text-align: center;
380
+ line-height: 28px;
381
+ font-weight: normal;
382
+ font-size: 13px;
383
+ color: rgba(22, 42, 76, 0.9);
384
+ border-radius: 4px;
385
+
386
+ &.myDpMarkCurrYear {
387
+ border: 0;
388
+ color: #376bfb;
389
+ }
390
+
391
+ &:hover {
392
+ background: #bee39d;
393
+ }
394
+ }
395
+
396
+ &.myDpDisabled {
397
+ background: unset;
398
+
399
+ .myDpYearValue {
400
+ background: unset !important;
401
+ color: rgba(22, 42, 76, 0.5) !important;
402
+ cursor: not-allowed;
403
+ }
404
+ }
405
+
406
+ &.myDpSelectedYear {
407
+ background-color: white;
408
+
409
+ .myDpYearValue {
410
+ background: #6ab72a !important;
411
+ color: white !important;
412
+ }
413
+ }
414
+
415
+ &.myDpTableSingleYear:hover {
416
+ background-color: white;
417
+ }
418
+ }
419
+ }
420
+ }
421
+
422
+ .myDpSelectorArrow {
423
+ height: 272px !important;
424
+ width: 268px !important;
425
+ margin-top: -12px;
426
+
427
+ &::after {
428
+ display: none;
429
+ }
430
+
431
+ &::before {
432
+ display: none;
433
+ }
434
+ }
435
+ }