@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
@@ -120,7 +120,6 @@ $range-change-icon: '\e85f' !default;
120
120
  $range-rtl-icon-next: '\e921' !default;
121
121
  $range-rtl-icon-prev: '\e913' !default;
122
122
  $range-rtl-icon-change: '\e85b' !default;
123
-
124
123
  // Mouse small size
125
124
  $range-small-font-size: 12px !default;
126
125
  $range-start-end-container-small-height: 32px !default;
@@ -161,13 +160,10 @@ $range-text-nowrap: nowrap !default;
161
160
  $range-direction-left: ltr !default;
162
161
  $range-text-overflow: ellipsis !default;
163
162
  $range-calendar-other-normal-border: none !default;
164
-
165
163
  // mouse small icon
166
164
  $range-small-icon-font-size: 14px !default;
167
-
168
165
  // touch small icon
169
166
  $range-bigger-small-icon-font-size: 18px !default;
170
-
171
167
  // color variables
172
168
  $range-bg-color: $content-bg-color !default;
173
169
  $range-primary-color: $primary !default;
@@ -214,7 +210,6 @@ $range-cancel-flat-btn-bgcolor: $secondary-bg-color !default;
214
210
  $range-cancel-flat-btn-border-color: $secondary-border-color !default;
215
211
  $range-cancel-flat-btn-box-shadow: $shadow-sm !default;
216
212
  $range-cancel-flat-btn-color: $secondary-text-color !default;
217
-
218
213
  // Apply primary button custom styling
219
214
  $range-apply-btn-primary-bgcolor: $primary-bg-color !default;
220
215
  $range-apply-btn-primary-border-color: $primary-border-color !default;
@@ -1,5 +1,4 @@
1
1
  @include export-module('daterangepicker-theme') {
2
-
3
2
  /*! daterangepicker theme */
4
3
  .e-date-range-wrapper {
5
4
  #{if(&, '&', '*')} .e-input-group-icon.e-icons.e-active {
@@ -28,19 +27,16 @@
28
27
  #{if(&, '&', '*')} .e-header .e-title:hover {
29
28
  color: $range-calendar-header-dark-color;
30
29
  text-decoration: none;
31
- }
32
- #{if(&, '&', '*')} .e-content .e-range-hover {
30
+ }#{if(&, '&', '*')} .e-content .e-range-hover {
33
31
  background-color: $range-hover-color;
34
32
  color: $range-calendar-dark-color;
35
- }
36
- #{if(&, '&', '*')} .e-content .e-start-date.e-selected,
33
+ }#{if(&, '&', '*')} .e-content .e-start-date.e-selected,
37
34
  #{if(&, '&', '*')} .e-content .e-end-date.e-selected {
38
35
  @if $skin-name == 'FluentUI' {
39
36
  background-color: $range-hover-color;
40
37
  color: $range-calendar-dark-color;
41
38
  }
42
- }
43
- #{if(&, '&', '*')} .e-content.e-month .e-today.e-range-hover span {
39
+ }#{if(&, '&', '*')} .e-content.e-month .e-today.e-range-hover span {
44
40
  @if $skin-name != 'tailwind' {
45
41
  background-color: $range-today-color;
46
42
  border: $range-today-border-color;
@@ -49,8 +45,7 @@
49
45
  @if $skin-name == 'FluentUI' {
50
46
  box-shadow: $range-today-hover-box-shadow;
51
47
  }
52
- }
53
- #{if(&, '&', '*')} .e-content .e-range-hover span {
48
+ }#{if(&, '&', '*')} .e-content .e-range-hover span {
54
49
  @if $skin-name != 'tailwind' {
55
50
  background: $range-hover-color;
56
51
  border: $range-calendar-selection-border;
@@ -64,8 +59,7 @@
64
59
  border: $range-calendar-selection-border;
65
60
  color: $range-calendar-dark-color;
66
61
  }
67
- }
68
- #{if(&, '&', '*')} .e-range-hover:not(.e-selected):hover span.e-day,
62
+ }#{if(&, '&', '*')} .e-range-hover:not(.e-selected):hover span.e-day,
69
63
  #{if(&, '&', '*')} .e-range-hover.e-focused-date:not(.e-selected) span.e-day,
70
64
  #{if(&, '&', '*')} .e-range-hover.e-focused-date.e-today span.e-day {
71
65
  @if $skin-name != 'tailwind' {
@@ -73,21 +67,18 @@
73
67
  border: $range-calendar-hover-border-color;
74
68
  color: $range-calendar-dark-color;
75
69
  }
