@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50

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 (245) hide show
  1. package/package.json +8 -8
  2. package/schematics/utils/lib-details.ts +2 -2
  3. package/styles/bootstrap-dark.css +190 -13
  4. package/styles/bootstrap.css +190 -13
  5. package/styles/bootstrap4.css +190 -13
  6. package/styles/bootstrap5-dark.css +192 -17
  7. package/styles/bootstrap5.css +192 -17
  8. package/styles/calendar/_all.scss +1 -1
  9. package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
  10. package/styles/calendar/_bootstrap-definition.scss +6 -6
  11. package/styles/calendar/_bootstrap4-definition.scss +5 -6
  12. package/styles/calendar/_bootstrap5-definition.scss +3 -29
  13. package/styles/calendar/_fabric-dark-definition.scss +1 -4
  14. package/styles/calendar/_fabric-definition.scss +0 -1
  15. package/styles/calendar/_fluent-definition.scss +4 -30
  16. package/styles/calendar/_fusionnew-definition.scss +3 -29
  17. package/styles/calendar/_highcontrast-light-definition.scss +1 -3
  18. package/styles/calendar/_layout.scss +95 -153
  19. package/styles/calendar/_material-dark-definition.scss +1 -3
  20. package/styles/calendar/_material3-definition.scss +3 -29
  21. package/styles/calendar/_tailwind-definition.scss +5 -27
  22. package/styles/calendar/_theme.scss +66 -111
  23. package/styles/calendar/bootstrap-dark.css +0 -1
  24. package/styles/calendar/bootstrap.css +0 -1
  25. package/styles/calendar/bootstrap4.css +0 -1
  26. package/styles/calendar/bootstrap5-dark.css +0 -1
  27. package/styles/calendar/bootstrap5.css +0 -1
  28. package/styles/calendar/fabric-dark.css +0 -1
  29. package/styles/calendar/fabric.css +0 -1
  30. package/styles/calendar/fluent-dark.css +0 -1
  31. package/styles/calendar/fluent.css +0 -1
  32. package/styles/calendar/highcontrast-light.css +0 -1
  33. package/styles/calendar/highcontrast.css +0 -1
  34. package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
  35. package/styles/calendar/icons/_bootstrap.scss +1 -2
  36. package/styles/calendar/icons/_bootstrap4.scss +1 -2
  37. package/styles/calendar/icons/_bootstrap5.scss +1 -2
  38. package/styles/calendar/icons/_fabric-dark.scss +1 -2
  39. package/styles/calendar/icons/_fabric.scss +1 -2
  40. package/styles/calendar/icons/_fluent.scss +1 -2
  41. package/styles/calendar/icons/_fusionnew.scss +1 -2
  42. package/styles/calendar/icons/_highcontrast-light.scss +1 -2
  43. package/styles/calendar/icons/_highcontrast.scss +1 -2
  44. package/styles/calendar/icons/_material-dark.scss +1 -2
  45. package/styles/calendar/icons/_material.scss +1 -2
  46. package/styles/calendar/icons/_material3.scss +1 -2
  47. package/styles/calendar/icons/_tailwind.scss +1 -2
  48. package/styles/calendar/material-dark.css +0 -1
  49. package/styles/calendar/material.css +0 -1
  50. package/styles/calendar/tailwind-dark.css +0 -2
  51. package/styles/calendar/tailwind.css +0 -2
  52. package/styles/datepicker/_all.scss +1 -1
  53. package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
  54. package/styles/datepicker/_bootstrap-definition.scss +0 -2
  55. package/styles/datepicker/_bootstrap4-definition.scss +0 -2
  56. package/styles/datepicker/_bootstrap5-definition.scss +1 -5
  57. package/styles/datepicker/_fabric-dark-definition.scss +0 -3
  58. package/styles/datepicker/_fabric-definition.scss +0 -2
  59. package/styles/datepicker/_fluent-definition.scss +1 -4
  60. package/styles/datepicker/_fusionnew-definition.scss +1 -5
  61. package/styles/datepicker/_highcontrast-definition.scss +0 -2
  62. package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
  63. package/styles/datepicker/_layout.scss +131 -6
  64. package/styles/datepicker/_material-dark-definition.scss +1 -4
  65. package/styles/datepicker/_material-definition.scss +0 -2
  66. package/styles/datepicker/_material3-definition.scss +1 -5
  67. package/styles/datepicker/_tailwind-definition.scss +1 -5
  68. package/styles/datepicker/_theme.scss +7 -7
  69. package/styles/datepicker/bootstrap-dark.css +79 -3
  70. package/styles/datepicker/bootstrap.css +79 -3
  71. package/styles/datepicker/bootstrap4.css +79 -3
  72. package/styles/datepicker/bootstrap5-dark.css +80 -4
  73. package/styles/datepicker/bootstrap5.css +80 -4
  74. package/styles/datepicker/fabric-dark.css +79 -3
  75. package/styles/datepicker/fabric.css +79 -3
  76. package/styles/datepicker/fluent-dark.css +80 -4
  77. package/styles/datepicker/fluent.css +80 -4
  78. package/styles/datepicker/highcontrast-light.css +79 -3
  79. package/styles/datepicker/highcontrast.css +79 -3
  80. package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
  81. package/styles/datepicker/icons/_bootstrap.scss +6 -7
  82. package/styles/datepicker/icons/_bootstrap4.scss +6 -7
  83. package/styles/datepicker/icons/_bootstrap5.scss +6 -7
  84. package/styles/datepicker/icons/_fabric-dark.scss +5 -6
  85. package/styles/datepicker/icons/_fabric.scss +6 -7
  86. package/styles/datepicker/icons/_fluent.scss +6 -7
  87. package/styles/datepicker/icons/_fusionnew.scss +6 -7
  88. package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
  89. package/styles/datepicker/icons/_highcontrast.scss +7 -7
  90. package/styles/datepicker/icons/_material-dark.scss +6 -7
  91. package/styles/datepicker/icons/_material.scss +6 -7
  92. package/styles/datepicker/icons/_material3.scss +6 -7
  93. package/styles/datepicker/icons/_tailwind.scss +6 -7
  94. package/styles/datepicker/material-dark.css +79 -3
  95. package/styles/datepicker/material.css +79 -3
  96. package/styles/datepicker/tailwind-dark.css +80 -4
  97. package/styles/datepicker/tailwind.css +80 -4
  98. package/styles/daterangepicker/_all.scss +1 -1
  99. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
  100. package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
  101. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
  102. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
  103. package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
  104. package/styles/daterangepicker/_fabric-definition.scss +1 -5
  105. package/styles/daterangepicker/_fluent-definition.scss +1 -6
  106. package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
  107. package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
  108. package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
  109. package/styles/daterangepicker/_layout.scss +207 -111
  110. package/styles/daterangepicker/_material-dark-definition.scss +1 -6
  111. package/styles/daterangepicker/_material-definition.scss +1 -6
  112. package/styles/daterangepicker/_material3-definition.scss +0 -6
  113. package/styles/daterangepicker/_tailwind-definition.scss +0 -5
  114. package/styles/daterangepicker/_theme.scss +27 -52
  115. package/styles/daterangepicker/bootstrap-dark.css +111 -3
  116. package/styles/daterangepicker/bootstrap.css +111 -3
  117. package/styles/daterangepicker/bootstrap4.css +111 -3
  118. package/styles/daterangepicker/bootstrap5-dark.css +112 -4
  119. package/styles/daterangepicker/bootstrap5.css +112 -4
  120. package/styles/daterangepicker/fabric-dark.css +111 -3
  121. package/styles/daterangepicker/fabric.css +111 -3
  122. package/styles/daterangepicker/fluent-dark.css +112 -4
  123. package/styles/daterangepicker/fluent.css +112 -4
  124. package/styles/daterangepicker/highcontrast-light.css +111 -3
  125. package/styles/daterangepicker/highcontrast.css +111 -3
  126. package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
  127. package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
  128. package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
  129. package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
  130. package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
  131. package/styles/daterangepicker/icons/_fabric.scss +8 -13
  132. package/styles/daterangepicker/icons/_fluent.scss +8 -13
  133. package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
  134. package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
  135. package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
  136. package/styles/daterangepicker/icons/_material-dark.scss +7 -13
  137. package/styles/daterangepicker/icons/_material.scss +7 -13
  138. package/styles/daterangepicker/icons/_material3.scss +8 -13
  139. package/styles/daterangepicker/icons/_tailwind.scss +8 -13
  140. package/styles/daterangepicker/material-dark.css +111 -3
  141. package/styles/daterangepicker/material.css +111 -3
  142. package/styles/daterangepicker/tailwind-dark.css +112 -5
  143. package/styles/daterangepicker/tailwind.css +112 -5
  144. package/styles/datetimepicker/_all.scss +1 -1
  145. package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
  146. package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
  147. package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
  148. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
  149. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
  150. package/styles/datetimepicker/_fabric-definition.scss +0 -4
  151. package/styles/datetimepicker/_fluent-definition.scss +3 -8
  152. package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
  153. package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
  154. package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
  155. package/styles/datetimepicker/_layout.scss +3 -2
  156. package/styles/datetimepicker/_material-dark-definition.scss +1 -6
  157. package/styles/datetimepicker/_material-definition.scss +0 -4
  158. package/styles/datetimepicker/_material3-definition.scss +0 -5
  159. package/styles/datetimepicker/_tailwind-definition.scss +0 -5
  160. package/styles/datetimepicker/_theme.scss +1 -2
  161. package/styles/datetimepicker/bootstrap-dark.css +0 -2
  162. package/styles/datetimepicker/bootstrap.css +0 -2
  163. package/styles/datetimepicker/bootstrap4.css +0 -2
  164. package/styles/datetimepicker/bootstrap5-dark.css +0 -3
  165. package/styles/datetimepicker/bootstrap5.css +0 -3
  166. package/styles/datetimepicker/fabric-dark.css +0 -2
  167. package/styles/datetimepicker/fabric.css +0 -2
  168. package/styles/datetimepicker/fluent-dark.css +0 -3
  169. package/styles/datetimepicker/fluent.css +0 -3
  170. package/styles/datetimepicker/highcontrast-light.css +0 -2
  171. package/styles/datetimepicker/highcontrast.css +0 -2
  172. package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
  173. package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
  174. package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
  175. package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
  176. package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
  177. package/styles/datetimepicker/icons/_fabric.scss +1 -1
  178. package/styles/datetimepicker/icons/_fluent.scss +1 -1
  179. package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
  180. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
  181. package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
  182. package/styles/datetimepicker/icons/_material-dark.scss +1 -1
  183. package/styles/datetimepicker/icons/_material.scss +0 -1
  184. package/styles/datetimepicker/icons/_material3.scss +1 -1
  185. package/styles/datetimepicker/icons/_tailwind.scss +1 -1
  186. package/styles/datetimepicker/material-dark.css +0 -2
  187. package/styles/datetimepicker/material.css +0 -2
  188. package/styles/datetimepicker/tailwind-dark.css +0 -3
  189. package/styles/datetimepicker/tailwind.css +0 -3
  190. package/styles/fabric-dark.css +190 -13
  191. package/styles/fabric.css +190 -13
  192. package/styles/fluent-dark.css +192 -17
  193. package/styles/fluent.css +192 -17
  194. package/styles/highcontrast-light.css +190 -13
  195. package/styles/highcontrast.css +190 -13
  196. package/styles/material-dark.css +190 -13
  197. package/styles/material.css +190 -13
  198. package/styles/tailwind-dark.css +192 -19
  199. package/styles/tailwind.css +192 -19
  200. package/styles/timepicker/_all.scss +1 -1
  201. package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
  202. package/styles/timepicker/_bootstrap-definition.scss +0 -4
  203. package/styles/timepicker/_bootstrap4-definition.scss +0 -5
  204. package/styles/timepicker/_bootstrap5-definition.scss +0 -5
  205. package/styles/timepicker/_fabric-dark-definition.scss +1 -6
  206. package/styles/timepicker/_fabric-definition.scss +0 -4
  207. package/styles/timepicker/_fluent-definition.scss +0 -5
  208. package/styles/timepicker/_fusionnew-definition.scss +0 -5
  209. package/styles/timepicker/_highcontrast-definition.scss +0 -4
  210. package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
  211. package/styles/timepicker/_layout.scss +5 -4
  212. package/styles/timepicker/_material-dark-definition.scss +1 -6
  213. package/styles/timepicker/_material-definition.scss +0 -4
  214. package/styles/timepicker/_material3-definition.scss +0 -5
  215. package/styles/timepicker/_tailwind-definition.scss +0 -5
  216. package/styles/timepicker/_theme.scss +1 -2
  217. package/styles/timepicker/bootstrap-dark.css +0 -4
  218. package/styles/timepicker/bootstrap.css +0 -4
  219. package/styles/timepicker/bootstrap4.css +0 -4
  220. package/styles/timepicker/bootstrap5-dark.css +0 -5
  221. package/styles/timepicker/bootstrap5.css +0 -5
  222. package/styles/timepicker/fabric-dark.css +0 -4
  223. package/styles/timepicker/fabric.css +0 -4
  224. package/styles/timepicker/fluent-dark.css +0 -5
  225. package/styles/timepicker/fluent.css +0 -5
  226. package/styles/timepicker/highcontrast-light.css +0 -4
  227. package/styles/timepicker/highcontrast.css +0 -4
  228. package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
  229. package/styles/timepicker/icons/_bootstrap.scss +2 -1
  230. package/styles/timepicker/icons/_bootstrap4.scss +2 -1
  231. package/styles/timepicker/icons/_bootstrap5.scss +2 -1
  232. package/styles/timepicker/icons/_fabric-dark.scss +2 -1
  233. package/styles/timepicker/icons/_fabric.scss +2 -1
  234. package/styles/timepicker/icons/_fluent.scss +2 -1
  235. package/styles/timepicker/icons/_fusionnew.scss +2 -1
  236. package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
  237. package/styles/timepicker/icons/_highcontrast.scss +2 -1
  238. package/styles/timepicker/icons/_material-dark.scss +2 -1
  239. package/styles/timepicker/icons/_material.scss +1 -1
  240. package/styles/timepicker/icons/_material3.scss +2 -1
  241. package/styles/timepicker/icons/_tailwind.scss +2 -1
  242. package/styles/timepicker/material-dark.css +0 -4
  243. package/styles/timepicker/material.css +0 -4
  244. package/styles/timepicker/tailwind-dark.css +0 -5
  245. package/styles/timepicker/tailwind.css +0 -5
