@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36

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 (231) hide show
  1. package/esm2020/src/calendar/calendar.component.mjs +5 -4
  2. package/esm2020/src/datepicker/datepicker.component.mjs +5 -4
  3. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +5 -4
  4. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +5 -4
  5. package/esm2020/src/timepicker/timepicker.component.mjs +5 -4
  6. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +20 -15
  7. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +20 -15
  9. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -1
  10. package/package.json +9 -9
  11. package/schematics/utils/lib-details.d.ts +2 -2
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/calendar/calendar.component.d.ts +3 -2
  15. package/src/datepicker/datepicker.component.d.ts +3 -2
  16. package/src/daterangepicker/daterangepicker.component.d.ts +3 -2
  17. package/src/datetimepicker/datetimepicker.component.d.ts +3 -2
  18. package/src/timepicker/timepicker.component.d.ts +3 -2
  19. package/styles/bootstrap-dark.css +91 -40
  20. package/styles/bootstrap.css +91 -40
  21. package/styles/bootstrap4.css +91 -40
  22. package/styles/bootstrap5-dark.css +92 -41
  23. package/styles/bootstrap5.css +92 -41
  24. package/styles/calendar/bootstrap-dark.scss +1 -1
  25. package/styles/calendar/bootstrap.scss +1 -1
  26. package/styles/calendar/bootstrap4.scss +1 -1
  27. package/styles/calendar/bootstrap5-dark.scss +1 -1
  28. package/styles/calendar/bootstrap5.scss +1 -1
  29. package/styles/calendar/fabric-dark.scss +1 -1
  30. package/styles/calendar/fabric.scss +1 -1
  31. package/styles/calendar/fluent-dark.scss +1 -1
  32. package/styles/calendar/fluent.scss +1 -1
  33. package/styles/calendar/highcontrast-light.scss +1 -1
  34. package/styles/calendar/highcontrast.scss +1 -1
  35. package/styles/calendar/material-dark.css +0 -1
  36. package/styles/calendar/material-dark.scss +1 -1
  37. package/styles/calendar/material.css +0 -1
  38. package/styles/calendar/material.scss +1 -1
  39. package/styles/calendar/material3-dark.css +0 -1
  40. package/styles/calendar/material3-dark.scss +1 -1
  41. package/styles/calendar/material3.css +0 -1
  42. package/styles/calendar/material3.scss +1 -1
  43. package/styles/calendar/tailwind-dark.css +0 -1
  44. package/styles/calendar/tailwind-dark.scss +1 -1
  45. package/styles/calendar/tailwind.css +0 -1
  46. package/styles/calendar/tailwind.scss +1 -1
  47. package/styles/datepicker/_bootstrap-dark-definition.scss +5 -5
  48. package/styles/datepicker/_bootstrap-definition.scss +5 -5
  49. package/styles/datepicker/_bootstrap4-definition.scss +5 -5
  50. package/styles/datepicker/_bootstrap5-definition.scss +6 -6
  51. package/styles/datepicker/_fabric-dark-definition.scss +4 -4
  52. package/styles/datepicker/_fabric-definition.scss +6 -6
  53. package/styles/datepicker/_fluent-definition.scss +4 -4
  54. package/styles/datepicker/_fusionnew-definition.scss +5 -5
  55. package/styles/datepicker/_highcontrast-definition.scss +5 -5
  56. package/styles/datepicker/_highcontrast-light-definition.scss +5 -5
  57. package/styles/datepicker/_layout.scss +34 -9
  58. package/styles/datepicker/_material-dark-definition.scss +4 -4
  59. package/styles/datepicker/_material-definition.scss +4 -4
  60. package/styles/datepicker/_material3-definition.scss +4 -4
  61. package/styles/datepicker/_tailwind-definition.scss +8 -8
  62. package/styles/datepicker/bootstrap-dark.css +49 -19
  63. package/styles/datepicker/bootstrap-dark.scss +1 -1
  64. package/styles/datepicker/bootstrap.css +49 -19
  65. package/styles/datepicker/bootstrap.scss +1 -1
  66. package/styles/datepicker/bootstrap4.css +49 -19
  67. package/styles/datepicker/bootstrap4.scss +1 -1
  68. package/styles/datepicker/bootstrap5-dark.css +50 -20
  69. package/styles/datepicker/bootstrap5-dark.scss +1 -1
  70. package/styles/datepicker/bootstrap5.css +50 -20
  71. package/styles/datepicker/bootstrap5.scss +1 -1
  72. package/styles/datepicker/fabric-dark.css +48 -18
  73. package/styles/datepicker/fabric-dark.scss +1 -1
  74. package/styles/datepicker/fabric.css +49 -19
  75. package/styles/datepicker/fabric.scss +1 -1
  76. package/styles/datepicker/fluent-dark.css +48 -18
  77. package/styles/datepicker/fluent-dark.scss +1 -1
  78. package/styles/datepicker/fluent.css +48 -18
  79. package/styles/datepicker/fluent.scss +1 -1
  80. package/styles/datepicker/highcontrast-light.css +49 -19
  81. package/styles/datepicker/highcontrast-light.scss +1 -1
  82. package/styles/datepicker/highcontrast.css +49 -19
  83. package/styles/datepicker/highcontrast.scss +1 -1
  84. package/styles/datepicker/material-dark.css +48 -19
  85. package/styles/datepicker/material-dark.scss +1 -1
  86. package/styles/datepicker/material.css +48 -19
  87. package/styles/datepicker/material.scss +1 -1
  88. package/styles/datepicker/material3-dark.css +48 -19
  89. package/styles/datepicker/material3-dark.scss +1 -1
  90. package/styles/datepicker/material3.css +48 -19
  91. package/styles/datepicker/material3.scss +1 -1
  92. package/styles/datepicker/tailwind-dark.css +52 -23
  93. package/styles/datepicker/tailwind-dark.scss +1 -1
  94. package/styles/datepicker/tailwind.css +52 -23
  95. package/styles/datepicker/tailwind.scss +1 -1
  96. package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -4
  97. package/styles/daterangepicker/_bootstrap-definition.scss +4 -4
  98. package/styles/daterangepicker/_bootstrap4-definition.scss +4 -4
  99. package/styles/daterangepicker/_bootstrap5-definition.scss +4 -4
  100. package/styles/daterangepicker/_fabric-dark-definition.scss +4 -4
  101. package/styles/daterangepicker/_fabric-definition.scss +4 -4
  102. package/styles/daterangepicker/_fluent-definition.scss +4 -4
  103. package/styles/daterangepicker/_fusionnew-definition.scss +4 -4
  104. package/styles/daterangepicker/_highcontrast-definition.scss +4 -4
  105. package/styles/daterangepicker/_highcontrast-light-definition.scss +4 -4
  106. package/styles/daterangepicker/_layout.scss +48 -19
  107. package/styles/daterangepicker/_material-dark-definition.scss +4 -4
  108. package/styles/daterangepicker/_material-definition.scss +4 -4
  109. package/styles/daterangepicker/_material3-definition.scss +8 -5
  110. package/styles/daterangepicker/_tailwind-definition.scss +5 -5
  111. package/styles/daterangepicker/bootstrap-dark.css +30 -26
  112. package/styles/daterangepicker/bootstrap-dark.scss +1 -1
  113. package/styles/daterangepicker/bootstrap.css +30 -26
  114. package/styles/daterangepicker/bootstrap.scss +1 -1
  115. package/styles/daterangepicker/bootstrap4.css +30 -26
  116. package/styles/daterangepicker/bootstrap4.scss +1 -1
  117. package/styles/daterangepicker/bootstrap5-dark.css +30 -26
  118. package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
  119. package/styles/daterangepicker/bootstrap5.css +30 -26
  120. package/styles/daterangepicker/bootstrap5.scss +1 -1
  121. package/styles/daterangepicker/fabric-dark.css +30 -26
  122. package/styles/daterangepicker/fabric-dark.scss +1 -1
  123. package/styles/daterangepicker/fabric.css +30 -26
  124. package/styles/daterangepicker/fabric.scss +1 -1
  125. package/styles/daterangepicker/fluent-dark.css +30 -26
  126. package/styles/daterangepicker/fluent-dark.scss +1 -1
  127. package/styles/daterangepicker/fluent.css +30 -26
  128. package/styles/daterangepicker/fluent.scss +1 -1
  129. package/styles/daterangepicker/highcontrast-light.css +30 -26
  130. package/styles/daterangepicker/highcontrast-light.scss +1 -1
  131. package/styles/daterangepicker/highcontrast.css +30 -26
  132. package/styles/daterangepicker/highcontrast.scss +1 -1
  133. package/styles/daterangepicker/material-dark.css +30 -27
  134. package/styles/daterangepicker/material-dark.scss +1 -1
  135. package/styles/daterangepicker/material.css +30 -27
  136. package/styles/daterangepicker/material.scss +1 -1
  137. package/styles/daterangepicker/material3-dark.css +53 -28
  138. package/styles/daterangepicker/material3-dark.scss +1 -1
  139. package/styles/daterangepicker/material3.css +53 -28
  140. package/styles/daterangepicker/material3.scss +1 -1
  141. package/styles/daterangepicker/tailwind-dark.css +31 -28
  142. package/styles/daterangepicker/tailwind-dark.scss +1 -1
  143. package/styles/daterangepicker/tailwind.css +31 -28
  144. package/styles/daterangepicker/tailwind.scss +1 -1
  145. package/styles/datetimepicker/bootstrap-dark.scss +1 -1
  146. package/styles/datetimepicker/bootstrap.scss +1 -1
  147. package/styles/datetimepicker/bootstrap4.scss +1 -1
  148. package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
  149. package/styles/datetimepicker/bootstrap5.scss +1 -1
  150. package/styles/datetimepicker/fabric-dark.scss +1 -1
  151. package/styles/datetimepicker/fabric.scss +1 -1
  152. package/styles/datetimepicker/fluent-dark.scss +1 -1
  153. package/styles/datetimepicker/fluent.scss +1 -1
  154. package/styles/datetimepicker/highcontrast-light.scss +1 -1
  155. package/styles/datetimepicker/highcontrast.scss +1 -1
  156. package/styles/datetimepicker/material-dark.css +0 -1
  157. package/styles/datetimepicker/material-dark.scss +1 -1
  158. package/styles/datetimepicker/material.css +0 -1
  159. package/styles/datetimepicker/material.scss +1 -1
  160. package/styles/datetimepicker/material3-dark.css +0 -1
  161. package/styles/datetimepicker/material3-dark.scss +1 -1
  162. package/styles/datetimepicker/material3.css +0 -1
  163. package/styles/datetimepicker/material3.scss +1 -1
  164. package/styles/datetimepicker/tailwind-dark.css +0 -1
  165. package/styles/datetimepicker/tailwind-dark.scss +1 -1
  166. package/styles/datetimepicker/tailwind.css +0 -1
  167. package/styles/datetimepicker/tailwind.scss +1 -1
  168. package/styles/fabric-dark.css +90 -39
  169. package/styles/fabric.css +103 -52
  170. package/styles/fluent-dark.css +90 -39
  171. package/styles/fluent.css +90 -39
  172. package/styles/highcontrast-light.css +91 -40
  173. package/styles/highcontrast.css +91 -40
  174. package/styles/material-dark.css +90 -40
  175. package/styles/material.css +90 -40
  176. package/styles/material3-dark.css +113 -41
  177. package/styles/material3-dark.scss +1 -1
  178. package/styles/material3.css +113 -41
  179. package/styles/material3.scss +1 -1
  180. package/styles/tailwind-dark.css +95 -49
  181. package/styles/tailwind.css +95 -49
  182. package/styles/timepicker/_bootstrap-dark-definition.scss +2 -2
  183. package/styles/timepicker/_bootstrap-definition.scss +2 -2
  184. package/styles/timepicker/_bootstrap4-definition.scss +2 -2
  185. package/styles/timepicker/_bootstrap5-definition.scss +2 -2
  186. package/styles/timepicker/_fabric-dark-definition.scss +2 -2
  187. package/styles/timepicker/_fabric-definition.scss +4 -4
  188. package/styles/timepicker/_fluent-definition.scss +2 -2
  189. package/styles/timepicker/_fusionnew-definition.scss +2 -2
  190. package/styles/timepicker/_highcontrast-definition.scss +2 -2
  191. package/styles/timepicker/_highcontrast-light-definition.scss +2 -2
  192. package/styles/timepicker/_layout.scss +16 -0
  193. package/styles/timepicker/_material-dark-definition.scss +2 -2
  194. package/styles/timepicker/_material-definition.scss +2 -2
  195. package/styles/timepicker/_material3-definition.scss +2 -2
  196. package/styles/timepicker/_tailwind-definition.scss +2 -2
  197. package/styles/timepicker/_theme.scss +1 -0
  198. package/styles/timepicker/bootstrap-dark.css +19 -2
  199. package/styles/timepicker/bootstrap-dark.scss +1 -1
  200. package/styles/timepicker/bootstrap.css +19 -2
  201. package/styles/timepicker/bootstrap.scss +1 -1
  202. package/styles/timepicker/bootstrap4.css +19 -2
  203. package/styles/timepicker/bootstrap4.scss +1 -1
  204. package/styles/timepicker/bootstrap5-dark.css +19 -2
  205. package/styles/timepicker/bootstrap5-dark.scss +1 -1
  206. package/styles/timepicker/bootstrap5.css +19 -2
  207. package/styles/timepicker/bootstrap5.scss +1 -1
  208. package/styles/timepicker/fabric-dark.css +19 -2
  209. package/styles/timepicker/fabric-dark.scss +1 -1
  210. package/styles/timepicker/fabric.css +22 -5
  211. package/styles/timepicker/fabric.scss +1 -1
  212. package/styles/timepicker/fluent-dark.css +19 -2
  213. package/styles/timepicker/fluent-dark.scss +1 -1
  214. package/styles/timepicker/fluent.css +19 -2
  215. package/styles/timepicker/fluent.scss +1 -1
  216. package/styles/timepicker/highcontrast-light.css +19 -2
  217. package/styles/timepicker/highcontrast-light.scss +1 -1
  218. package/styles/timepicker/highcontrast.css +19 -2
  219. package/styles/timepicker/highcontrast.scss +1 -1
  220. package/styles/timepicker/material-dark.css +19 -3
  221. package/styles/timepicker/material-dark.scss +1 -1
  222. package/styles/timepicker/material.css +19 -3
  223. package/styles/timepicker/material.scss +1 -1
  224. package/styles/timepicker/material3-dark.css +19 -3
  225. package/styles/timepicker/material3-dark.scss +1 -1
  226. package/styles/timepicker/material3.css +19 -3
  227. package/styles/timepicker/material3.scss +1 -1
  228. package/styles/timepicker/tailwind-dark.css +19 -3
  229. package/styles/timepicker/tailwind-dark.scss +1 -1
  230. package/styles/timepicker/tailwind.css +19 -3
  231. package/styles/timepicker/tailwind.scss +1 -1