76
- }
77
- #{if(&, '&', '*')} .e-range-hover.e-today:hover span.e-day,
70
+ }#{if(&, '&', '*')} .e-range-hover.e-today:hover span.e-day,
78
71
  #{if(&, '&', '*')} .e-range-hover.e-focused-date.e-today span.e-day,
79
72
  #{if(&, '&', '*')} .e-range-hover.e-start-date.e-selected.e-today span.e-day,
80
73
  #{if(&, '&', '*')} .e-range-hover.e-end-date.e-selected.e-today span.e-day {
81
74
  @if $skin-name != 'tailwind' {
82
75
  border: $range-calendar-active-border;
83
76
  }
84
- }
85
- #{if(&, '&', '*')} .e-range-hover.e-selected.e-today:hover span.e-day {
77
+ }#{if(&, '&', '*')} .e-range-hover.e-selected.e-today:hover span.e-day {
86
78
  @if $skin-name != 'tailwind' {
87
79
  border: $range-calendar-today-start-color;
88
80
  }
89
- }
90
- #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover,
81
+ }#{if(&, '&', '*')} .e-content .e-other-month.e-range-hover,
91
82
  #{if(&, '&', '*')} .e-content .e-other-month.e-today.e-range-hover span,
92
83
  #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover span,
93
84
  #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover:hover span.e-day,
@@ -98,8 +89,7 @@
98
89
  border: $range-calendar-other-month-border;
99
90
  color: $range-other-month-date;
100
91
  }
101
- }
102
- #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover,
92
+ }#{if(&, '&', '*')} .e-content .e-other-month.e-range-hover,
103
93
  #{if(&, '&', '*')} .e-content .e-other-month.e-today.e-range-hover span,
104
94
  #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover span,
105
95
  #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover:hover span.e-day {
@@ -108,23 +98,20 @@
108
98
  border: $range-calendar-other-month-border;
109
99
  color: $range-other-month-date;
110
100
  }
111
- }
112
- #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover,
101
+ }#{if(&, '&', '*')} .e-content .e-other-month.e-range-hover,
113
102
  #{if(&, '&', '*')} .e-content .e-other-month.e-selected {
114
103
  @if $skin-name != 'tailwind' {
115
104
  background-color: $range-other-hover-color;
116
105
  border: $range-calendar-other-normal-border;
117
106
  color: $range-other-month-date;
118
107
  }
119
- }
120
- #{if(&, '&', '*')} .e-content .e-other-month.e-range-hover {
108
+ }#{if(&, '&', '*')} .e-content .e-other-month.e-range-hover {
121
109
  @if $skin-name == 'tailwind' {
122
110
  background-color: $range-other-hover-color;
123
111
  border: $range-calendar-other-normal-border;
124
112
  color: $range-other-month-date;
125
113
  }
126
- }
127
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover span.e-day,
114
+ }#{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover span.e-day,
128
115
  #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover span.e-day {
129
116
  background-color: $range-selection-bg;
130
117
  color: $range-active-font-color;
@@ -132,8 +119,7 @@
132
119
  border-radius: $range-selected-hover-radius;
133
120
  box-shadow: $range-value-none;
134
121
  }
135
- }
136
- #{if(&, '&', '*')} .e-start-date.e-selected span.e-day,
122
+ }#{if(&, '&', '*')} .e-start-date.e-selected span.e-day,
137
123
  #{if(&, '&', '*')} .e-end-date.e-selected span.e-day {
138
124
  @if ($skin-name == 'FluentUI') {
139
125
  background-color: $range-selection-bg;
@@ -141,54 +127,44 @@
141
127
  box-shadow: $range-value-none;
142
128
  color: $range-active-font-color;
143
129
  }
144
- }
145
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover.e-other-month span.e-day,
130
+ }#{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover.e-other-month span.e-day,
146
131
  #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover.e-other-month span.e-day {
147
132
  @if ($skin-name == 'tailwind') {
148
133
  background-color: $range-selection-bg;
149
134
  color: $range-active-font-color;
150
135
  }
151
- }
152
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover.e-today span.e-day {
136
+ }#{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover.e-today span.e-day {
153
137
  background-color: $range-selection-bg;
154
138
  color: $range-active-font-color;
155
- }
156
- #{if(&, '&', '*')} .e-other-month.e-selected span {
139
+ }#{if(&, '&', '*')} .e-other-month.e-selected span {
157
140
  color: $range-primary-font-color;
158
141
  }