@@ -1,5 +1,4 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
- /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
5
4
  opacity: 0;
@@ -646,7 +645,6 @@
646
645
  line-height: 26px;
647
646
  }
648
647
 
649
- /* stylelint-disable */
650
648
  .e-range-overflow {
651
649
  overflow: hidden;
652
650
  }
@@ -673,6 +671,12 @@
673
671
  top: 0 !important;
674
672
  left: 0 !important;
675
673
  }
674
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
675
+ min-height: 100%;
676
+ min-width: 100%;
677
+ height: 100%;
678
+ width: 100%;
679
+ }
676
680
 
677
681
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
678
682
  background-size: 250px 33px;
@@ -685,7 +689,111 @@
685
689
  min-height: 40px;
686
690
  }
687
691
 
688
- /* stylelint-enable */
692
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
693
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
694
+ min-height: 100%;
695
+ min-width: 100%;
696
+ height: 100%;
697
+ width: 100%;
698
+ }
699
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
700
+ height: 100%;
701
+ }
702
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
703
+ height: 78%;
704
+ }
705
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
706
+ height: 90%;
707
+ }
708
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
709
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
710
+ height: 10%;
711
+ }
712
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
713
+ margin: 0;
714
+ }
715
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
716
+ height: 90%;
717
+ }
718
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
719
+ height: 100%;
720
+ border-spacing: 0px 30px;
721
+ }
722
+
723
+ @media screen and (orientation: landscape) {
724
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
725
+ float: left;
726
+ height: 100%;
727
+ border-right: 1.5px;
728
+ border-color: black;
729
+ width: 40%;
730
+ margin: 0;
731
+ display: block;
732
+ background-color: #3f51b5;
733
+ }
734
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
735
+ height: 100%;
736
+ width: 100%;
737
+ }
738
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
739
+ display: block;
740
+ width: 100%;
741
+ text-align: -webkit-center;
742
+ }
743
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
744
+ display: block;
745
+ width: 100%;
746
+ text-align: -webkit-center;
747
+ margin-top: 20%;
748
+ font-size: 20px;
749
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
750
+ }
751
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
752
+ font-size: 20px;
753
+ margin-top: 60%;
754
+ color: #fff;
755
+ }
756
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
757
+ width: 100%;
758
+ text-align: -webkit-center;
759
+ margin-top: 20%;
760
+ font-size: 20px;
761
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
762
+ }
763
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
764
+ height: 82%;
765
+ }
766
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
767
+ height: 80%;
768
+ }
769
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
770
+ border-spacing: unset;
771
+ }
772
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
773
+ height: 20%;
774
+ }
775
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
776
+ width: 100%;
777
+ }
778
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
779
+ display: -ms-flexbox;
780
+ display: flex;
781
+ }
782
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
783
+ border-radius: 0 40% 40% 0;
784
+ }
785
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
786
+ border-radius: 0 40% 40% 0;
787
+ }
788
+ }
789
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
790
+ width: calc(100% - 80px);
791
+ }
792
+
793
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
794
+ width: calc(100% - 110px);
795
+ }
796
+
689
797
  /*! daterangepicker theme */