@@ -142,6 +142,11 @@
142
142
  min-height: 40px;
143
143
  }
144
144
 
145
+ @media screen and (orientation: landscape) {
146
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
147
+ line-height: 64px;
148
+ }
149
+ }
145
150
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
146
151
  border-radius: 0;
147
152
  }
@@ -151,9 +156,15 @@
151
156
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
152
157
  float: right;
153
158
  }
159
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
160
+ height: 15vh;
161
+ }
162
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
163
+ float: right;
164
+ }
154
165
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
155
166
  height: 20vh;
156
- padding: 2vh 2vw;
167
+ padding: 2vh 6vw;
157
168
  }
158
169
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
159
170
  margin: 12vh 0 0 0;
@@ -162,20 +173,26 @@
162
173
  color: inherit;
163
174
  float: left;
164
175
  font-size: 18px;
165
- padding: 2px;
166
176
  }
167
177
  @media (min-device-width: 768px) {
168
178
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
169
- font-size: 24px;
179
+ font-size: 18px;
170
180
  }
171
181
  }
182
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
183
+ background: transparent;
184
+ border-color: transparent;
185
+ box-shadow: none;
186
+ font-weight: 400;
187
+ padding: 0;
188
+ }
172
189
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
173
190
  color: inherit;
174
191
  float: right;
