@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
|
@@ -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
|
|
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:
|
|
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:
|
|
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 {
|
|
@@ -202,7 +219,7 @@
|
|
|
202
219
|
line-height: 5vh;
|
|
203
220
|
}
|
|
204
221
|
.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 {
|
|
205
|
-
margin-left:
|
|
222
|
+
margin-left: 22vw;
|
|
206
223
|
position: absolute;
|
|
207
224
|
text-align: center;
|
|
208
225
|
vertical-align: middle;
|
|
@@ -211,29 +228,47 @@
|
|
|
211
228
|
}
|
|
212
229
|
@media (min-device-width: 768px) {
|
|
213
230
|
.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 {
|
|
214
|
-
font-size:
|
|
231
|
+
font-size: 18px;
|
|
215
232
|
}
|
|
216
233
|
}
|
|
217
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 {
|
|
218
235
|
margin-right: 75vw;
|
|
236
|
+
vertical-align: inherit;
|
|
237
|
+
height: 35px;
|
|
238
|
+
width: 35px;
|
|
219
239
|
}
|
|
220
240
|
@media (min-device-width: 768px) {
|
|
221
241
|
.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
|
-
height:
|
|
223
|
-
width:
|
|
242
|
+
height: 55px;
|
|
243
|
+
width: 55px;
|
|
224
244
|
}
|
|
225
245
|
}
|
|
246
|
+
.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 {
|
|
247
|
+
vertical-align: inherit;
|
|
248
|
+
}
|
|
226
249
|
@media (min-device-width: 768px) {
|
|
227
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 {
|
|
228
|
-
font-size:
|
|
251
|
+
font-size: 18px;
|
|
229
252
|
}
|
|
230
253
|
}
|
|
231
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 {
|
|
232
255
|
margin-right: 0;
|
|
256
|
+
vertical-align: inherit;
|
|
257
|
+
height: 35px;
|
|
258
|
+
width: 35px;
|
|
259
|
+
}
|
|
260
|
+
@media (min-device-width: 768px) {
|
|
261
|
+
.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 {
|
|
262
|
+
height: 55px;
|
|
263
|
+
width: 55px;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
.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 {
|
|
267
|
+
vertical-align: inherit;
|
|
233
268
|
}
|
|
234
269
|
@media (min-device-width: 768px) {
|
|
235
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 {
|
|
236
|
-
font-size:
|
|
271
|
+
font-size: 18px;
|
|
237
272
|
}
|
|
238
273
|
}
|
|
239
274
|
.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 {
|
|
@@ -241,28 +276,24 @@
|
|
|
241
276
|
}
|
|
242
277
|
@media (min-device-width: 768px) {
|
|
243
278
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
244
|
-
font-size:
|
|
279
|
+
font-size: 18px;
|
|
245
280
|
height: 48px;
|
|
246
281
|
}
|
|
247
282
|
}
|
|
248
283
|
@media (min-device-width: 768px) {
|
|
249
284
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
250
|
-
font-size:
|
|
285
|
+
font-size: 18px;
|
|
251
286
|
height: 64px;
|
|
252
287
|
width: 64px;
|
|
253
288
|
line-height: 64px;
|
|
254
289
|
}
|
|
255
290
|
}
|
|
256
291
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
257
|
-
height:
|
|
292
|
+
height: 79vh;
|
|
258
293
|
}
|
|
259
294
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
260
295
|
display: none;
|
|
261
296
|
}
|
|
262
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
263
|
-
display: block;
|
|
264
|
-
padding: 5px 0;
|
|
265
|
-
}
|
|
266
297
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
267
298
|
height: 69vh;
|
|
268
299
|
}
|
|
@@ -321,7 +352,6 @@
|
|
|
321
352
|
@media screen and (orientation: landscape) {
|
|
322
353
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
323
354
|
float: left;
|
|
324
|
-
padding: 2px;
|
|
325
355
|
}
|
|
326
356
|
}
|
|
327
357
|
@media screen and (orientation: landscape) {
|
|
@@ -341,7 +371,7 @@
|
|
|
341
371
|
}
|
|
342
372
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
343
373
|
.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 {
|
|
344
|
-
line-height:
|
|
374
|
+
line-height: 12vh;
|
|
345
375
|
}
|
|
346
376
|
}
|
|
347
377
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
4
|
@import '../calendar/bootstrap-dark-definition.scss';
|
|
@@ -148,6 +148,11 @@
|
|
|
148
148
|
min-height: 40px;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
+
@media screen and (orientation: landscape) {
|
|
152
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
153
|
+
line-height: 64px;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
151
156
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
152
157
|
border-radius: 0;
|
|
153
158
|
}
|
|
@@ -157,9 +162,15 @@
|
|
|
157
162
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
158
163
|
float: right;
|
|
159
164
|
}
|
|
165
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
166
|
+
height: 15vh;
|
|
167
|
+
}
|
|
168
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
169
|
+
float: right;
|
|
170
|
+
}
|
|
160
171
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
161
172
|
height: 20vh;
|
|
162
|
-
padding: 2vh
|
|
173
|
+
padding: 2vh 6vw;
|
|
163
174
|
}
|
|
164
175
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
165
176
|
margin: 12vh 0 0 0;
|
|
@@ -168,20 +179,26 @@
|
|
|
168
179
|
color: inherit;
|
|
169
180
|
float: left;
|
|
170
181
|
font-size: 18px;
|
|
171
|
-
padding: 2px;
|
|
172
182
|
}
|
|
173
183
|
@media (min-device-width: 768px) {
|
|
174
184
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
175
|
-
font-size:
|
|
185
|
+
font-size: 18px;
|
|
176
186
|
}
|
|
177
187
|
}
|
|
188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
189
|
+
background: transparent;
|
|
190
|
+
border-color: transparent;
|
|
191
|
+
box-shadow: none;
|
|
192
|
+
font-weight: 400;
|
|
193
|
+
padding: 0;
|
|
194
|
+
}
|
|
178
195
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
179
196
|
color: inherit;
|
|
180
197
|
float: right;
|
|
181
198
|
}
|
|
182
199
|
@media (min-device-width: 768px) {
|
|
183
200
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
184
|
-
font-size:
|
|
201
|
+
font-size: 18px;
|
|
185
202
|
}
|
|
186
203
|
}
|
|
187
204
|
.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 {
|
|
@@ -203,7 +220,7 @@
|
|
|
203
220
|
line-height: 5vh;
|
|
204
221
|
}
|
|
205
222
|
.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 {
|
|
206
|
-
margin-left:
|
|
223
|
+
margin-left: 22vw;
|
|
207
224
|
position: absolute;
|
|
208
225
|
text-align: center;
|
|
209
226
|
vertical-align: middle;
|
|
@@ -212,29 +229,47 @@
|
|
|
212
229
|
}
|
|
213
230
|
@media (min-device-width: 768px) {
|
|
214
231
|
.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 {
|
|
215
|
-
font-size:
|
|
232
|
+
font-size: 18px;
|
|
216
233
|
}
|
|
217
234
|
}
|
|
218
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 {
|
|
219
236
|
margin-right: 75vw;
|
|
237
|
+
vertical-align: inherit;
|
|
238
|
+
height: 35px;
|
|
239
|
+
width: 35px;
|
|
220
240
|
}
|
|
221
241
|
@media (min-device-width: 768px) {
|
|
222
242
|
.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
|
-
height:
|
|
224
|
-
width:
|
|
243
|
+
height: 55px;
|
|
244
|
+
width: 55px;
|
|
225
245
|
}
|
|
226
246
|
}
|
|
247
|
+
.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 {
|
|
248
|
+
vertical-align: inherit;
|
|
249
|
+
}
|
|
227
250
|
@media (min-device-width: 768px) {
|
|
228
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 {
|
|
229
|
-
font-size:
|
|
252
|
+
font-size: 18px;
|
|
230
253
|
}
|
|
231
254
|
}
|
|
232
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 {
|
|
233
256
|
margin-right: 0;
|
|
257
|
+
vertical-align: inherit;
|
|
258
|
+
height: 35px;
|
|
259
|
+
width: 35px;
|
|
260
|
+
}
|
|
261
|
+
@media (min-device-width: 768px) {
|
|
262
|
+
.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 {
|
|
263
|
+
height: 55px;
|
|
264
|
+
width: 55px;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
.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 {
|
|
268
|
+
vertical-align: inherit;
|
|
234
269
|
}
|
|
235
270
|
@media (min-device-width: 768px) {
|
|
236
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 {
|
|
237
|
-
font-size:
|
|
272
|
+
font-size: 18px;
|
|
238
273
|
}
|
|
239
274
|
}
|
|
240
275
|
.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 {
|
|
@@ -242,28 +277,24 @@
|
|
|
242
277
|
}
|
|
243
278
|
@media (min-device-width: 768px) {
|
|
244
279
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
245
|
-
font-size:
|
|
280
|
+
font-size: 18px;
|
|
246
281
|
height: 48px;
|
|
247
282
|
}
|
|
248
283
|
}
|
|
249
284
|
@media (min-device-width: 768px) {
|
|
250
285
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
251
|
-
font-size:
|
|
286
|
+
font-size: 18px;
|
|
252
287
|
height: 64px;
|
|
253
288
|
width: 64px;
|
|
254
289
|
line-height: 64px;
|
|
255
290
|
}
|
|
256
291
|
}
|
|
257
292
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
258
|
-
height:
|
|
293
|
+
height: 79vh;
|
|
259
294
|
}
|
|
260
295
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
261
296
|
display: none;
|
|
262
297
|
}
|
|
263
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
264
|
-
display: block;
|
|
265
|
-
padding: 5px 0;
|
|
266
|
-
}
|
|
267
298
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
268
299
|
height: 69vh;
|
|
269
300
|
}
|
|
@@ -322,7 +353,6 @@
|
|
|
322
353
|
@media screen and (orientation: landscape) {
|
|
323
354
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
324
355
|
float: left;
|
|
325
|
-
padding: 2px;
|
|
326
356
|
}
|
|
327
357
|
}
|
|
328
358
|
@media screen and (orientation: landscape) {
|
|
@@ -342,7 +372,7 @@
|
|
|
342
372
|
}
|
|
343
373
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
344
374
|
.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 {
|
|
345
|
-
line-height:
|
|
375
|
+
line-height: 12vh;
|
|
346
376
|
}
|
|
347
377
|
}
|
|
348
378
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
4
|
@import '../calendar/bootstrap-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,20 +183,26 @@
|
|
|
172
183
|
color: inherit;
|
|
173
184
|
float: left;
|
|
174
185
|
font-size: 16px;
|
|
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;
|
|
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:
|
|
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 {
|
|
@@ -206,7 +223,7 @@
|
|
|
206
223
|
line-height: 5vh;
|
|
207
224
|
}
|
|
208
225
|
.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 {
|
|
209
|
-
margin-left:
|
|
226
|
+
margin-left: 22vw;
|
|
210
227
|
position: absolute;
|
|
211
228
|
text-align: center;
|
|
212
229
|
vertical-align: middle;
|
|
@@ -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:
|
|
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: 75vw;
|
|
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:
|
|
227
|
-
width:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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/bootstrap4
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap4.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
4
|
@import '../calendar/bootstrap4-definition.scss';
|