690
798
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
691
799
  color: #e3165b;
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /* stylelint-disable property-no-vendor-prefix */
3
- /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
2
+ /*! calendar tailwind theme variables */
4
3
  /*! component icons */
5
4
  .e-input-group-icon.e-range-icon,
6
5
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -631,7 +630,6 @@
631
630
  line-height: 26px;
632
631
  }
633
632
 
634
- /* stylelint-disable */
635
633
  .e-range-overflow {
636
634
  overflow: hidden;
637
635
  }
@@ -658,6 +656,12 @@
658
656
  top: 0 !important;
659
657
  left: 0 !important;
660
658
  }
659
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
660
+ min-height: 100%;
661
+ min-width: 100%;
662
+ height: 100%;
663
+ width: 100%;
664
+ }
661
665
 
662
666
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
663
667
  background-size: 250px 33px;
@@ -670,7 +674,111 @@
670
674
  min-height: 40px;
671
675
  }
672
676
 
673
- /* stylelint-enable */
677
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
678
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
679
+ min-height: 100%;
680
+ min-width: 100%;
681
+ height: 100%;
682
+ width: 100%;
683
+ }
684
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
685
+ height: 100%;
686
+ }
687
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
688
+ height: 78%;
689
+ }
690
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
691
+ height: 90%;
692
+ }
693
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
694
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
695
+ height: 10%;
696
+ }
697
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
698
+ margin: 0;
699
+ }
700
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
701
+ height: 90%;
702
+ }
703
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
704
+ height: 100%;
705
+ border-spacing: 0px 30px;
706
+ }
707
+
708
+ @media screen and (orientation: landscape) {
709
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
710
+ float: left;
711
+ height: 100%;
712
+ border-right: 1.5px;
713
+ border-color: black;
714
+ width: 40%;
715
+ margin: 0;
716
+ display: block;
717
+ background-color: #3f51b5;
718
+ }
719
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
720
+ height: 100%;
721
+ width: 100%;
722
+ }
723
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
724
+ display: block;
725
+ width: 100%;
726
+ text-align: -webkit-center;
727
+ }
728
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
729
+ display: block;
730
+ width: 100%;
731
+ text-align: -webkit-center;
732
+ margin-top: 20%;
733
+ font-size: 20px;
734
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
735
+ }
736
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
737
+ font-size: 20px;
738
+ margin-top: 60%;
739
+ color: #fff;
740
+ }
741
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
742
+ width: 100%;
743
+ text-align: -webkit-center;
744
+ margin-top: 20%;
745
+ font-size: 20px;
746
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
747
+ }
748
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
749
+ height: 82%;
750
+ }
751
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
752
+ height: 80%;
753
+ }
754
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
755
+ border-spacing: unset;
756
+ }
757
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
758
+ height: 20%;
759
+ }
760
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
761
+ width: 100%;
762
+ }
763
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
764
+ display: -ms-flexbox;
765
+ display: flex;
766
+ }
767
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
768
+ border-radius: 0 40% 40% 0;
769
+ }
770
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
771
+ border-radius: 0 40% 40% 0;
772
+ }
773
+ }
774
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
775
+ width: calc(100% - 80px);
776
+ }
777
+
778
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
779
+ width: calc(100% - 110px);
780
+ }
781
+
674
782
  /*! daterangepicker theme */