175
192
  }
176
193
  @media (min-device-width: 768px) {
177
194
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
178
- font-size: 24px;
195
+ font-size: 18px;
179
196
  }
180
197
  }
181
198
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
@@ -205,29 +222,47 @@
205
222
  }
206
223
  @media (min-device-width: 768px) {
207
224
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
208
- font-size: 24px;
225
+ font-size: 18px;
209
226
  }
210
227
  }
211
228
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
212
229
  margin-right: 0;
230
+ vertical-align: inherit;
231
+ height: 35px;
232
+ width: 35px;
213
233
  }
214
234
  @media (min-device-width: 768px) {
215
235
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
216
- height: 34px;
217
- width: 34px;
236
+ height: 55px;
237
+ width: 55px;
218
238
  }
219
239
  }
240
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
241
+ vertical-align: inherit;
242
+ }
220
243
  @media (min-device-width: 768px) {
221
244
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
222
- font-size: 24px;
245
+ font-size: 18px;
223
246
  }
224
247
  }
225
248
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
226
249
  margin-right: 0;
250
+ vertical-align: inherit;
251
+ height: 35px;
252
+ width: 35px;
253
+ }
254
+ @media (min-device-width: 768px) {
255
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
256
+ height: 55px;
257
+ width: 55px;
258
+ }
259
+ }
260
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
261
+ vertical-align: inherit;
227
262
  }
