@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
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: 1px solid #414141;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -221,6 +233,10 @@
|
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
234
|
padding: 1vh 1vw;
|
|
223
235
|
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
239
|
+
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
226
242
|
height: 85%;
|
|
@@ -289,4 +305,5 @@
|
|
|
289
305
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
290
306
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
291
307
|
color: #f0f0f0;
|
|
308
|
+
font-weight: 500;
|
|
292
309
|
}
|
|
@@ -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 'bootstrap-dark-definition.scss';
|
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: 1px solid #ccc;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -221,6 +233,10 @@
|
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
234
|
padding: 1vh 1vw;
|
|
223
235
|
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
239
|
+
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
226
242
|
height: 85%;
|
|
@@ -289,4 +305,5 @@
|
|
|
289
305
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
290
306
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
291
307
|
color: #333;
|
|
308
|
+
font-weight: 500;
|
|
292
309
|
}
|
|
@@ -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 'bootstrap-definition.scss';
|
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: none;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -221,6 +233,10 @@
|
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
234
|
padding: 1vh 1vw;
|
|
223
235
|
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
239
|
+
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
226
242
|
height: 85%;
|
|
@@ -291,4 +307,5 @@
|
|
|
291
307
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
292
308
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
293
309
|
color: #212529;
|
|
310
|
+
font-weight: 500;
|
|
294
311
|
}
|
|
@@ -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 'bootstrap4-definition.scss';
|
|
@@ -164,15 +164,22 @@
|
|
|
164
164
|
top: 0 !important;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
169
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
170
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
171
|
+
border-radius: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
167
174
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
168
175
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
169
176
|
height: 10%;
|
|
170
|
-
padding: 2.5vh 2.5vw;
|
|
177
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
171
178
|
display: -ms-flexbox;
|
|
172
179
|
display: flex;
|
|
173
180
|
-ms-flex-align: center;
|
|
174
181
|
align-items: center;
|
|
175
|
-
font-size:
|
|
182
|
+
font-size: 2vh;
|
|
176
183
|
border-bottom: 1px solid #444c54;
|
|
177
184
|
}
|
|
178
185
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -184,6 +191,11 @@
|
|
|
184
191
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
185
192
|
padding: 1vh 2vw;
|
|
186
193
|
text-transform: capitalize;
|
|
194
|
+
font-weight: 500;
|
|
195
|
+
}
|
|
196
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
197
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
198
|
+
font-size: 2vh;
|
|
187
199
|
}
|
|
188
200
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
189
201
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -222,6 +234,10 @@
|
|
|
222
234
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
223
235
|
padding: 1vh 1vw;
|
|
224
236
|
}
|
|
237
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
238
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
239
|
+
font-size: 2vw;
|
|
240
|
+
}
|
|
225
241
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
226
242
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
227
243
|
height: 85%;
|
|
@@ -292,4 +308,5 @@
|
|
|
292
308
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
293
309
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
294
310
|
color: #e9ecef;
|
|
311
|
+
font-weight: 500;
|
|
295
312
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
4
|
@import 'bootstrap5-dark-definition.scss';
|
|
@@ -164,15 +164,22 @@
|
|
|
164
164
|
top: 0 !important;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
169
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
170
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
171
|
+
border-radius: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
167
174
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
168
175
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
169
176
|
height: 10%;
|
|
170
|
-
padding: 2.5vh 2.5vw;
|
|
177
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
171
178
|
display: -ms-flexbox;
|
|
172
179
|
display: flex;
|
|
173
180
|
-ms-flex-align: center;
|
|
174
181
|
align-items: center;
|
|
175
|
-
font-size:
|
|
182
|
+
font-size: 2vh;
|
|
176
183
|
border-bottom: 1px solid #dee2e6;
|
|
177
184
|
}
|
|
178
185
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -184,6 +191,11 @@
|
|
|
184
191
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
185
192
|
padding: 1vh 2vw;
|
|
186
193
|
text-transform: capitalize;
|
|
194
|
+
font-weight: 500;
|
|
195
|
+
}
|
|
196
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
197
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
198
|
+
font-size: 2vh;
|
|
187
199
|
}
|
|
188
200
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
189
201
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -222,6 +234,10 @@
|
|
|
222
234
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
223
235
|
padding: 1vh 1vw;
|
|
224
236
|
}
|
|
237
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
238
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
239
|
+
font-size: 2vw;
|
|
240
|
+
}
|
|
225
241
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
226
242
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
227
243
|
height: 85%;
|
|
@@ -292,4 +308,5 @@
|
|
|
292
308
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
293
309
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
294
310
|
color: #343a40;
|
|
311
|
+
font-weight: 500;
|
|
295
312
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/bootstrap5
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
4
|
@import 'bootstrap5-definition.scss';
|
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: none;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -221,6 +233,10 @@
|
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
234
|
padding: 1vh 1vw;
|
|
223
235
|
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
239
|
+
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
226
242
|
height: 85%;
|
|
@@ -289,4 +305,5 @@
|
|
|
289
305
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
290
306
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
291
307
|
color: #fff;
|
|
308
|
+
font-weight: 500;
|
|
292
309
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fabric-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fabric-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
4
|
@import 'fabric-dark-definition.scss';
|
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: none;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -203,7 +215,7 @@
|
|
|
203
215
|
@media (min-device-width: 768px) {
|
|
204
216
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
|
|
205
217
|
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
|
|
206
|
-
font-size:
|
|
218
|
+
font-size: 18px;
|
|
207
219
|
}
|
|
208
220
|
}
|
|
209
221
|
|
|
@@ -215,11 +227,15 @@
|
|
|
215
227
|
}
|
|
216
228
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
217
229
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
218
|
-
padding: 1vh
|
|
230
|
+
padding: 1vh 2vw;
|
|
219
231
|
}
|
|
220
232
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
|
-
padding: 1vh
|
|
234
|
+
padding: 1vh 2vw;
|
|
235
|
+
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
223
239
|
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -289,4 +305,5 @@
|
|
|
289
305
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
290
306
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
291
307
|
color: #333;
|
|
308
|
+
font-weight: 500;
|
|
292
309
|
}
|
|
@@ -164,15 +164,22 @@
|
|
|
164
164
|
top: 0 !important;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
169
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
170
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
171
|
+
border-radius: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
167
174
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
168
175
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
169
176
|
height: 10%;
|
|
170
|
-
padding: 2.5vh 2.5vw;
|
|
177
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
171
178
|
display: -ms-flexbox;
|
|
172
179
|
display: flex;
|
|
173
180
|
-ms-flex-align: center;
|
|
174
181
|
align-items: center;
|
|
175
|
-
font-size:
|
|
182
|
+
font-size: 2vh;
|
|
176
183
|
border-bottom: none;
|
|
177
184
|
}
|
|
178
185
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -184,6 +191,11 @@
|
|
|
184
191
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
185
192
|
padding: 1vh 2vw;
|
|
186
193
|
text-transform: capitalize;
|
|
194
|
+
font-weight: 500;
|
|
195
|
+
}
|
|
196
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
197
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
198
|
+
font-size: 2vh;
|
|
187
199
|
}
|
|
188
200
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
189
201
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -222,6 +234,10 @@
|
|
|
222
234
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
223
235
|
padding: 1vh 1vw;
|
|
224
236
|
}
|
|
237
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
238
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
239
|
+
font-size: 2vw;
|
|
240
|
+
}
|
|
225
241
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
226
242
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
227
243
|
height: 85%;
|
|
@@ -290,4 +306,5 @@
|
|
|
290
306
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
291
307
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
292
308
|
color: #1b1a19;
|
|
309
|
+
font-weight: 500;
|
|
293
310
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/fluent-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/fluent-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
4
|
@import 'fluent-dark-definition.scss';
|
|
@@ -164,15 +164,22 @@
|
|
|
164
164
|
top: 0 !important;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
169
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
170
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
171
|
+
border-radius: 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
167
174
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
168
175
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
169
176
|
height: 10%;
|
|
170
|
-
padding: 2.5vh 2.5vw;
|
|
177
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
171
178
|
display: -ms-flexbox;
|
|
172
179
|
display: flex;
|
|
173
180
|
-ms-flex-align: center;
|
|
174
181
|
align-items: center;
|
|
175
|
-
font-size:
|
|
182
|
+
font-size: 2vh;
|
|
176
183
|
border-bottom: none;
|
|
177
184
|
}
|
|
178
185
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -184,6 +191,11 @@
|
|
|
184
191
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
185
192
|
padding: 1vh 2vw;
|
|
186
193
|
text-transform: capitalize;
|
|
194
|
+
font-weight: 500;
|
|
195
|
+
}
|
|
196
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
197
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
198
|
+
font-size: 2vh;
|
|
187
199
|
}
|
|
188
200
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
189
201
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -222,6 +234,10 @@
|
|
|
222
234
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
223
235
|
padding: 1vh 1vw;
|
|
224
236
|
}
|
|
237
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
238
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
239
|
+
font-size: 2vw;
|
|
240
|
+
}
|
|
225
241
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
226
242
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
227
243
|
height: 85%;
|
|
@@ -290,4 +306,5 @@
|
|
|
290
306
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
291
307
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
292
308
|
color: #fff;
|
|
309
|
+
font-weight: 500;
|
|
293
310
|
}
|
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: 1px solid #757575;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -221,6 +233,10 @@
|
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
234
|
padding: 1vh 1vw;
|
|
223
235
|
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
239
|
+
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
226
242
|
height: 85%;
|
|
@@ -289,4 +305,5 @@
|
|
|
289
305
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
290
306
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
291
307
|
color: #000;
|
|
308
|
+
font-weight: 500;
|
|
292
309
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/highcontrast-light
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast-light.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
4
4
|
@import 'highcontrast-light-definition.scss';
|
|
@@ -163,15 +163,22 @@
|
|
|
163
163
|
top: 0 !important;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
167
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
168
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
169
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
|
|
166
173
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
167
174
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
168
175
|
height: 10%;
|
|
169
|
-
padding: 2.5vh 2.5vw;
|
|
176
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
170
177
|
display: -ms-flexbox;
|
|
171
178
|
display: flex;
|
|
172
179
|
-ms-flex-align: center;
|
|
173
180
|
align-items: center;
|
|
174
|
-
font-size:
|
|
181
|
+
font-size: 2vh;
|
|
175
182
|
border-bottom: 1px solid #969696;
|
|
176
183
|
}
|
|
177
184
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -183,6 +190,11 @@
|
|
|
183
190
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
184
191
|
padding: 1vh 2vw;
|
|
185
192
|
text-transform: capitalize;
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
}
|
|
195
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
196
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
197
|
+
font-size: 2vh;
|
|
186
198
|
}
|
|
187
199
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
188
200
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -221,6 +233,10 @@
|
|
|
221
233
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
222
234
|
padding: 1vh 1vw;
|
|
223
235
|
}
|
|
236
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
237
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
238
|
+
font-size: 2vw;
|
|
239
|
+
}
|
|
224
240
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
225
241
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
226
242
|
height: 85%;
|
|
@@ -289,4 +305,5 @@
|
|
|
289
305
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
290
306
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
291
307
|
color: #fff;
|
|
308
|
+
font-weight: 500;
|
|
292
309
|
}
|