675
783
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
676
784
  color: #fff;
@@ -805,7 +913,6 @@
805
913
  .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
806
914
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
807
915
  .e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
808
- /* stylelint-disable property-no-vendor-prefix */
809
916
  -webkit-tap-highlight-color: transparent;
810
917
  background-color: #1f2937;
811
918
  border-color: #6b7280;
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /* stylelint-disable property-no-vendor-prefix */
3
- /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
2
+ /*! calendar tailwind theme variables */
4
3
  /*! component icons */
5
4
  .e-input-group-icon.e-range-icon,
6
5
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -631,7 +630,6 @@
631
630
  line-height: 26px;
632
631
  }
633
632
 
634
- /* stylelint-disable */
635
633
  .e-range-overflow {
636
634
  overflow: hidden;
637
635
  }
@@ -658,6 +656,12 @@
658
656
  top: 0 !important;
659
657
  left: 0 !important;
660
658
  }
659
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
660
+ min-height: 100%;
661
+ min-width: 100%;
662
+ height: 100%;
663
+ width: 100%;
664
+ }
661
665
 
662
666
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
663
667
  background-size: 250px 33px;
@@ -670,7 +674,111 @@
670
674
  min-height: 40px;
671
675
  }
672
676
 
673
- /* stylelint-enable */
677
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
678
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
679
+ min-height: 100%;
680
+ min-width: 100%;
681
+ height: 100%;
682
+ width: 100%;
683
+ }
684
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
685
+ height: 100%;
686
+ }
687
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
688
+ height: 78%;
689
+ }
690
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
691
+ height: 90%;
692
+ }
693
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
694
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
695
+ height: 10%;
696
+ }
697
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
698
+ margin: 0;
699
+ }
700
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
701
+ height: 90%;
702
+ }
703
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
704
+ height: 100%;
705
+ border-spacing: 0px 30px;
706
+ }
707
+
708
+ @media screen and (orientation: landscape) {
709
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
710
+ float: left;
711
+ height: 100%;
712
+ border-right: 1.5px;
713
+ border-color: black;
714
+ width: 40%;
715
+ margin: 0;
716
+ display: block;
717
+ background-color: #3f51b5;
718
+ }
719
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
720
+ height: 100%;
721
+ width: 100%;
722
+ }
723
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
724
+ display: block;
725
+ width: 100%;
726
+ text-align: -webkit-center;
727
+ }
728
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
729
+ display: block;
730
+ width: 100%;
731
+ text-align: -webkit-center;
732
+ margin-top: 20%;
733
+ font-size: 20px;
734
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
735
+ }
736
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
737
+ font-size: 20px;
738
+ margin-top: 60%;
739
+ color: #fff;
740
+ }
741
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
742
+ width: 100%;
743
+ text-align: -webkit-center;
744
+ margin-top: 20%;
745
+ font-size: 20px;
746
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
747
+ }
748
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
749
+ height: 82%;
750
+ }
751
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
752
+ height: 80%;
753
+ }
754
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
755
+ border-spacing: unset;
756
+ }
757
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
758
+ height: 20%;
759
+ }
760
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
761
+ width: 100%;
762
+ }
763
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
764
+ display: -ms-flexbox;
765
+ display: flex;
766
+ }
767
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
768
+ border-radius: 0 40% 40% 0;
769
+ }
770
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
771
+ border-radius: 0 40% 40% 0;
772
+ }
773
+ }
774
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
775
+ width: calc(100% - 80px);
776
+ }
777
+
778
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
779
+ width: calc(100% - 110px);
780
+ }
781
+
674
782
  /*! daterangepicker theme */