228
263
  @media (min-device-width: 768px) {
229
264
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
230
- font-size: 24px;
265
+ font-size: 18px;
231
266
  }
232
267
  }
233
268
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
@@ -235,28 +270,24 @@
235
270
  }
236
271
  @media (min-device-width: 768px) {
237
272
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
238
- font-size: 24px;
273
+ font-size: 18px;
239
274
  height: 48px;
240
275
  }
241
276
  }
242
277
  @media (min-device-width: 768px) {
243
278
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
244
- font-size: 24px;
279
+ font-size: 18px;
245
280
  height: 64px;
246
281
  width: 64px;
247
282
  line-height: 64px;
248
283
  }
249
284
  }
250
285
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
251
- height: 85vh;
286
+ height: 79vh;
252
287
  }
253
288
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
254
289
  display: none;
255
290
  }
256
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
257
- display: block;
258
- padding: 5px 0;
259
- }
260
291
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
261
292
  height: 69vh;
262
293
  }
@@ -315,7 +346,6 @@
315
346
  @media screen and (orientation: landscape) {
316
347
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
317
348
  float: left;
318
- padding: 2px;
319
349
  }
320
350
  }
321
351
  @media screen and (orientation: landscape) {
@@ -325,7 +355,7 @@
325
355
  }
326
356
  @media screen and (orientation: landscape) {
327
357
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
328
- font-size: 4vw;
358
+ font-size: 3vw;
329
359
  }
