@syncfusion/ej2-angular-calendars 20.2.46-ngcc → 20.2.50-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +190 -0
  9. package/styles/bootstrap.css +190 -0
  10. package/styles/bootstrap4.css +190 -0
  11. package/styles/bootstrap5-dark.css +190 -0
  12. package/styles/bootstrap5.css +190 -0
  13. package/styles/datepicker/bootstrap-dark.css +79 -0
  14. package/styles/datepicker/bootstrap.css +79 -0
  15. package/styles/datepicker/bootstrap4.css +79 -0
  16. package/styles/datepicker/bootstrap5-dark.css +79 -0
  17. package/styles/datepicker/bootstrap5.css +79 -0
  18. package/styles/datepicker/fabric-dark.css +79 -0
  19. package/styles/datepicker/fabric.css +79 -0
  20. package/styles/datepicker/fluent-dark.css +79 -0
  21. package/styles/datepicker/fluent.css +79 -0
  22. package/styles/datepicker/highcontrast-light.css +79 -0
  23. package/styles/datepicker/highcontrast.css +79 -0
  24. package/styles/datepicker/material-dark.css +79 -0
  25. package/styles/datepicker/material.css +79 -0
  26. package/styles/datepicker/tailwind-dark.css +79 -0
  27. package/styles/datepicker/tailwind.css +79 -0
  28. package/styles/daterangepicker/bootstrap-dark.css +111 -0
  29. package/styles/daterangepicker/bootstrap.css +111 -0
  30. package/styles/daterangepicker/bootstrap4.css +111 -0
  31. package/styles/daterangepicker/bootstrap5-dark.css +111 -0
  32. package/styles/daterangepicker/bootstrap5.css +111 -0
  33. package/styles/daterangepicker/fabric-dark.css +111 -0
  34. package/styles/daterangepicker/fabric.css +111 -0
  35. package/styles/daterangepicker/fluent-dark.css +111 -0
  36. package/styles/daterangepicker/fluent.css +111 -0
  37. package/styles/daterangepicker/highcontrast-light.css +111 -0
  38. package/styles/daterangepicker/highcontrast.css +111 -0
  39. package/styles/daterangepicker/material-dark.css +111 -0
  40. package/styles/daterangepicker/material.css +111 -0
  41. package/styles/daterangepicker/tailwind-dark.css +111 -0
  42. package/styles/daterangepicker/tailwind.css +111 -0
  43. package/styles/fabric-dark.css +190 -0
  44. package/styles/fabric.css +190 -0
  45. package/styles/fluent-dark.css +190 -0
  46. package/styles/fluent.css +190 -0
  47. package/styles/highcontrast-light.css +190 -0
  48. package/styles/highcontrast.css +190 -0
  49. package/styles/material-dark.css +190 -0
  50. package/styles/material.css +190 -0
  51. package/styles/tailwind-dark.css +190 -0
  52. package/styles/tailwind.css +190 -0
@@ -1261,6 +1261,10 @@ ejs-calendar {
1261
1261
  top: 0 !important;
1262
1262
  left: 0 !important;
1263
1263
  }
1264
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1265
+ min-width: 100%;
1266
+ min-height: 100%;
1267
+ }
1264
1268
 
1265
1269
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1266
1270
  background-size: 250px 33px;
@@ -1273,6 +1277,40 @@ ejs-calendar {
1273
1277
  min-height: 40px;
1274
1278
  }
1275
1279
 
1280
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1281
+ height: 15%;
1282
+ }
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1284
+ float: right;
1285
+ margin-right: 10px;
1286
+ padding: 5px;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1289
+ content: "\e932";
1290
+ font-family: "e-icons";
1291
+ color: rgb(255, 255, 255);
1292
+ }
1293
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1294
+ min-width: 100%;
1295
+ min-height: 100%;
1296
+ height: 100%;
1297
+ }
1298
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1299
+ height: 10%;
1300
+ }
1301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1302
+ height: 85%;
1303
+ }
1304
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1305
+ height: 10%;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1308
+ height: 80%;
1309
+ }
1310
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1311
+ height: 100%;
1312
+ }
1313
+
1276
1314
  @media screen and (orientation: landscape) and (max-height: 360px) {
1277
1315
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1278
1316
  display: inline-block;
@@ -1280,6 +1318,47 @@ ejs-calendar {
1280
1318
  overflow: auto;
1281
1319
  }
1282
1320
  }