675
783
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
676
784
  color: #111827;
@@ -805,7 +913,6 @@
805
913
  .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
806
914
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
807
915
  .e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
808
- /* stylelint-disable property-no-vendor-prefix */
809
916
  -webkit-tap-highlight-color: transparent;
810
917
  background-color: #fff;
811
918
  border-color: #d1d5db;
@@ -1,2 +1,2 @@
1
- @import 'layout.scss';
1
+ @import 'layout.scss';
2
2
  @import 'theme.scss';
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $datetime-default-text-indent: 20px !default;
3
3
  $datetime-list-bigger-line-height: 40px !default;
4
4
  $datetime-list-normal-line-height: 26px !default;
@@ -13,7 +13,7 @@ $datetime-popup-shadow: 0 6px 12px rgba($base-font, .5) !default;
13
13
  $datetime-list-default-font-color: $grey-dark-font !default;
14
14
  $datetime-list-border-color: 1px solid $grey-44 !default;
15
15
  $datetime-list-bg-color: $grey-dark !default;
16
- $datetime-list-active-bg-color: $brand-primary !default;
16
+ $datetime-list-active-bg-color: $brand-primary !default;
17
17
  $datetime-list-active-font-color: $brand-primary-font !default;
18
18
  $datetime-list-hover-bg-color: $grey-44 !default;
