@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
package/styles/bootstrap5.css
CHANGED
|
@@ -1059,15 +1059,22 @@ ejs-calendar {
|
|
|
1059
1059
|
top: 0 !important;
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1063
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1064
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1065
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1066
|
+
border-radius: 0;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1062
1069
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1063
1070
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1064
1071
|
height: 10%;
|
|
1065
|
-
padding: 2.5vh 2.5vw;
|
|
1072
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1066
1073
|
display: -ms-flexbox;
|
|
1067
1074
|
display: flex;
|
|
1068
1075
|
-ms-flex-align: center;
|
|
1069
1076
|
align-items: center;
|
|
1070
|
-
font-size:
|
|
1077
|
+
font-size: 2vh;
|
|
1071
1078
|
border-bottom: 1px solid #dee2e6;
|
|
1072
1079
|
}
|
|
1073
1080
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1079,6 +1086,11 @@ ejs-calendar {
|
|
|
1079
1086
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1080
1087
|
padding: 1vh 2vw;
|
|
1081
1088
|
text-transform: capitalize;
|
|
1089
|
+
font-weight: 500;
|
|
1090
|
+
}
|
|
1091
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1092
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1093
|
+
font-size: 2vh;
|
|
1082
1094
|
}
|
|
1083
1095
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1084
1096
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1117,6 +1129,10 @@ ejs-calendar {
|
|
|
1117
1129
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1118
1130
|
padding: 1vh 1vw;
|
|
1119
1131
|
}
|
|
1132
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1133
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1134
|
+
font-size: 2vw;
|
|
1135
|
+
}
|
|
1120
1136
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1121
1137
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1122
1138
|
height: 85%;
|
|
@@ -1187,6 +1203,7 @@ ejs-calendar {
|
|
|
1187
1203
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1188
1204
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1189
1205
|
color: #343a40;
|
|
1206
|
+
font-weight: 500;
|
|
1190
1207
|
}
|
|
1191
1208
|
|
|
1192
1209
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1343,6 +1360,11 @@ ejs-calendar {
|
|
|
1343
1360
|
min-height: 40px;
|
|
1344
1361
|
}
|
|
1345
1362
|
|
|
1363
|
+
@media screen and (orientation: landscape) {
|
|
1364
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1365
|
+
line-height: 64px;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1346
1368
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1347
1369
|
border-radius: 0;
|
|
1348
1370
|
}
|
|
@@ -1352,9 +1374,15 @@ ejs-calendar {
|
|
|
1352
1374
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1353
1375
|
float: right;
|
|
1354
1376
|
}
|
|
1377
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1378
|
+
height: 15vh;
|
|
1379
|
+
}
|
|
1380
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1381
|
+
float: right;
|
|
1382
|
+
}
|
|
1355
1383
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1356
1384
|
height: 20vh;
|
|
1357
|
-
padding: 2vh
|
|
1385
|
+
padding: 2vh 6vw;
|
|
1358
1386
|
}
|
|
1359
1387
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1360
1388
|
margin: 12vh 0 0 0;
|
|
@@ -1363,13 +1391,19 @@ ejs-calendar {
|
|
|
1363
1391
|
color: inherit;
|
|
1364
1392
|
float: left;
|
|
1365
1393
|
font-size: 18px;
|
|
1366
|
-
padding: 2px;
|
|
1367
1394
|
}
|
|
1368
1395
|
@media (min-device-width: 768px) {
|
|
1369
1396
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1370
1397
|
font-size: 24px;
|
|
1371
1398
|
}
|
|
1372
1399
|
}
|
|
1400
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1401
|
+
background: transparent;
|
|
1402
|
+
border-color: transparent;
|
|
1403
|
+
box-shadow: none;
|
|
1404
|
+
font-weight: 400;
|
|
1405
|
+
padding: 0;
|
|
1406
|
+
}
|
|
1373
1407
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1374
1408
|
color: inherit;
|
|
1375
1409
|
float: right;
|
|
@@ -1395,10 +1429,10 @@ ejs-calendar {
|
|
|
1395
1429
|
border-width: 1px 0;
|
|
1396
1430
|
border-color: #dee2e6;
|
|
1397
1431
|
padding: 2vh 2vw;
|
|
1398
|
-
line-height:
|
|
1432
|
+
line-height: 6vh;
|
|
1399
1433
|
}
|
|
1400
1434
|
.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 {
|
|
1401
|
-
margin-left:
|
|
1435
|
+
margin-left: 22vw;
|
|
1402
1436
|
position: absolute;
|
|
1403
1437
|
text-align: center;
|
|
1404
1438
|
vertical-align: middle;
|
|
@@ -1412,13 +1446,19 @@ ejs-calendar {
|
|
|
1412
1446
|
}
|
|
1413
1447
|
.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 {
|
|
1414
1448
|
margin-right: 75vw;
|
|
1449
|
+
vertical-align: inherit;
|
|
1450
|
+
height: 35px;
|
|
1451
|
+
width: 35px;
|
|
1415
1452
|
}
|
|
1416
1453
|
@media (min-device-width: 768px) {
|
|
1417
1454
|
.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 {
|
|
1418
|
-
height:
|
|
1419
|
-
width:
|
|
1455
|
+
height: 55px;
|
|
1456
|
+
width: 55px;
|
|
1420
1457
|
}
|
|
1421
1458
|
}
|
|
1459
|
+
.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 {
|
|
1460
|
+
vertical-align: inherit;
|
|
1461
|
+
}
|
|
1422
1462
|
@media (min-device-width: 768px) {
|
|
1423
1463
|
.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 {
|
|
1424
1464
|
font-size: 24px;
|
|
@@ -1426,6 +1466,18 @@ ejs-calendar {
|
|
|
1426
1466
|
}
|
|
1427
1467
|
.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 {
|
|
1428
1468
|
margin-right: 0;
|
|
1469
|
+
vertical-align: inherit;
|
|
1470
|
+
height: 35px;
|
|
1471
|
+
width: 35px;
|
|
1472
|
+
}
|
|
1473
|
+
@media (min-device-width: 768px) {
|
|
1474
|
+
.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 {
|
|
1475
|
+
height: 55px;
|
|
1476
|
+
width: 55px;
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
.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 {
|
|
1480
|
+
vertical-align: inherit;
|
|
1429
1481
|
}
|
|
1430
1482
|
@media (min-device-width: 768px) {
|
|
1431
1483
|
.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 {
|
|
@@ -1450,15 +1502,11 @@ ejs-calendar {
|
|
|
1450
1502
|
}
|
|
1451
1503
|
}
|
|
1452
1504
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1453
|
-
height:
|
|
1505
|
+
height: 79vh;
|
|
1454
1506
|
}
|
|
1455
1507
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1456
1508
|
display: none;
|
|
1457
1509
|
}
|
|
1458
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1459
|
-
display: block;
|
|
1460
|
-
padding: 5px 0;
|
|
1461
|
-
}
|
|
1462
1510
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1463
1511
|
height: 69vh;
|
|
1464
1512
|
}
|
|
@@ -1517,7 +1565,6 @@ ejs-calendar {
|
|
|
1517
1565
|
@media screen and (orientation: landscape) {
|
|
1518
1566
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1519
1567
|
float: left;
|
|
1520
|
-
padding: 2px;
|
|
1521
1568
|
}
|
|
1522
1569
|
}
|
|
1523
1570
|
@media screen and (orientation: landscape) {
|
|
@@ -1537,7 +1584,7 @@ ejs-calendar {
|
|
|
1537
1584
|
}
|
|
1538
1585
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1539
1586
|
.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 {
|
|
1540
|
-
line-height:
|
|
1587
|
+
line-height: 12vh;
|
|
1541
1588
|
}
|
|
1542
1589
|
}
|
|
1543
1590
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2309,7 +2356,7 @@ ejs-calendar {
|
|
|
2309
2356
|
}
|
|
2310
2357
|
@media (min-device-width: 768px) {
|
|
2311
2358
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2312
|
-
font-size:
|
|
2359
|
+
font-size: 18px;
|
|
2313
2360
|
}
|
|
2314
2361
|
}
|
|
2315
2362
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2344,17 +2391,27 @@ ejs-calendar {
|
|
|
2344
2391
|
padding: 2vh 2vw;
|
|
2345
2392
|
line-height: 5vh;
|
|
2346
2393
|
}
|
|
2347
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2394
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2348
2395
|
height: 36px;
|
|
2349
2396
|
width: 36px;
|
|
2350
2397
|
}
|
|
2351
|
-
|
|
2398
|
+
@media (min-device-width: 768px) {
|
|
2399
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2400
|
+
font-size: 18px;
|
|
2401
|
+
padding: 11px;
|
|
2402
|
+
}
|
|
2403
|
+
}
|
|
2404
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2405
|
+
height: 36px;
|
|
2406
|
+
width: 36px;
|
|
2407
|
+
}
|
|
2408
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2352
2409
|
padding: 10px;
|
|
2353
2410
|
line-height: 1;
|
|
2354
2411
|
}
|
|
2355
2412
|
@media (min-device-width: 768px) {
|
|
2356
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2357
|
-
font-size:
|
|
2413
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2414
|
+
font-size: 18px;
|
|
2358
2415
|
}
|
|
2359
2416
|
}
|
|
2360
2417
|
@media (max-height: 600px) {
|
|
@@ -2369,18 +2426,18 @@ ejs-calendar {
|
|
|
2369
2426
|
}
|
|
2370
2427
|
@media (min-device-width: 768px) {
|
|
2371
2428
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2372
|
-
font-size:
|
|
2429
|
+
font-size: 18px;
|
|
2373
2430
|
}
|
|
2374
2431
|
}
|
|
2375
2432
|
@media (min-device-width: 768px) {
|
|
2376
2433
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2377
|
-
font-size:
|
|
2434
|
+
font-size: 18px;
|
|
2378
2435
|
height: 48px;
|
|
2379
2436
|
}
|
|
2380
2437
|
}
|
|
2381
2438
|
@media (min-device-width: 768px) {
|
|
2382
2439
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2383
|
-
font-size:
|
|
2440
|
+
font-size: 18px;
|
|
2384
2441
|
height: 64px;
|
|
2385
2442
|
width: 64px;
|
|
2386
2443
|
line-height: 64px;
|
|
@@ -2404,12 +2461,6 @@ ejs-calendar {
|
|
|
2404
2461
|
height: 78vh;
|
|
2405
2462
|
}
|
|
2406
2463
|
}
|
|
2407
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2408
|
-
display: block;
|
|
2409
|
-
}
|
|
2410
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2411
|
-
float: right;
|
|
2412
|
-
}
|
|
2413
2464
|
@media (max-height: 600px) {
|
|
2414
2465
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2415
2466
|
min-height: 100%;
|
|
@@ -2457,7 +2508,7 @@ ejs-calendar {
|
|
|
2457
2508
|
}
|
|
2458
2509
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2459
2510
|
height: 10%;
|
|
2460
|
-
padding: 2.5vh 2.5vw;
|
|
2511
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2461
2512
|
display: -ms-flexbox;
|
|
2462
2513
|
display: flex;
|
|
2463
2514
|
-ms-flex-align: center;
|
|
@@ -2467,7 +2518,7 @@ ejs-calendar {
|
|
|
2467
2518
|
}
|
|
2468
2519
|
@media (min-device-width: 768px) {
|
|
2469
2520
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2470
|
-
font-size:
|
|
2521
|
+
font-size: 18px;
|
|
2471
2522
|
}
|
|
2472
2523
|
}
|
|
2473
2524
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2479,14 +2530,14 @@ ejs-calendar {
|
|
|
2479
2530
|
text-transform: capitalize;
|
|
2480
2531
|
}
|
|
2481
2532
|
|
|
2482
|
-
@media screen and (orientation: landscape)
|
|
2483
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2484
|
-
|
|
2533
|
+
@media screen and (orientation: landscape) {
|
|
2534
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2535
|
+
padding: 0;
|
|
2485
2536
|
}
|
|
2486
2537
|
}
|
|
2487
|
-
@media screen and (orientation: landscape) and (min-
|
|
2488
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2489
|
-
|
|
2538
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2539
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2540
|
+
font-size: 18px;
|
|
2490
2541
|
}
|
|
2491
2542
|
}
|
|
2492
2543
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2521,7 +2572,7 @@ ejs-calendar {
|
|
|
2521
2572
|
@media screen and (orientation: landscape) {
|
|
2522
2573
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2523
2574
|
height: 15%;
|
|
2524
|
-
font-size:
|
|
2575
|
+
font-size: 18px;
|
|
2525
2576
|
}
|
|
2526
2577
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2527
2578
|
padding: 1vh 1vw;
|
|
@@ -2548,7 +2599,7 @@ ejs-calendar {
|
|
|
2548
2599
|
@media screen and (orientation: landscape) {
|
|
2549
2600
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2550
2601
|
margin: 0;
|
|
2551
|
-
height:
|
|
2602
|
+
height: 28px;
|
|
2552
2603
|
}
|
|
2553
2604
|
}
|
|
2554
2605
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2558,8 +2609,8 @@ ejs-calendar {
|
|
|
2558
2609
|
}
|
|
2559
2610
|
@media screen and (orientation: landscape) {
|
|
2560
2611
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2561
|
-
margin:
|
|
2562
|
-
font-size:
|
|
2612
|
+
margin: 8px 0;
|
|
2613
|
+
font-size: 16px;
|
|
2563
2614
|
}
|
|
2564
2615
|
}
|
|
2565
2616
|
@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-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
3
|
@import 'bootstrap5-dark-definition.scss';
|
|
4
4
|
@import 'icons/bootstrap5-dark.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/highcontrast-light
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast-light.scss';
|
|
2
2
|
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
3
|
@import 'highcontrast-light-definition.scss';
|
|
4
4
|
@import 'icons/highcontrast-light.scss';
|
|
@@ -38,7 +38,7 @@ $modal-month-line-height: 32px !default;
|
|
|
38
38
|
$modal-portrait-year-font-size: 4vw !default;
|
|
39
39
|
$modal-portrait-header-year-margin: 12vh 0 0 0 !default;
|
|
40
40
|
$modal-portrait-month-font-size: 5vw !default;
|
|
41
|
-
$modal-portrait-header-padding: 2vh
|
|
41
|
+
$modal-portrait-header-padding: 2vh 6vw !default;
|
|
42
42
|
$modal-portrait-month-header-padding: 2vh 2vw !default;
|
|
43
43
|
$modal-month-header-line-height: 5vh !default;
|
|
44
44
|
$modal-month-header-title-line-height: inherit !default;
|
|
@@ -53,7 +53,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
|
|
|
53
53
|
$modal-portrait-cancel-icon-padding: 2px !default;
|
|
54
54
|
$modal-portrait-prev-icon-margin: 75vw !default;
|
|
55
55
|
$modal-portrait-next-icon-margin: 0 !default;
|
|
56
|
-
$modal-portrait-header-title-margin:
|
|
56
|
+
$modal-portrait-header-title-margin: 22vw !default;
|
|
57
57
|
$modal-portrait-header-title-position: absolute !default;
|
|
58
58
|
$modal-portrait-header-title-text: center !default;
|
|
59
59
|
$modal-portrait-header-title-width: 50vw !default;
|
|
@@ -67,7 +67,7 @@ $modal-portrait-footer-display-style: none !default;
|
|
|
67
67
|
// Touch modal popup styles
|
|
68
68
|
$modal-portrait-header-height: 20vh !default;
|
|
69
69
|
$modal-portrait-header-month-height: 10vh !default;
|
|
70
|
-
$modal-portrait-calendar-container-height:
|
|
70
|
+
$modal-portrait-calendar-container-height: 79vh !default;
|
|
71
71
|
$modal-portrait-calendar-min-height: 100% !default;
|
|
72
72
|
$modal-portrait-calendar-min-width: 100% !default;
|
|
73
73
|
$modal-portrait-calendar-height: 100% !default;
|
|
@@ -89,9 +89,9 @@ $modal-landscape-prev-icon-margin: 80vw !default;
|
|
|
89
89
|
$modal-year-landscape-font-size: 3vw !default;
|
|
90
90
|
$modal-month-landscape-font-size: 4vw !default;
|
|
91
91
|
$datepicker-modal-landscape-overflow: visible !default;
|
|
92
|
-
$modal-month-landscape-title-line-height:
|
|
92
|
+
$modal-month-landscape-title-line-height: 12vh !default;
|
|
93
93
|
|
|
94
94
|
// tablet device style changes for modal popup
|
|
95
|
-
$modal-tablet-font-size:
|
|
95
|
+
$modal-tablet-font-size: 18px !default;
|
|
96
96
|
$modal-tablet-content-dimension: 64px !default;
|
|
97
97
|
$modal-tablet-table-header-height: 48px !default;
|
|
@@ -37,7 +37,7 @@ $modal-month-line-height: 32px !default;
|
|
|
37
37
|
$modal-portrait-year-font-size: 4vw !default;
|
|
38
38
|
$modal-portrait-header-year-margin: 12vh 0 0 0 !default;
|
|
39
39
|
$modal-portrait-month-font-size: 5vw !default;
|
|
40
|
-
$modal-portrait-header-padding: 2vh
|
|
40
|
+
$modal-portrait-header-padding: 2vh 6vw !default;
|
|
41
41
|
$modal-portrait-month-header-padding: 2vh 2vw !default;
|
|
42
42
|
$modal-month-header-line-height: 5vh !default;
|
|
43
43
|
$modal-month-header-title-line-height: inherit !default;
|
|
@@ -54,7 +54,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
|
|
|
54
54
|
$modal-portrait-cancel-icon-padding: 2px !default;
|
|
55
55
|
$modal-portrait-prev-icon-margin: 75vw !default;
|
|
56
56
|
$modal-portrait-next-icon-margin: 0 !default;
|
|
57
|
-
$modal-portrait-header-title-margin:
|
|
57
|
+
$modal-portrait-header-title-margin: 22vw !default;
|
|
58
58
|
$modal-portrait-header-title-position: absolute !default;
|
|
59
59
|
$modal-portrait-header-title-text: center !default;
|
|
60
60
|
$modal-portrait-header-title-width: 50vw !default;
|
|
@@ -69,7 +69,7 @@ $modal-portrait-footer-display-style: none !default;
|
|
|
69
69
|
// Touch modal popup styles
|
|
70
70
|
$modal-portrait-header-height: 20vh !default;
|
|
71
71
|
$modal-portrait-header-month-height: 10vh !default;
|
|
72
|
-
$modal-portrait-calendar-container-height:
|
|
72
|
+
$modal-portrait-calendar-container-height: 79vh !default;
|
|
73
73
|
$modal-portrait-calendar-min-height: 100% !default;
|
|
74
74
|
$modal-portrait-calendar-min-width: 100% !default;
|
|
75
75
|
$modal-portrait-calendar-height: 100% !default;
|
|
@@ -88,9 +88,9 @@ $modal-landscape-prev-icon-margin: 80vw !default;
|
|
|
88
88
|
$modal-year-landscape-font-size: 3vw !default;
|
|
89
89
|
$modal-month-landscape-font-size: 4vw !default;
|
|
90
90
|
$datepicker-modal-landscape-overflow: visible !default;
|
|
91
|
-
$modal-month-landscape-title-line-height:
|
|
91
|
+
$modal-month-landscape-title-line-height: 12vh !default;
|
|
92
92
|
|
|
93
93
|
// tablet device style changes for modal popup
|
|
94
|
-
$modal-tablet-font-size:
|
|
94
|
+
$modal-tablet-font-size: 18px !default;
|
|
95
95
|
$modal-tablet-content-dimension: 64px !default;
|
|
96
96
|
$modal-tablet-table-header-height: 48px !default;
|
|
@@ -43,7 +43,7 @@ $modal-month-line-height: 32px !default;
|
|
|
43
43
|
$modal-portrait-year-font-size: 4vw !default;
|
|
44
44
|
$modal-portrait-header-year-margin: 12vh 0 0 0 !default;
|
|
45
45
|
$modal-portrait-month-font-size: 5vw !default;
|
|
46
|
-
$modal-portrait-header-padding: 2vh
|
|
46
|
+
$modal-portrait-header-padding: 2vh 6vw !default;
|
|
47
47
|
$modal-portrait-month-header-padding: 2vh 2vw !default;
|
|
48
48
|
$modal-portrait-month-header-vertical-align: middle !default;
|
|
49
49
|
$modal-month-header-line-height: 5vh !default;
|
|
@@ -59,7 +59,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
|
|
|
59
59
|
$modal-portrait-cancel-icon-padding: 2px !default;
|
|
60
60
|
$modal-portrait-prev-icon-margin: 75vw !default;
|
|
61
61
|
$modal-portrait-next-icon-margin: 0 !default;
|
|
62
|
-
$modal-portrait-header-title-margin:
|
|
62
|
+
$modal-portrait-header-title-margin: 22vw !default;
|
|
63
63
|
$modal-portrait-header-title-position: absolute !default;
|
|
64
64
|
$modal-portrait-header-title-text: center !default;
|
|
65
65
|
$modal-portrait-header-title-width: 50vw !default;
|
|
@@ -74,7 +74,7 @@ $modal-portrait-footer-display-style: none !default;
|
|
|
74
74
|
// Touch modal popup styles
|
|
75
75
|
$modal-portrait-header-height: 20vh !default;
|
|
76
76
|
$modal-portrait-header-month-height: 10vh !default;
|
|
77
|
-
$modal-portrait-calendar-container-height:
|
|
77
|
+
$modal-portrait-calendar-container-height: 79vh !default;
|
|
78
78
|
$modal-portrait-calendar-min-height: 100% !default;
|
|
79
79
|
$modal-portrait-calendar-min-width: 100% !default;
|
|
80
80
|
$modal-portrait-calendar-height: 100% !default;
|
|
@@ -93,9 +93,9 @@ $modal-landscape-prev-icon-margin: 80vw !default;
|
|
|
93
93
|
$modal-year-landscape-font-size: 3vw !default;
|
|
94
94
|
$modal-month-landscape-font-size: 4vw !default;
|
|
95
95
|
$datepicker-modal-landscape-overflow: visible !default;
|
|
96
|
-
$modal-month-landscape-title-line-height:
|
|
96
|
+
$modal-month-landscape-title-line-height: 12vh !default;
|
|
97
97
|
|
|
98
98
|
// tablet device style changes for modal popup
|
|
99
|
-
$modal-tablet-font-size:
|
|
99
|
+
$modal-tablet-font-size: 18px !default;
|
|
100
100
|
$modal-tablet-content-dimension: 64px !default;
|
|
101
101
|
$modal-tablet-table-header-height: 48px !default;
|