1321
+ @media screen and (orientation: landscape) {
1322
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1323
+ float: left;
1324
+ height: 100%;
1325
+ width: 30%;
1326
+ }
1327
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1328
+ float: left;
1329
+ padding: 5px;
1330
+ }
1331
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1332
+ font-size: 35px;
1333
+ margin-top: 35%;
1334
+ }
1335
+ .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 {
1336
+ display: block;
1337
+ font-size: 40px;
1338
+ margin-top: 10%;
1339
+ }
1340
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1341
+ height: 10%;
1342
+ }
1343
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1344
+ height: 75%;
1345
+ }
1346
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1347
+ display: -ms-flexbox;
1348
+ display: flex;
1349
+ }
1350
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1351
+ float: right;
1352
+ height: 90%;
1353
+ width: 70%;
1354
+ }
1355
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1356
+ display: table-row-group;
1357
+ }
1358
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1359
+ height: 100%;
1360
+ }
1361
+ }
1283
1362
  .e-datepicker.e-popup-wrapper,
1284
1363
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1285
1364
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1969,6 +2048,12 @@ ejs-calendar {
1969
2048
  top: 0 !important;
1970
2049
  left: 0 !important;
1971
2050
  }
2051
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2052
+ min-height: 100%;
2053
+ min-width: 100%;
2054
+ height: 100%;
2055
+ width: 100%;
2056
+ }
1972
2057
 
1973
2058
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1974
2059
  background-size: 250px 33px;
@@ -1981,6 +2066,111 @@ ejs-calendar {
1981
2066
  min-height: 40px;
1982
2067
  }
1983
2068
 
2069
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2071
+ min-height: 100%;
2072
+ min-width: 100%;
2073
+ height: 100%;
2074
+ width: 100%;
2075
+ }
2076
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2077
+ height: 100%;
2078
+ }
2079
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2080
+ height: 78%;
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2083
+ height: 90%;
2084
+ }
2085
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2086
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2087
+ height: 10%;
2088
+ }
2089
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2090
+ margin: 0;
2091
+ }
2092
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2093
+ height: 90%;
2094
+ }
2095
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2096
+ height: 100%;
2097
+ border-spacing: 0px 30px;
2098
+ }
2099
+
2100
+ @media screen and (orientation: landscape) {
2101
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2102
+ float: left;
2103
+ height: 100%;
2104
+ border-right: 1.5px;
2105
+ border-color: black;
2106
+ width: 40%;
2107
+ margin: 0;
2108
+ display: block;
2109
+ background-color: #3f51b5;
2110
+ }
2111
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2112
+ height: 100%;
2113
+ width: 100%;
2114
+ }
2115
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2116
+ display: block;
2117
+ width: 100%;
2118
+ text-align: -webkit-center;
2119
+ }
2120
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2121
+ display: block;
2122
+ width: 100%;
2123
+ text-align: -webkit-center;
2124
+ margin-top: 20%;
2125
+ font-size: 20px;
2126
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2127
+ }
2128
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2129
+ font-size: 20px;
2130
+ margin-top: 60%;
2131
+ color: #fff;
2132
+ }
2133
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2134
+ width: 100%;
2135
+ text-align: -webkit-center;
2136
+ margin-top: 20%;
2137
+ font-size: 20px;
2138
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2139
+ }
2140
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2141
+ height: 82%;
2142
+ }
2143
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2144
+ height: 80%;
2145
+ }
2146
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2147
+ border-spacing: unset;
2148
+ }
2149
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2150
+ height: 20%;
2151
+ }
2152
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2153
+ width: 100%;
2154
+ }
2155
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2156
+ display: -ms-flexbox;
2157
+ display: flex;
2158
+ }
2159
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2160
+ border-radius: 0 40% 40% 0;
2161
+ }
2162
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2163
+ border-radius: 0 40% 40% 0;
2164
+ }
2165
+ }
2166
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2167
+ width: calc(100% - 80px);
2168
+ }
2169
+
2170
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2171
+ width: calc(100% - 110px);
2172
+ }
2173
+
1984
2174
  /*! daterangepicker theme */
1985
2175
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1986
2176
  color: #fff;
@@ -1261,6 +1261,10 @@ ejs-calendar {
1261
1261
  top: 0 !important;
1262
1262
  left: 0 !important;
1263
1263
  }
1264
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1265
+ min-width: 100%;
1266
+ min-height: 100%;
1267
+ }
1264
1268
 
1265
1269
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1266
1270
  background-size: 250px 33px;
@@ -1273,6 +1277,40 @@ ejs-calendar {
1273
1277
  min-height: 40px;
1274
1278
  }
1275
1279
 