19
19
  $datetime-list-hover-font-color: $grey-dark-font !default;
@@ -35,21 +35,17 @@ $datetime-time-icon-border-style: none !default;
35
35
  $datetime-list-hover-border-color: none !default;
36
36
  $datetime-list-default-border-style: none !default;
37
37
  $datetime-default-overlay: rgba($grey-base, .6) !default;
38
-
39
38
  //mouse small
40
39
  $datetime-list-small-line-height: 22px !default;
41
40
  $datetime-list-small-text-indent: 12px !default;
42
41
  $datetime-list-small-font-size: 13px !default;
43
-
44
42
  // mouse small icon
45
43
  $datetime-icon-small-font-size: 14px !default;
46
-
47
44
  //touch small
48
45
  $datetime-list-bigger-small-line-height: 34px !default;
49
46
  $datetime-list-bigger-small-text-indent: 20px !default;
50
47
  $datetime-list-bigger-small-font-size: 14px !default;
51
-
52
48
  // touch small icon
53
49
  $datetime-icon-bigger-small-font-size: 18px !default;
54
-
55
50
  //enddefault
51
+
@@ -12,7 +12,7 @@ $datetime-popup-shadow: 0 6px 12px rgba($grey-light-font, .175) !default;
12
12
  $datetime-list-default-font-color: $grey-light-font !default;
13
13
  $datetime-list-border-color: 1px solid $grey-cc !default;
14
14
  $datetime-list-bg-color: $grey-white !default;
15
- $datetime-list-active-bg-color: $brand-primary !default;
15
+ $datetime-list-active-bg-color: $brand-primary !default;
16
16
  $datetime-list-active-font-color: $brand-primary-font !default;
17
17
  $datetime-list-hover-bg-color: $grey-f5 !default;
18
18
  $datetime-list-hover-font-color: $grey-light-font !default;
@@ -34,21 +34,16 @@ $datetime-time-icon-border-style: none !default;
34
34
  $datetime-list-hover-border-color: none !default;