330
360
  }
331
361
  @media screen and (orientation: landscape) {
@@ -335,7 +365,7 @@
335
365
  }
336
366
  @media screen and (orientation: landscape) and (max-height: 600px) {
337
367
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
338
- line-height: 8vh;
368
+ line-height: 12vh;
339
369
  }
340
370
  }
341
371
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric.scss';
2
2
  @import 'ej2-inputs/styles/input/fabric-definition.scss';
3
3
  @import 'ej2-popups/styles/popup/fabric-definition.scss';
4
4
  @import '../calendar/fabric-definition.scss';
@@ -152,6 +152,11 @@
152
152
  min-height: 40px;
153
153
  }
154
154
 
155
+ @media screen and (orientation: landscape) {
156
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
157
+ line-height: 64px;
158
+ }
159
+ }
155
160
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
156
161
  border-radius: 0;
157
162
  }
@@ -161,9 +166,15 @@
161
166
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
162
167
  float: right;
163
168
  }
169
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
170
+ height: 15vh;
171
+ }
172
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
173
+ float: right;
174
+ }
164
175
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
165
176
  height: 20vh;
166
- padding: 2vh 2vw;
177
+ padding: 2vh 6vw;
167
178
  }
168
179
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
169
180
  margin: 12vh 0 0 0;
@@ -172,20 +183,26 @@
172
183
  color: inherit;
