@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.
- package/esm2020/src/calendar/calendar.component.mjs +5 -4
- package/esm2020/src/datepicker/datepicker.component.mjs +5 -4
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +5 -4
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +5 -4
- package/esm2020/src/timepicker/timepicker.component.mjs +5 -4
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar.component.d.ts +3 -2
- package/src/datepicker/datepicker.component.d.ts +3 -2
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -2
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -2
- package/src/timepicker/timepicker.component.d.ts +3 -2
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- package/styles/calendar/bootstrap-dark.scss +1 -1
- package/styles/calendar/bootstrap.scss +1 -1
- package/styles/calendar/bootstrap4.scss +1 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -1
- package/styles/calendar/bootstrap5.scss +1 -1
- package/styles/calendar/fabric-dark.scss +1 -1
- package/styles/calendar/fabric.scss +1 -1
- package/styles/calendar/fluent-dark.scss +1 -1
- package/styles/calendar/fluent.scss +1 -1
- package/styles/calendar/highcontrast-light.scss +1 -1
- package/styles/calendar/highcontrast.scss +1 -1
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material-dark.scss +1 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -1
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -1
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -1
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind-dark.scss +1 -1
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +5 -5
- package/styles/datepicker/_bootstrap-definition.scss +5 -5
- package/styles/datepicker/_bootstrap4-definition.scss +5 -5
- package/styles/datepicker/_bootstrap5-definition.scss +6 -6
- package/styles/datepicker/_fabric-dark-definition.scss +4 -4
- package/styles/datepicker/_fabric-definition.scss +6 -6
- package/styles/datepicker/_fluent-definition.scss +4 -4
- package/styles/datepicker/_fusionnew-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-light-definition.scss +5 -5
- package/styles/datepicker/_layout.scss +34 -9
- package/styles/datepicker/_material-dark-definition.scss +4 -4
- package/styles/datepicker/_material-definition.scss +4 -4
- package/styles/datepicker/_material3-definition.scss +4 -4
- package/styles/datepicker/_tailwind-definition.scss +8 -8
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -1
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -1
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -1
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -1
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -1
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -1
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -1
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -1
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -1
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -1
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -1
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -1
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -1
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -1
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -1
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind-dark.scss +1 -1
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap4-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-dark-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-definition.scss +4 -4
- package/styles/daterangepicker/_fluent-definition.scss +4 -4
- package/styles/daterangepicker/_fusionnew-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-light-definition.scss +4 -4
- package/styles/daterangepicker/_layout.scss +48 -19
- package/styles/daterangepicker/_material-dark-definition.scss +4 -4
- package/styles/daterangepicker/_material-definition.scss +4 -4
- package/styles/daterangepicker/_material3-definition.scss +8 -5
- package/styles/daterangepicker/_tailwind-definition.scss +5 -5
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -1
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -1
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -1
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -1
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -1
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -1
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -1
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -1
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -1
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -1
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -1
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -1
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -1
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind-dark.scss +1 -1
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/daterangepicker/tailwind.scss +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -1
- package/styles/datetimepicker/bootstrap4.scss +1 -1
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap5.scss +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -1
- package/styles/datetimepicker/fabric.scss +1 -1
- package/styles/datetimepicker/fluent-dark.scss +1 -1
- package/styles/datetimepicker/fluent.scss +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -1
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -1
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -1
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -1
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind-dark.scss +1 -1
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -1
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +113 -41
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +113 -41
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/_bootstrap-dark-definition.scss +2 -2
- package/styles/timepicker/_bootstrap-definition.scss +2 -2
- package/styles/timepicker/_bootstrap4-definition.scss +2 -2
- package/styles/timepicker/_bootstrap5-definition.scss +2 -2
- package/styles/timepicker/_fabric-dark-definition.scss +2 -2
- package/styles/timepicker/_fabric-definition.scss +4 -4
- package/styles/timepicker/_fluent-definition.scss +2 -2
- package/styles/timepicker/_fusionnew-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-light-definition.scss +2 -2
- package/styles/timepicker/_layout.scss +16 -0
- package/styles/timepicker/_material-dark-definition.scss +2 -2
- package/styles/timepicker/_material-definition.scss +2 -2
- package/styles/timepicker/_material3-definition.scss +2 -2
- package/styles/timepicker/_tailwind-definition.scss +2 -2
- package/styles/timepicker/_theme.scss +1 -0
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -1
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -1
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -1
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -1
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -1
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -1
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -1
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -1
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -1
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -1
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -1
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -1
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -1
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -1
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -1
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind-dark.scss +1 -1
- package/styles/timepicker/tailwind.css +19 -3
- package/styles/timepicker/tailwind.scss +1 -1
|
@@ -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
|
|
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,13 +183,19 @@
|
|
|
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:
|
|
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: inherit;
|
|
184
201
|
float: right;
|
|
@@ -186,7 +203,7 @@
|
|
|
186
203
|
}
|
|
187
204
|
@media (min-device-width: 768px) {
|
|
188
205
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
189
|
-
font-size:
|
|
206
|
+
font-size: 18px;
|
|
190
207
|
}
|
|
191
208
|
}
|
|
192
209
|
.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 {
|
|
@@ -204,10 +221,10 @@
|
|
|
204
221
|
border-width: 1px 0;
|
|
205
222
|
border-color: #444c54;
|
|
206
223
|
padding: 2vh 2vw;
|
|
207
|
-
line-height:
|
|
224
|
+
line-height: 6vh;
|
|
208
225
|
}
|
|
209
226
|
.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 {
|
|
210
|
-
margin-left:
|
|
227
|
+
margin-left: 22vw;
|
|
211
228
|
position: absolute;
|
|
212
229
|
text-align: center;
|
|
213
230
|
vertical-align: middle;
|
|
@@ -216,29 +233,47 @@
|
|
|
216
233
|
}
|
|
217
234
|
@media (min-device-width: 768px) {
|
|
218
235
|
.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 {
|
|
219
|
-
font-size:
|
|
236
|
+
font-size: 18px;
|
|
220
237
|
}
|
|
221
238
|
}
|
|
222
239
|
.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 {
|
|
223
240
|
margin-right: 75vw;
|
|
241
|
+
vertical-align: inherit;
|
|
242
|
+
height: 35px;
|
|
243
|
+
width: 35px;
|
|
224
244
|
}
|
|
225
245
|
@media (min-device-width: 768px) {
|
|
226
246
|
.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 {
|
|
227
|
-
height:
|
|
228
|
-
width:
|
|
247
|
+
height: 55px;
|
|
248
|
+
width: 55px;
|
|
229
249
|
}
|
|
230
250
|
}
|
|
251
|
+
.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 {
|
|
252
|
+
vertical-align: inherit;
|
|
253
|
+
}
|
|
231
254
|
@media (min-device-width: 768px) {
|
|
232
255
|
.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 {
|
|
233
|
-
font-size:
|
|
256
|
+
font-size: 18px;
|
|
234
257
|
}
|
|
235
258
|
}
|
|
236
259
|
.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 {
|
|
237
260
|
margin-right: 0;
|
|
261
|
+
vertical-align: inherit;
|
|
262
|
+
height: 35px;
|
|
263
|
+
width: 35px;
|
|
264
|
+
}
|
|
265
|
+
@media (min-device-width: 768px) {
|
|
266
|
+
.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 {
|
|
267
|
+
height: 55px;
|
|
268
|
+
width: 55px;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
.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 {
|
|
272
|
+
vertical-align: inherit;
|
|
238
273
|
}
|
|
239
274
|
@media (min-device-width: 768px) {
|
|
240
275
|
.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 {
|
|
241
|
-
font-size:
|
|
276
|
+
font-size: 18px;
|
|
242
277
|
}
|
|
243
278
|
}
|
|
244
279
|
.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 {
|
|
@@ -246,28 +281,24 @@
|
|
|
246
281
|
}
|
|
247
282
|
@media (min-device-width: 768px) {
|
|
248
283
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
249
|
-
font-size:
|
|
284
|
+
font-size: 18px;
|
|
250
285
|
height: 48px;
|
|
251
286
|
}
|
|
252
287
|
}
|
|
253
288
|
@media (min-device-width: 768px) {
|
|
254
289
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
255
|
-
font-size:
|
|
290
|
+
font-size: 18px;
|
|
256
291
|
height: 64px;
|
|
257
292
|
width: 64px;
|
|
258
293
|
line-height: 64px;
|
|
259
294
|
}
|
|
260
295
|
}
|
|
261
296
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
262
|
-
height:
|
|
297
|
+
height: 79vh;
|
|
263
298
|
}
|
|
264
299
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
265
300
|
display: none;
|
|
266
301
|
}
|
|
267
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
268
|
-
display: block;
|
|
269
|
-
padding: 5px 0;
|
|
270
|
-
}
|
|
271
302
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
272
303
|
height: 69vh;
|
|
273
304
|
}
|
|
@@ -326,7 +357,6 @@
|
|
|
326
357
|
@media screen and (orientation: landscape) {
|
|
327
358
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
328
359
|
float: left;
|
|
329
|
-
padding: 2px;
|
|
330
360
|
}
|
|
331
361
|
}
|
|
332
362
|
@media screen and (orientation: landscape) {
|
|
@@ -346,7 +376,7 @@
|
|
|
346
376
|
}
|
|
347
377
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
348
378
|
.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 {
|
|
349
|
-
line-height:
|
|
379
|
+
line-height: 12vh;
|
|
350
380
|
}
|
|
351
381
|
}
|
|
352
382
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
4
|
@import '../calendar/bootstrap5-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
|
|
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,13 +183,19 @@
|
|
|
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:
|
|
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: inherit;
|
|
184
201
|
float: right;
|
|
@@ -186,7 +203,7 @@
|
|
|
186
203
|
}
|
|
187
204
|
@media (min-device-width: 768px) {
|
|
188
205
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
189
|
-
font-size:
|
|
206
|
+
font-size: 18px;
|
|
190
207
|
}
|
|
191
208
|
}
|
|
192
209
|
.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 {
|
|
@@ -204,10 +221,10 @@
|
|
|
204
221
|
border-width: 1px 0;
|
|
205
222
|
border-color: #dee2e6;
|
|
206
223
|
padding: 2vh 2vw;
|
|
207
|
-
line-height:
|
|
224
|
+
line-height: 6vh;
|
|
208
225
|
}
|
|
209
226
|
.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 {
|
|
210
|
-
margin-left:
|
|
227
|
+
margin-left: 22vw;
|
|
211
228
|
position: absolute;
|
|
212
229
|
text-align: center;
|
|
213
230
|
vertical-align: middle;
|
|
@@ -216,29 +233,47 @@
|
|
|
216
233
|
}
|
|
217
234
|
@media (min-device-width: 768px) {
|
|
218
235
|
.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 {
|
|
219
|
-
font-size:
|
|
236
|
+
font-size: 18px;
|
|
220
237
|
}
|
|
221
238
|
}
|
|
222
239
|
.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 {
|
|
223
240
|
margin-right: 75vw;
|
|
241
|
+
vertical-align: inherit;
|
|
242
|
+
height: 35px;
|
|
243
|
+
width: 35px;
|
|
224
244
|
}
|
|
225
245
|
@media (min-device-width: 768px) {
|
|
226
246
|
.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 {
|
|
227
|
-
height:
|
|
228
|
-
width:
|
|
247
|
+
height: 55px;
|
|
248
|
+
width: 55px;
|
|
229
249
|
}
|
|
230
250
|
}
|
|
251
|
+
.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 {
|
|
252
|
+
vertical-align: inherit;
|
|
253
|
+
}
|
|
231
254
|
@media (min-device-width: 768px) {
|
|
232
255
|
.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 {
|
|
233
|
-
font-size:
|
|
256
|
+
font-size: 18px;
|
|
234
257
|
}
|
|
235
258
|
}
|
|
236
259
|
.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 {
|
|
237
260
|
margin-right: 0;
|
|
261
|
+
vertical-align: inherit;
|
|
262
|
+
height: 35px;
|
|
263
|
+
width: 35px;
|
|
264
|
+
}
|
|
265
|
+
@media (min-device-width: 768px) {
|
|
266
|
+
.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 {
|
|
267
|
+
height: 55px;
|
|
268
|
+
width: 55px;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
.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 {
|
|
272
|
+
vertical-align: inherit;
|
|
238
273
|
}
|
|
239
274
|
@media (min-device-width: 768px) {
|
|
240
275
|
.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 {
|
|
241
|
-
font-size:
|
|
276
|
+
font-size: 18px;
|
|
242
277
|
}
|
|
243
278
|
}
|
|
244
279
|
.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 {
|
|
@@ -246,28 +281,24 @@
|
|
|
246
281
|
}
|
|
247
282
|
@media (min-device-width: 768px) {
|
|
248
283
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
249
|
-
font-size:
|
|
284
|
+
font-size: 18px;
|
|
250
285
|
height: 48px;
|
|
251
286
|
}
|
|
252
287
|
}
|
|
253
288
|
@media (min-device-width: 768px) {
|
|
254
289
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
255
|
-
font-size:
|
|
290
|
+
font-size: 18px;
|
|
256
291
|
height: 64px;
|
|
257
292
|
width: 64px;
|
|
258
293
|
line-height: 64px;
|
|
259
294
|
}
|
|
260
295
|
}
|
|
261
296
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
262
|
-
height:
|
|
297
|
+
height: 79vh;
|
|
263
298
|
}
|
|
264
299
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
265
300
|
display: none;
|
|
266
301
|
}
|
|
267
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
268
|
-
display: block;
|
|
269
|
-
padding: 5px 0;
|
|
270
|
-
}
|
|
271
302
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
272
303
|
height: 69vh;
|
|
273
304
|
}
|
|
@@ -326,7 +357,6 @@
|
|
|
326
357
|
@media screen and (orientation: landscape) {
|
|
327
358
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
328
359
|
float: left;
|
|
329
|
-
padding: 2px;
|
|
330
360
|
}
|
|
331
361
|
}
|
|
332
362
|
@media screen and (orientation: landscape) {
|
|
@@ -346,7 +376,7 @@
|
|
|
346
376
|
}
|
|
347
377
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
348
378
|
.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 {
|
|
349
|
-
line-height:
|
|
379
|
+
line-height: 12vh;
|
|
350
380
|
}
|
|
351
381
|
}
|
|
352
382
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
4
|
@import '../calendar/bootstrap5-definition.scss';
|
|
@@ -141,6 +141,11 @@
|
|
|
141
141
|
min-height: 40px;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
@media screen and (orientation: landscape) {
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
146
|
+
line-height: 64px;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
144
149
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
145
150
|
border-radius: 0;
|
|
146
151
|
}
|
|
@@ -150,9 +155,15 @@
|
|
|
150
155
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
151
156
|
float: right;
|
|
152
157
|
}
|
|
158
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
159
|
+
height: 15vh;
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
162
|
+
float: right;
|
|
163
|
+
}
|
|
153
164
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
154
165
|
height: 20vh;
|
|
155
|
-
padding: 2vh
|
|
166
|
+
padding: 2vh 6vw;
|
|
156
167
|
}
|
|
157
168
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
158
169
|
margin: 12vh 0 0 0;
|
|
@@ -161,20 +172,26 @@
|
|
|
161
172
|
color: inherit;
|
|
162
173
|
float: left;
|
|
163
174
|
font-size: 18px;
|
|
164
|
-
padding: 2px;
|
|
165
175
|
}
|
|
166
176
|
@media (min-device-width: 768px) {
|
|
167
177
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
168
|
-
font-size:
|
|
178
|
+
font-size: 18px;
|
|
169
179
|
}
|
|
170
180
|
}
|
|
181
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
182
|
+
background: transparent;
|
|
183
|
+
border-color: transparent;
|
|
184
|
+
box-shadow: none;
|
|
185
|
+
font-weight: 400;
|
|
186
|
+
padding: 0;
|
|
187
|
+
}
|
|
171
188
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
172
189
|
color: inherit;
|
|
173
190
|
float: right;
|
|
174
191
|
}
|
|
175
192
|
@media (min-device-width: 768px) {
|
|
176
193
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
177
|
-
font-size:
|
|
194
|
+
font-size: 18px;
|
|
178
195
|
}
|
|
179
196
|
}
|
|
180
197
|
.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 {
|
|
@@ -204,29 +221,47 @@
|
|
|
204
221
|
}
|
|
205
222
|
@media (min-device-width: 768px) {
|
|
206
223
|
.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 {
|
|
207
|
-
font-size:
|
|
224
|
+
font-size: 18px;
|
|
208
225
|
}
|
|
209
226
|
}
|
|
210
227
|
.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 {
|
|
211
228
|
margin-right: 0;
|
|
229
|
+
vertical-align: inherit;
|
|
230
|
+
height: 35px;
|
|
231
|
+
width: 35px;
|
|
212
232
|
}
|
|
213
233
|
@media (min-device-width: 768px) {
|
|
214
234
|
.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 {
|
|
215
|
-
height:
|
|
216
|
-
width:
|
|
235
|
+
height: 55px;
|
|
236
|
+
width: 55px;
|
|
217
237
|
}
|
|
218
238
|
}
|
|
239
|
+
.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 {
|
|
240
|
+
vertical-align: inherit;
|
|
241
|
+
}
|
|
219
242
|
@media (min-device-width: 768px) {
|
|
220
243
|
.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 {
|
|
221
|
-
font-size:
|
|
244
|
+
font-size: 18px;
|
|
222
245
|
}
|
|
223
246
|
}
|
|
224
247
|
.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 {
|
|
225
248
|
margin-right: 0;
|
|
249
|
+
vertical-align: inherit;
|
|
250
|
+
height: 35px;
|
|
251
|
+
width: 35px;
|
|
252
|
+
}
|
|
253
|
+
@media (min-device-width: 768px) {
|
|
254
|
+
.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 {
|
|
255
|
+
height: 55px;
|
|
256
|
+
width: 55px;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
.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 {
|
|
260
|
+
vertical-align: inherit;
|
|
226
261
|
}
|
|
227
262
|
@media (min-device-width: 768px) {
|
|
228
263
|
.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 {
|
|
229
|
-
font-size:
|
|
264
|
+
font-size: 18px;
|
|
230
265
|
}
|
|
231
266
|
}
|
|
232
267
|
.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 {
|
|
@@ -234,28 +269,24 @@
|
|
|
234
269
|
}
|
|
235
270
|
@media (min-device-width: 768px) {
|
|
236
271
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
237
|
-
font-size:
|
|
272
|
+
font-size: 18px;
|
|
238
273
|
height: 48px;
|
|
239
274
|
}
|
|
240
275
|
}
|
|
241
276
|
@media (min-device-width: 768px) {
|
|
242
277
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
243
|
-
font-size:
|
|
278
|
+
font-size: 18px;
|
|
244
279
|
height: 64px;
|
|
245
280
|
width: 64px;
|
|
246
281
|
line-height: 64px;
|
|
247
282
|
}
|
|
248
283
|
}
|
|
249
284
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
250
|
-
height:
|
|
285
|
+
height: 79vh;
|
|
251
286
|
}
|
|
252
287
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
253
288
|
display: none;
|
|
254
289
|
}
|
|
255
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
256
|
-
display: block;
|
|
257
|
-
padding: 5px 0;
|
|
258
|
-
}
|
|
259
290
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
260
291
|
height: 69vh;
|
|
261
292
|
}
|
|
@@ -314,7 +345,6 @@
|
|
|
314
345
|
@media screen and (orientation: landscape) {
|
|
315
346
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
316
347
|
float: left;
|
|
317
|
-
padding: 2px;
|
|
318
348
|
}
|
|
319
349
|
}
|
|
320
350
|
@media screen and (orientation: landscape) {
|
|
@@ -334,7 +364,7 @@
|
|
|
334
364
|
}
|
|
335
365
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
336
366
|
.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 {
|
|
337
|
-
line-height:
|
|
367
|
+
line-height: 12vh;
|
|
338
368
|
}
|
|
339
369
|
}
|
|
340
370
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fabric-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fabric-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
4
|
@import '../calendar/fabric-dark-definition.scss';
|