35
35
  $datetime-list-default-border-style: none !default;
36
36
  $datetime-default-overlay: rgba($grey-base, .6) !default;
37
-
38
37
  //mouse small
39
38
  $datetime-list-small-line-height: 22px !default;
40
39
  $datetime-list-small-text-indent: 12px !default;
41
40
  $datetime-list-small-font-size: 13px !default;
42
-
43
41
  // mouse small icon
44
42
  $datetime-icon-small-font-size: 14px !default;
45
-
46
43
  //touch small
47
44
  $datetime-list-bigger-small-line-height: 34px !default;
48
45
  $datetime-list-bigger-small-text-indent: 20px !default;
49
46
  $datetime-list-bigger-small-font-size: 14px !default;
50
-
51
47
  // touch small icon
52
48
  $datetime-icon-bigger-small-font-size: 18px !default;
53
-
54
49
  //enddefault
@@ -14,7 +14,7 @@ $datetime-popup-shadow: none !default;
14
14
  $datetime-list-default-font-color: $gray-900 !default;
15
15
  $datetime-list-border-color: 1px solid rgba($black, .15) !default;
16
16
  $datetime-list-bg-color: $content-bg !default;
17
- $datetime-list-active-bg-color: $primary !default;
17
+ $datetime-list-active-bg-color: $primary !default;
18
18
  $datetime-list-active-font-color: $primary-font !default;
19
19
  $datetime-list-hover-bg-color: darken($gray-100, 2%) !default;
20
20
  $datetime-list-hover-font-color: $gray-900 !default;
@@ -40,21 +40,16 @@ $datetime-time-icon-border-style: none !default;
40
40
  $datetime-list-hover-border-color: none !default;
41
41
  $datetime-list-default-border-style: none !default;
42
42
  $datetime-default-overlay: rgba($black, .15) !default;
43
-
44
43
  //mouse small
45
44
  $datetime-list-small-line-height: 22px !default;
46
45
  $datetime-list-small-text-indent: 12px !default;
47
46
  $datetime-list-small-font-size: 13px !default;
48
-
49
47
  // mouse small icon
50
48
  $datetime-icon-small-font-size: 12px !default;
51
-
52
49
  //touch small
53
50
  $datetime-list-bigger-small-line-height: 34px !default;
54
51
  $datetime-list-bigger-small-text-indent: 20px !default;
55
52
  $datetime-list-bigger-small-font-size: 14px !default;
56
-
57
53
  // touch small icon
58
54
  $datetime-icon-bigger-small-font-size: 15px !default;
59
-
60
55
  //enddefault
@@ -25,24 +25,19 @@ $datetime-bigger-min-width: 26px !default;
25
25
  $datetime-time-icon-border: 0 !default;
26
26
  $datetime-time-icon-border-style: none !default;
27
27
  $datetime-list-default-border-style: none !default;
28
-
29
28
  //mouse small
30
29
  $datetime-list-small-line-height: 26px !default;
31
30
  $datetime-list-small-text-indent: 8px !default;
32
31
  $datetime-list-small-font-size: $text-xs !default;
33
-
34
32
  // mouse small icon
35
33
  $datetime-icon-small-font-size: 14px !default;
36
34
  $datetime-small-min-width: 16px !default;
37
-
38
35
  //touch small
39
36
  $datetime-list-bigger-small-line-height: 30px !default;
40
37
  $datetime-list-bigger-small-text-indent: 16px !default;
41
38
  $datetime-list-bigger-small-font-size: $text-sm !default;
42
-
43
39
  // touch small icon
44
40
  $datetime-icon-bigger-small-font-size: $text-base !default;
45
-
46
41
  // color variables
47
42
  $datetime-popup-shadow: none !default;
48
43
  $datetime-list-default-font-color: $content-text-color !default;
@@ -35,21 +35,16 @@ $datetime-time-icon-border-style: none !default;
35
35
  $datetime-list-hover-border-color: none !default;
36
36
  $datetime-list-default-border-style: none !default;
37
37
  $datetime-default-overlay: rgba($neutral-black, .6) !default;
38
-
39
38
  //mouse small
40
39
  $datetime-list-small-line-height: 26px !default;
41
40
  $datetime-list-small-text-indent: 10px !default;
42
41
  $datetime-list-small-font-size: 13px !default;
43
-
44
42
  // mouse small icon
45
43
  $datetime-icon-small-font-size: 14px !default;
46
-
47
44
  //touch small
48
45
  $datetime-list-bigger-small-line-height: 40px !default;
49
46
  $datetime-list-bigger-small-text-indent: 16px !default;
50
47
  $datetime-list-bigger-small-font-size: 14px !default;
51
-
52
48
  // touch small icon