173
184
  float: left;
174
185
  font-size: 18px;
175
- padding: 2px;
176
186
  }
177
187
  @media (min-device-width: 768px) {
178
188
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
179
- font-size: 24px;
189
+ font-size: 18px;
180
190
  }
181
191
  }
192
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
193
+ background: transparent;
194
+ border-color: transparent;
195
+ box-shadow: none;
196
+ font-weight: 400;
197
+ padding: 0;
198
+ }
182
199
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
183
200
  color: #1b1a19;
184
201
  float: right;
185
202
  }
186
203
  @media (min-device-width: 768px) {
187
204
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
188
- font-size: 24px;
205
+ font-size: 18px;
189
206
  }
190
207
  }
191
208
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
@@ -215,29 +232,47 @@
215
232
  }
216
233
  @media (min-device-width: 768px) {
217
234
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
218
- font-size: 24px;
235
+ font-size: 18px;
219
236
  }
220
237
  }
221
238
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
222
239
  margin-right: 16px;
240
+ vertical-align: inherit;
241
+ height: 35px;
242
+ width: 35px;
223
243
  }
224
244
  @media (min-device-width: 768px) {
225
245
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
226
- height: 34px;
227
- width: 34px;
246
+ height: 55px;
247
+ width: 55px;
228
248
  }
229
249
  }
250
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
251
+ vertical-align: inherit;
252
+ }
230
253
  @media (min-device-width: 768px) {
231
254
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
232
- font-size: 24px;
255
+ font-size: 18px;
233
256
  }
234
257
  }
235
258
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
236
259
  margin-right: 0;
260
+ vertical-align: inherit;
261
+ height: 35px;
262
+ width: 35px;
263
+ }
264
+ @media (min-device-width: 768px) {
265
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
266
+ height: 55px;
267
+ width: 55px;
268
+ }
269
+ }
270
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
271
+ vertical-align: inherit;
237
272
  }
238
273
  @media (min-device-width: 768px) {
239
274
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
240
- font-size: 24px;
275
+ font-size: 18px;
241
276
  }
242
277
  }
243
278
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
@@ -245,28 +280,24 @@
245
280
  }
246
281
  @media (min-device-width: 768px) {
247
282
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
248
- font-size: 24px;
283
+ font-size: 18px;
249
284
  height: 48px;
250
285
  }
251
286
  }
252
287
  @media (min-device-width: 768px) {
253
288
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
254
- font-size: 24px;
289
+ font-size: 18px;
255
290
  height: 64px;
256
291
  width: 64px;
257
292
  line-height: 64px;
258
293
  }
259
294
  }
260
295
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
261
- height: 85vh;
296
+ height: 79vh;
262
297
  }
263
298
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
264
299
  display: none;
265
300
  }
266
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
267
- display: block;
268
- padding: 5px 0;
269
- }
270
301
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
271
302
  height: 69vh;
272
303
  }
@@ -325,7 +356,6 @@
325
356
  @media screen and (orientation: landscape) {
326
357
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
327
358
  float: left;
328
- padding: 2px;
329
359
  }
330
360
  }
331
361
  @media screen and (orientation: landscape) {
@@ -345,7 +375,7 @@
345
375
  }
346
376
  @media screen and (orientation: landscape) and (max-height: 600px) {
347
377
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
348
- line-height: 8vh;
378
+ line-height: 12vh;
349
379
  }
350
380
  }
351
381
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent-dark.scss';
2
2
  @import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
3
3
  @import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
4
4
  @import '../calendar/fluent-dark-definition.scss';
@@ -152,6 +152,11 @@
152
152
  min-height: 40px;
153
153
  }
154
154
 
155
+ @media screen and (orientation: landscape) {
156
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
157
+ line-height: 64px;
158
+ }
159
+ }
155
160
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
156
161
  border-radius: 0;
157
162
  }
@@ -161,9 +166,15 @@
161
166
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
162
167
  float: right;
163
168
  }
169
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
170
+ height: 15vh;
171
+ }
172
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
173
+ float: right;
174
+ }
164
175
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
165
176
  height: 20vh;
166
- padding: 2vh 2vw;
177
+ padding: 2vh 6vw;
167
178
  }