159
- }
160
- #{if(&, '&', '*')} .e-presets {
142
+ }#{if(&, '&', '*')} .e-presets {
161
143
  background-color: $range-presets-bg;
162
144
  color: $range-preset-normal-font-color;
163
145
 
164
146
  #{if(&, '&', '*')} .e-list-item.e-active {
165
147
  background-color: $range-presets-bg-color;
166
148
  color: $range-presets-font-color;
167
- }
168
- #{if(&, '&', '*')} .e-list-item.e-hover {
149
+ }#{if(&, '&', '*')} .e-list-item.e-hover {
169
150
  background-color: $range-presets-hover-bg;
170
151
  color: $range-list-hover-color;
171
152
  }
172
- }
173
- #{if(&, '&', '*')} .e-start-label,
153
+ }#{if(&, '&', '*')} .e-start-label,
174
154
  #{if(&, '&', '*')} .e-end-label {
175
155
  color: $range-calendar-header-text-color;
176
- }
177
- #{if(&, '&', '*')} .e-change-icon {
156
+ }#{if(&, '&', '*')} .e-change-icon {
178
157
  color: $range-change-icon-color;
179
- }
180
- #{if(&, '&', '*')} .e-day-span {
158
+ }#{if(&, '&', '*')} .e-day-span {
181
159
  color: $range-calendar-medium-color;
182
- }
183
- #{if(&, '&', '*')} .e-separator {
160
+ }#{if(&, '&', '*')} .e-separator {
184
161
  background-color: $range-separator-color;
185
- }
186
- #{if(&, '&', '*')} .e-footer {
162
+ }#{if(&, '&', '*')} .e-footer {
187
163
  background-color: $range-footer-background;
188
164
 
189
165
  #{if(&, '&', '*')} .e-cancel.e-flat:not(:hover) {
190
166
  @if $skin-name == 'tailwind' {
191
- /* stylelint-disable property-no-vendor-prefix */
167
+ // sass-lint:disable no-vendor-prefixes
192
168
  -webkit-tap-highlight-color: transparent;
193
169
  background-color: $range-cancel-flat-btn-bgcolor;
194
170
  border-color: $range-cancel-flat-btn-border-color;
@@ -199,6 +175,7 @@
199
175
 
200
176
  #{if(&, '&', '*')} .e-apply.e-flat.e-primary:not(:hover):not(:disabled) {
201
177
  @if $skin-name == 'tailwind' {
178
+ // sass-lint:disable no-vendor-prefixes
202
179
  -webkit-tap-highlight-color: transparent;
203
180
  background-color: $range-apply-btn-primary-bgcolor;
204
181
  border-color: $range-apply-btn-primary-border-color;
@@ -218,15 +195,13 @@
218
195
 
219
196
  #{if(&, '&', '*')} .e-calendar th {
220
197
  color: $range-calendar-light-color;
221
- }
222
- #{if(&, '&', '*')} .e-start-btn,
198
+ }#{if(&, '&', '*')} .e-start-btn,
223
199
  #{if(&, '&', '*')} .e-end-btn {
224
200
  background: $range-bg-color;
225
201
  @if $skin-name == 'bootstrap4' {
226
202
  color: $range-button-font-color;
227
203
  }
228
- }
229
- #{if(&, '&', '*')} .e-start-btn.e-active,
204
+ }#{if(&, '&', '*')} .e-start-btn.e-active,
230
205
  #{if(&, '&', '*')} .e-start-btn.e-active:active,
231
206
  #{if(&, '&', '*')} .e-end-btn.e-active,
232
207
  #{if(&, '&', '*')} .e-end-btn.e-active:active:not([disabled]),
@@ -1,4 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
1
  /*! component icons */
3
2
  .e-input-group-icon.e-range-icon,
4
3
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -598,7 +597,6 @@
598
597
  line-height: 26px;
599
598
  }
600
599
 
601
- /* stylelint-disable */
602
600
  .e-range-overflow {
603
601
  overflow: hidden;
604
602
  }
@@ -625,6 +623,12 @@
625
623
  top: 0 !important;
626
624
  left: 0 !important;
627
625
  }
626
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
627
+ min-height: 100%;
628
+ min-width: 100%;
629
+ height: 100%;
630
+ width: 100%;
631
+ }
628
632
 
629
633
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
630
634
  background-size: 250px 33px;
@@ -637,7 +641,111 @@
637
641
  min-height: 40px;
638
642
  }
639
643
 