53
49
  $datetime-icon-bigger-small-font-size: 18px !default;
54
-
55
50
  //enddefault
@@ -34,19 +34,15 @@ $datetime-time-icon-border-style: none !default;
34
34
  $datetime-list-hover-border-color: none !default;
35
35
  $datetime-list-default-border-style: none !default;
36
36
  $datetime-default-overlay: rgba($neutral-black, .6) !default;
37
-
38
37
  //mouse small
39
38
  $datetime-list-small-line-height: 26px !default;
40
39
  $datetime-list-small-text-indent: 10px !default;
41
40
  $datetime-list-small-font-size: 13px !default;
42
-
43
41
  // mouse small icon
44
42
  $datetime-icon-small-font-size: 14px !default;
45
-
46
43
  //touch small
47
44
  $datetime-list-bigger-small-line-height: 40px !default;
48
45
  $datetime-list-bigger-small-text-indent: 16px !default;
49
46
  $datetime-list-bigger-small-font-size: 14px !default;
50
-
51
47
  // touch small icon
52
48
  $datetime-icon-bigger-small-font-size: 18px !default;
@@ -25,24 +25,19 @@ $datetime-bigger-min-width: 26px !default;
25
25
  $datetime-time-icon-border: 0 !default;
26
26
  $datetime-time-icon-border-style: none !default;
27
27
  $datetime-list-default-border-style: none !default;
28
-
29
28
  //mouse small
30
29
  $datetime-list-small-line-height: 26px !default;
31
30
  $datetime-list-small-text-indent: 8px !default;
32
31
  $datetime-list-small-font-size: $text-xs !default;
33
-
34
32
  // mouse small icon
35
33
  $datetime-icon-small-font-size: 14px !default;
36
34
  $datetime-small-min-width: 16px !default;
37
-
38
35
  //touch small
39
36
  $datetime-list-bigger-small-line-height: 30px !default;
40
37
  $datetime-list-bigger-small-text-indent: 16px !default;
41
38
  $datetime-list-bigger-small-font-size: $text-sm !default;
42
-
43
39
  // touch small icon
44
40
  $datetime-icon-bigger-small-font-size: $text-base !default;
45
-
46
41
  // color variables
47
42
  $datetime-popup-shadow: $shadow-md !default;
48
43
  $datetime-list-default-font-color: $flyout-text-color !default;
@@ -51,10 +46,10 @@ $datetime-list-bg-color: $flyout-bg-color !default;
51
46
  $datetime-list-active-bg-color: $flyout-bg-color-selected !default;
52
47
  $datetime-list-active-font-color: $flyout-text-color-selected !default;
53
48
  $datetime-list-active-icon-color: $flyout-text-color-selected !default;
54
- $datetime-list-hover-bg-color: $flyout-bg-color-hover !default;
55
- $datetime-list-hover-font-color: $flyout-text-color-hover !default;
49
+ $datetime-list-hover-bg-color: $flyout-bg-color-hover !default;
50
+ $datetime-list-hover-font-color: $flyout-text-color-hover !default;
56
51
  $datetime-list-popup-icon-active-color: $flyout-text-color-selected !default;
57
52
  $datetime-list-active-hover-bg-color: $flyout-bg-color-hover !default;
58
53
  $datetime-list-active-hover-font-color: $flyout-text-color-hover !default;
59
54
  $datetime-list-hover-border-color: none !default;
60
- $datetime-default-overlay: $overlay-bg-color !default;
55
+ $datetime-default-overlay: $overlay-bg-color !default;
@@ -25,24 +25,19 @@ $datetime-bigger-min-width: 26px !default;
25
25
  $datetime-time-icon-border: 0 !default;
26
26
  $datetime-time-icon-border-style: none !default;
27
27
  $datetime-list-default-border-style: none !default;
28
-
29
28
  //mouse small
30
29
  $datetime-list-small-line-height: 26px !default;
31
30
  $datetime-list-small-text-indent: 8px !default;
32
31
  $datetime-list-small-font-size: $text-xs !default;
33
-
34
32
  // mouse small icon
35
33
  $datetime-icon-small-font-size: 14px !default;
36
34
  $datetime-small-min-width: 16px !default;
37
-
38
35
  //touch small
39
36
  $datetime-list-bigger-small-line-height: 30px !default;
40
37
  $datetime-list-bigger-small-text-indent: 16px !default;
41
38
  $datetime-list-bigger-small-font-size: $text-sm !default;
42
-
43
39
  // touch small icon
44
40
  $datetime-icon-bigger-small-font-size: $text-base !default;
45
-
46
41
  // color variables
47
42
  $datetime-popup-shadow: none !default;
48
43
  $datetime-list-default-font-color: $content-text-color !default;