168
179
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
169
180
  margin: 12vh 0 0 0;
@@ -172,20 +183,26 @@
172
183
  color: inherit;
173
184
  float: left;
174
185
  font-size: 18px;
175
- padding: 2px;
176
186
  }
177
187
  @media (min-device-width: 768px) {
178
188
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
179
- font-size: 24px;
189
+ font-size: 18px;
180
190
  }
181
191
  }
192
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
193
+ background: transparent;
194
+ border-color: transparent;
195
+ box-shadow: none;
196
+ font-weight: 400;
197
+ padding: 0;
198
+ }
182
199
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
183
200
  color: #fff;
184
201
  float: right;
185
202
  }
186
203
  @media (min-device-width: 768px) {
187
204
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
188
- font-size: 24px;
205
+ font-size: 18px;
189
206
  }
190
207
  }
191
208
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
@@ -215,29 +232,47 @@
215
232
  }
216
233
  @media (min-device-width: 768px) {
217
234
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
218
- font-size: 24px;
235
+ font-size: 18px;
219
236
  }
220
237
  }
221
238
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
222
239
  margin-right: 16px;
240
+ vertical-align: inherit;
241
+ height: 35px;
242
+ width: 35px;
223
243
  }
224
244
  @media (min-device-width: 768px) {
225
245
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
226
- height: 34px;
227
- width: 34px;
246
+ height: 55px;
247
+ width: 55px;
228
248
  }
229
249
  }
250
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
251
+ vertical-align: inherit;
252
+ }
230
253
  @media (min-device-width: 768px) {
231
254
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
232
- font-size: 24px;
255
+ font-size: 18px;
233
256
  }
234
257
  }
235
258
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
236
259
  margin-right: 0;
260
+ vertical-align: inherit;
261
+ height: 35px;
262
+ width: 35px;
263
+ }
264
+ @media (min-device-width: 768px) {
265
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
266
+ height: 55px;
267
+ width: 55px;
268
+ }
269
+ }
270
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
271
+ vertical-align: inherit;
237
272
  }
238
273
  @media (min-device-width: 768px) {
239
274
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
240
- font-size: 24px;
275
+ font-size: 18px;
241
276
  }
242
277
  }
243
278
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
@@ -245,28 +280,24 @@
245
280
  }
246
281
  @media (min-device-width: 768px) {
247
282
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
248
- font-size: 24px;
283
+ font-size: 18px;
249
284
  height: 48px;
250
285
  }
251
286
  }
252
287
  @media (min-device-width: 768px) {
253
288
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
254
- font-size: 24px;
289
+ font-size: 18px;
255
290
  height: 64px;
256
291
  width: 64px;
257
292
  line-height: 64px;
258
293
  }
259
294
  }
260
295
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
261
- height: 85vh;
296
+ height: 79vh;
262
297
  }
263
298
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
264
299
  display: none;
265
300
  }
266
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
267
- display: block;
268
- padding: 5px 0;
269
- }
270
301
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
271
302
  height: 69vh;
272
303
  }
@@ -325,7 +356,6 @@
325
356
  @media screen and (orientation: landscape) {
326
357
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
327
358
  float: left;
328
- padding: 2px;
329
359
  }
330
360
  }
331
361
  @media screen and (orientation: landscape) {
@@ -345,7 +375,7 @@
345
375
  }
346
376
  @media screen and (orientation: landscape) and (max-height: 600px) {
347
377
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
348
- line-height: 8vh;
378
+ line-height: 12vh;
349
379
  }
350
380
  }
351
381
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent.scss';
2
2
  @import 'ej2-inputs/styles/input/fluent-definition.scss';
3
3
  @import 'ej2-popups/styles/popup/fluent-definition.scss';
4
4
  @import '../calendar/fluent-definition.scss';
@@ -147,6 +147,11 @@
147
147
  min-height: 40px;
148
148
  }
149
149
 
150
+ @media screen and (orientation: landscape) {
151
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
152
+ line-height: 64px;
153
+ }
154
+ }
150
155
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
151
156
  border-radius: 0;
152
157
  }
@@ -156,9 +161,15 @@
156
161
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
157
162
  float: right;