640
- /* stylelint-enable */
644
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
645
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
646
+ min-height: 100%;
647
+ min-width: 100%;
648
+ height: 100%;
649
+ width: 100%;
650
+ }
651
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
652
+ height: 100%;
653
+ }
654
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
655
+ height: 78%;
656
+ }
657
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
658
+ height: 90%;
659
+ }
660
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
661
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
662
+ height: 10%;
663
+ }
664
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
665
+ margin: 0;
666
+ }
667
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
668
+ height: 90%;
669
+ }
670
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
671
+ height: 100%;
672
+ border-spacing: 0px 30px;
673
+ }
674
+
675
+ @media screen and (orientation: landscape) {
676
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
677
+ float: left;
678
+ height: 100%;
679
+ border-right: 1.5px;
680
+ border-color: black;
681
+ width: 40%;
682
+ margin: 0;
683
+ display: block;
684
+ background-color: #3f51b5;
685
+ }
686
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
687
+ height: 100%;
688
+ width: 100%;
689
+ }
690
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
691
+ display: block;
692
+ width: 100%;
693
+ text-align: -webkit-center;
694
+ }
695
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
696
+ display: block;
697
+ width: 100%;
698
+ text-align: -webkit-center;
699
+ margin-top: 20%;
700
+ font-size: 20px;
701
+ 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);
702
+ }
703
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
704
+ font-size: 20px;
705
+ margin-top: 60%;
706
+ color: #fff;
707
+ }
708
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
709
+ width: 100%;
710
+ text-align: -webkit-center;
711
+ margin-top: 20%;
712
+ font-size: 20px;
713
+ 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);
714
+ }
715
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
716
+ height: 82%;
717
+ }
718
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
719
+ height: 80%;
720
+ }
721
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
722
+ border-spacing: unset;
723
+ }
724
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
725
+ height: 20%;
726
+ }
727
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
728
+ width: 100%;
729
+ }
730
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
731
+ display: -ms-flexbox;
732
+ display: flex;
733
+ }
734
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
735
+ border-radius: 0 40% 40% 0;
736
+ }
737
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
738
+ border-radius: 0 40% 40% 0;
739
+ }
740
+ }
741
+ .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 {
742
+ width: calc(100% - 80px);
743
+ }
744
+
745
+ .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 {
746
+ width: calc(100% - 110px);
747
+ }
748
+
641
749
  /*! daterangepicker theme */
642
750
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
643
751
  color: #f0f0f0;
@@ -1,4 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
1
  /*! calendar bootstrap theme variables */
3
2
  /*! component icons */
4
3
  .e-input-group-icon.e-range-icon,
@@ -599,7 +598,6 @@
599
598
  line-height: 26px;
600
599
  }
601
600
 
602
- /* stylelint-disable */
603
601
  .e-range-overflow {
604
602
  overflow: hidden;
605
603
  }
@@ -626,6 +624,12 @@
626
624
  top: 0 !important;
627
625
  left: 0 !important;
628
626
  }
627
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
628
+ min-height: 100%;
629
+ min-width: 100%;
630
+ height: 100%;
631
+ width: 100%;
632
+ }
629
633
 
630
634
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
631
635
  background-size: 250px 33px;
@@ -638,7 +642,111 @@
638
642
  min-height: 40px;
639
643
  }
640
644
 
641
- /* stylelint-enable */
645
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
646
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
647
+ min-height: 100%;
648
+ min-width: 100%;
649
+ height: 100%;
650
+ width: 100%;
651
+ }
652
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
653
+ height: 100%;
654
+ }
655
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
656
+ height: 78%;
657
+ }
658
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
659
+ height: 90%;
660
+ }
661
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
662
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
663
+ height: 10%;
664
+ }
665
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
666
+ margin: 0;
667
+ }
668
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
669
+ height: 90%;
670
+ }
671
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
672
+ height: 100%;
673
+ border-spacing: 0px 30px;
674
+ }
675
+
676
+ @media screen and (orientation: landscape) {
677
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
678
+ float: left;
679
+ height: 100%;
680
+ border-right: 1.5px;
681
+ border-color: black;
682
+ width: 40%;
683
+ margin: 0;
684
+ display: block;
685
+ background-color: #3f51b5;
686
+ }
687
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
688
+ height: 100%;
689
+ width: 100%;
690
+ }
691
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
692
+ display: block;
693
+ width: 100%;
694
+ text-align: -webkit-center;
695
+ }
696
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
697
+ display: block;
698
+ width: 100%;
699
+ text-align: -webkit-center;
700
+ margin-top: 20%;
701
+ font-size: 20px;
702
+ 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);
703
+ }
704
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
705
+ font-size: 20px;
706
+ margin-top: 60%;
707
+ color: #fff;
708
+ }
709
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
710
+ width: 100%;
711
+ text-align: -webkit-center;
712
+ margin-top: 20%;
713
+ font-size: 20px;
714
+ 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);
715
+ }
716
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
717
+ height: 82%;
718
+ }
719
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
720
+ height: 80%;
721
+ }
722
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
723
+ border-spacing: unset;
724
+ }
725
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
726
+ height: 20%;
727
+ }
728
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
729
+ width: 100%;
730
+ }
731
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
732
+ display: -ms-flexbox;
733
+ display: flex;
734
+ }
735
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
736
+ border-radius: 0 40% 40% 0;
737
+ }
738
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
739
+ border-radius: 0 40% 40% 0;
740
+ }
741
+ }
742
+ .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 {
743
+ width: calc(100% - 80px);
744
+ }
745
+
746
+ .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 {
747
+ width: calc(100% - 110px);
748
+ }
749
+
642
750
  /*! daterangepicker theme */