1280
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1281
+ height: 15%;
1282
+ }
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1284
+ float: right;
1285
+ margin-right: 10px;
1286
+ padding: 5px;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1289
+ content: "\e932";
1290
+ font-family: "e-icons";
1291
+ color: rgb(255, 255, 255);
1292
+ }
1293
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1294
+ min-width: 100%;
1295
+ min-height: 100%;
1296
+ height: 100%;
1297
+ }
1298
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1299
+ height: 10%;
1300
+ }
1301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1302
+ height: 85%;
1303
+ }
1304
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1305
+ height: 10%;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1308
+ height: 80%;
1309
+ }
1310
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1311
+ height: 100%;
1312
+ }
1313
+
1276
1314
  @media screen and (orientation: landscape) and (max-height: 360px) {
1277
1315
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1278
1316
  display: inline-block;
@@ -1280,6 +1318,47 @@ ejs-calendar {
1280
1318
  overflow: auto;
1281
1319
  }
1282
1320
  }
1321
+ @media screen and (orientation: landscape) {
1322
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1323
+ float: left;
1324
+ height: 100%;
1325
+ width: 30%;
1326
+ }
1327
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1328
+ float: left;
1329
+ padding: 5px;
1330
+ }
1331
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1332
+ font-size: 35px;
1333
+ margin-top: 35%;
1334
+ }
1335
+ .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 {
1336
+ display: block;
1337
+ font-size: 40px;
1338
+ margin-top: 10%;
1339
+ }
1340
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1341
+ height: 10%;
1342
+ }
1343
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1344
+ height: 75%;
1345
+ }
1346
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1347
+ display: -ms-flexbox;
1348
+ display: flex;
1349
+ }
1350
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1351
+ float: right;
1352
+ height: 90%;
1353
+ width: 70%;
1354
+ }
1355
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1356
+ display: table-row-group;
1357
+ }
1358
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1359
+ height: 100%;
1360
+ }
1361
+ }
1283
1362
  .e-datepicker.e-popup-wrapper,
1284
1363
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1285
1364
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1969,6 +2048,12 @@ ejs-calendar {
1969
2048
  top: 0 !important;
1970
2049
  left: 0 !important;
1971
2050
  }
2051
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2052
+ min-height: 100%;
2053
+ min-width: 100%;
2054
+ height: 100%;
2055
+ width: 100%;
2056
+ }
1972
2057
 
1973
2058
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1974
2059
  background-size: 250px 33px;
@@ -1981,6 +2066,111 @@ ejs-calendar {
1981
2066
  min-height: 40px;
1982
2067
  }
1983
2068
 
2069
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2071
+ min-height: 100%;
2072
+ min-width: 100%;
2073
+ height: 100%;
2074
+ width: 100%;
2075
+ }
2076
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2077
+ height: 100%;
2078
+ }
2079
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2080
+ height: 78%;
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2083
+ height: 90%;
2084
+ }
2085
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2086
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2087
+ height: 10%;
2088
+ }
2089
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2090
+ margin: 0;
2091
+ }
2092
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2093
+ height: 90%;
2094
+ }
2095
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2096
+ height: 100%;
2097
+ border-spacing: 0px 30px;
2098
+ }
2099
+
2100
+ @media screen and (orientation: landscape) {
2101
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2102
+ float: left;
2103
+ height: 100%;
2104
+ border-right: 1.5px;
2105
+ border-color: black;
2106
+ width: 40%;
2107
+ margin: 0;
2108
+ display: block;
2109
+ background-color: #3f51b5;
2110
+ }
2111
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2112
+ height: 100%;
2113
+ width: 100%;
2114
+ }
2115
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2116
+ display: block;
2117
+ width: 100%;
2118
+ text-align: -webkit-center;
2119
+ }
2120
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2121
+ display: block;
2122
+ width: 100%;
2123
+ text-align: -webkit-center;
2124
+ margin-top: 20%;
2125
+ font-size: 20px;
2126
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2127
+ }
2128
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2129
+ font-size: 20px;
2130
+ margin-top: 60%;
2131
+ color: #fff;
2132
+ }
2133
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2134
+ width: 100%;
2135
+ text-align: -webkit-center;
2136
+ margin-top: 20%;
2137
+ font-size: 20px;
2138
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2139
+ }
2140
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2141
+ height: 82%;
2142
+ }
2143
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2144
+ height: 80%;
2145
+ }
2146
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2147
+ border-spacing: unset;
2148
+ }
2149
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2150
+ height: 20%;
2151
+ }
2152
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2153
+ width: 100%;
2154
+ }
2155
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2156
+ display: -ms-flexbox;
2157
+ display: flex;
2158
+ }
2159
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2160
+ border-radius: 0 40% 40% 0;
2161
+ }
2162
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2163
+ border-radius: 0 40% 40% 0;
2164
+ }
2165
+ }
2166
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2167
+ width: calc(100% - 80px);
2168
+ }
2169
+
2170
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2171
+ width: calc(100% - 110px);
2172
+ }
2173
+
1984
2174
  /*! daterangepicker theme */
1985
2175
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1986
2176
  color: #111827;