158
163
  }
164
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
165
+ height: 15vh;
166
+ }
167
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
168
+ float: right;
169
+ }
159
170
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
160
171
  height: 20vh;
161
- padding: 2vh 2vw;
172
+ padding: 2vh 6vw;
162
173
  }
163
174
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
164
175
  margin: 12vh 0 0 0;
@@ -167,20 +178,26 @@
167
178
  color: inherit;
168
179
  float: left;
169
180
  font-size: 18px;
170
- padding: 2px;
171
181
  }
172
182
  @media (min-device-width: 768px) {
173
183
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
174
- font-size: 24px;
184
+ font-size: 18px;
175
185
  }
176
186
  }
187
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
188
+ background: transparent;
189
+ border-color: transparent;
190
+ box-shadow: none;
191
+ font-weight: 400;
192
+ padding: 0;
193
+ }
177
194
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
178
195
  color: inherit;
179
196
  float: right;
180
197
  }
181
198
  @media (min-device-width: 768px) {
182
199
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
183
- font-size: 24px;
200
+ font-size: 18px;
184
201
  }
185
202
  }
186
203
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
@@ -201,7 +218,7 @@
201
218
  line-height: 5vh;
202
219
  }
203
220
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
204
- margin-left: 18vw;
221
+ margin-left: 22vw;
205
222
  position: absolute;
206
223
  text-align: center;
207
224
  vertical-align: middle;
@@ -210,29 +227,47 @@
210
227
  }
211
228
  @media (min-device-width: 768px) {
212
229
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
213
- font-size: 24px;
230
+ font-size: 18px;
214
231
  }
215
232
  }
216
233
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
217
234
  margin-right: 75vw;
235
+ vertical-align: inherit;
236
+ height: 35px;
237
+ width: 35px;
218
238
  }
219
239
  @media (min-device-width: 768px) {
220
240
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
221
- height: 34px;
222
- width: 34px;
241
+ height: 55px;
242
+ width: 55px;
223
243
  }
224
244
  }
245
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
246
+ vertical-align: inherit;
247
+ }
225
248
  @media (min-device-width: 768px) {
226
249
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
227
- font-size: 24px;
250
+ font-size: 18px;
228
251
  }
229
252
  }
230
253
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
231
254
  margin-right: 0;
255
+ vertical-align: inherit;
256
+ height: 35px;
257
+ width: 35px;
258
+ }
259
+ @media (min-device-width: 768px) {
260
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
261
+ height: 55px;
262
+ width: 55px;
263
+ }
264
+ }
265
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
266
+ vertical-align: inherit;
232
267
  }
233
268
  @media (min-device-width: 768px) {
234
269
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
235
- font-size: 24px;
270
+ font-size: 18px;
236
271
  }
237
272
  }
238
273
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
@@ -240,28 +275,24 @@
240
275
  }
241
276
  @media (min-device-width: 768px) {
242
277
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
243
- font-size: 24px;
278
+ font-size: 18px;
244
279
  height: 48px;
245
280
  }
246
281
  }
247
282
  @media (min-device-width: 768px) {
248
283
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
249
- font-size: 24px;
284
+ font-size: 18px;
250
285
  height: 64px;
251
286
  width: 64px;
252
287
  line-height: 64px;
253
288
  }
254
289
  }
255
290
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
256
- height: 85vh;
291
+ height: 79vh;
257
292
  }
258
293
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
259
294
  display: none;
260
295
  }
261
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
262
- display: block;
263
- padding: 5px 0;
264
- }
265
296
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
266
297
  height: 69vh;
267
298
  }
@@ -320,7 +351,6 @@
320
351
  @media screen and (orientation: landscape) {
321
352
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
322
353
  float: left;
323
- padding: 2px;
324
354
  }
325
355
  }
326
356
  @media screen and (orientation: landscape) {
@@ -340,7 +370,7 @@
340
370
  }
341
371
  @media screen and (orientation: landscape) and (max-height: 600px) {
342
372
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
343
- line-height: 8vh;
373
+ line-height: 12vh;
344
374
  }
345
375
  }
346
376
  @media screen and (orientation: landscape) and (min-height: 600px) {