643
751
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
644
752
  color: #333;
@@ -1,4 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
1
  /*! calendar bootstrap theme variables */
3
2
  /*! component icons */
4
3
  .e-input-group-icon.e-range-icon,
@@ -612,7 +611,6 @@
612
611
  line-height: 26px;
613
612
  }
614
613
 
615
- /* stylelint-disable */
616
614
  .e-range-overflow {
617
615
  overflow: hidden;
618
616
  }
@@ -639,6 +637,12 @@
639
637
  top: 0 !important;
640
638
  left: 0 !important;
641
639
  }
640
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
641
+ min-height: 100%;
642
+ min-width: 100%;
643
+ height: 100%;
644
+ width: 100%;
645
+ }
642
646
 
643
647
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
644
648
  background-size: 250px 33px;
@@ -651,7 +655,111 @@
651
655
  min-height: 40px;
652
656
  }
653
657
 
654
- /* stylelint-enable */
658
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
659
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
660
+ min-height: 100%;
661
+ min-width: 100%;
662
+ height: 100%;
663
+ width: 100%;
664
+ }
665
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
666
+ height: 100%;
667
+ }
668
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
669
+ height: 78%;
670
+ }
671
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
672
+ height: 90%;
673
+ }
674
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
675
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
676
+ height: 10%;
677
+ }
678
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
679
+ margin: 0;
680
+ }
681
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
682
+ height: 90%;
683
+ }
684
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
685
+ height: 100%;
686
+ border-spacing: 0px 30px;
687
+ }
688
+
689
+ @media screen and (orientation: landscape) {
690
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
691
+ float: left;
692
+ height: 100%;
693
+ border-right: 1.5px;
694
+ border-color: black;
695
+ width: 40%;
696
+ margin: 0;
697
+ display: block;
698
+ background-color: #3f51b5;
699
+ }
700
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
701
+ height: 100%;
702
+ width: 100%;
703
+ }
704
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
705
+ display: block;
706
+ width: 100%;
707
+ text-align: -webkit-center;
708
+ }
709
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
710
+ display: block;
711
+ width: 100%;
712
+ text-align: -webkit-center;
713
+ margin-top: 20%;
714
+ font-size: 20px;
715
+ 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);
716
+ }
717
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
718
+ font-size: 20px;
719
+ margin-top: 60%;
720
+ color: #fff;
721
+ }
722
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
723
+ width: 100%;
724
+ text-align: -webkit-center;
725
+ margin-top: 20%;
726
+ font-size: 20px;
727
+ 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);
728
+ }
729
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
730
+ height: 82%;
731
+ }
732
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
733
+ height: 80%;
734
+ }
735
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
736
+ border-spacing: unset;
737
+ }
738
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
739
+ height: 20%;
740
+ }
741
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
742
+ width: 100%;
743
+ }
744
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
745
+ display: -ms-flexbox;
746
+ display: flex;
747
+ }
748
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
749
+ border-radius: 0 40% 40% 0;
750
+ }
751
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
752
+ border-radius: 0 40% 40% 0;
753
+ }
754
+ }
755
+ .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 {
756
+ width: calc(100% - 80px);
757
+ }
758
+
759
+ .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 {
760
+ width: calc(100% - 110px);
761
+ }
762
+
655
763
  /*! daterangepicker theme */
656
764
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
657
765
  background: #545b62;