@syncfusion/blazor-themes 24.2.6 → 24.2.7

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 (54) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +58 -1
  2. package/SCSS-Themes/bootstrap.scss +58 -1
  3. package/SCSS-Themes/bootstrap4.scss +60 -3
  4. package/SCSS-Themes/bootstrap5-dark.scss +58 -1
  5. package/SCSS-Themes/bootstrap5.scss +58 -1
  6. package/SCSS-Themes/buttons/button/tailwind-dark.scss +1 -1
  7. package/SCSS-Themes/buttons/button/tailwind.scss +1 -1
  8. package/SCSS-Themes/fabric-dark.scss +58 -1
  9. package/SCSS-Themes/fabric.scss +58 -1
  10. package/SCSS-Themes/fluent-dark.scss +60 -3
  11. package/SCSS-Themes/fluent.scss +60 -3
  12. package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -2
  13. package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -2
  14. package/SCSS-Themes/grids/grid/fluent.scss +2 -2
  15. package/SCSS-Themes/highcontrast.scss +58 -1
  16. package/SCSS-Themes/material-dark.scss +58 -1
  17. package/SCSS-Themes/material.scss +58 -1
  18. package/SCSS-Themes/material3-dark.scss +58 -1
  19. package/SCSS-Themes/material3.scss +58 -1
  20. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
  21. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
  22. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
  23. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +1 -1
  24. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
  25. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
  26. package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
  27. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
  28. package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
  29. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
  30. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
  31. package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
  32. package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +1 -1
  33. package/SCSS-Themes/pivotview/pivotview/material3.scss +1 -1
  34. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
  35. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
  36. package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +57 -0
  37. package/SCSS-Themes/schedule/schedule/bootstrap.scss +57 -0
  38. package/SCSS-Themes/schedule/schedule/bootstrap4.scss +57 -0
  39. package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +57 -0
  40. package/SCSS-Themes/schedule/schedule/bootstrap5.scss +57 -0
  41. package/SCSS-Themes/schedule/schedule/fabric-dark.scss +57 -0
  42. package/SCSS-Themes/schedule/schedule/fabric.scss +57 -0
  43. package/SCSS-Themes/schedule/schedule/fluent-dark.scss +57 -0
  44. package/SCSS-Themes/schedule/schedule/fluent.scss +57 -0
  45. package/SCSS-Themes/schedule/schedule/highcontrast.scss +57 -0
  46. package/SCSS-Themes/schedule/schedule/material-dark.scss +57 -0
  47. package/SCSS-Themes/schedule/schedule/material.scss +57 -0
  48. package/SCSS-Themes/schedule/schedule/material3-dark.scss +57 -0
  49. package/SCSS-Themes/schedule/schedule/material3.scss +57 -0
  50. package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +57 -0
  51. package/SCSS-Themes/schedule/schedule/tailwind.scss +57 -0
  52. package/SCSS-Themes/tailwind-dark.scss +59 -2
  53. package/SCSS-Themes/tailwind.scss +59 -2
  54. package/package.json +1 -1
@@ -196,6 +196,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
196
196
  $schedule-tbar-right-active-items-btn-border: none !default;
197
197
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
198
198
  $schedule-device-tbar-right-items-btn-border: none !default;
199
+ $schedule-device-font-size: 8px !default;
199
200
 
200
201
  $schedule-content-nrml-font-text-transform: initial !default;
201
202
  $schedule-header-hover-border-radius: 0% !default;
@@ -541,6 +542,28 @@ $schedule-tree-content-color: #fff !default;
541
542
  }
542
543
  }
543
544
 
545
+ @media screen and (max-width: 320px) {
546
+ .e-schedule-toolbar {
547
+ .e-toolbar-pop {
548
+ width: 100%;
549
+
550
+ .e-toolbar-item .e-tbar-btn.e-btn {
551
+ padding-left: 7px;
552
+ }
553
+
554
+ &.e-rtl {
555
+ .e-toolbar-item .e-tbar-btn.e-btn {
556
+ padding-right: 7px;
557
+ }
558
+ }
559
+ }
560
+
561
+ .e-tbar-btn .e-tbar-btn-text {
562
+ font-size: $schedule-device-font-size;
563
+ }
564
+ }
565
+ }
566
+
544
567
  .e-schedule-resource-toolbar {
545
568
  background: $schedule-tbar-default-bg;
546
569
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3434,7 +3457,24 @@ $schedule-tree-content-color: #fff !default;
3434
3457
  }
3435
3458
  }
3436
3459
  }
3460
+
3461
+ /*! schedule event window for smaller viewports*/
3462
+ @media screen and (max-width: 320px) {
3463
+ .e-schedule-dialog.e-popup.e-popup-open {
3464
+ max-height: 350px;
3465
+ min-width: 100%;
3466
+ }
3437
3467
 
3468
+ .e-schedule-dialog {
3469
+ .e-all-day-container {
3470
+ padding-bottom: 10px;
3471
+ }
3472
+
3473
+ .e-all-day-time-zone-row {
3474
+ display: block;
3475
+ }
3476
+ }
3477
+ }
3438
3478
  .e-ddl.e-popup {
3439
3479
  .e-resource-template {
3440
3480
  display: flex;
@@ -4118,6 +4158,23 @@ $schedule-tree-content-color: #fff !default;
4118
4158
  }
4119
4159
  }
4120
4160
 
4161
+ /*! schedule quick popup for smaller viewports */
4162
+ @media screen and (max-width: 320px) {
4163
+ .e-quick-popup-wrapper {
4164
+ min-width: 100%;
4165
+
4166
+ .e-popup-footer {
4167
+ padding-left: 5px;
4168
+ }
4169
+
4170
+ &.e-rtl {
4171
+ .e-popup-footer {
4172
+ padding-right: 5px;
4173
+ }
4174
+ }
4175
+ }
4176
+ }
4177
+
4121
4178
  .e-bigger .e-quick-popup-wrapper {
4122
4179
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4123
4180
  font-size: 24px;
@@ -195,6 +195,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
195
195
  $schedule-tbar-right-active-items-btn-border: none !default;
196
196
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
197
197
  $schedule-device-tbar-right-items-btn-border: none !default;
198
+ $schedule-device-font-size: 8px !default;
198
199
 
199
200
  $schedule-content-nrml-font-text-transform: initial !default;
200
201
  $schedule-header-hover-border-radius: 0% !default;
@@ -542,6 +543,28 @@ $schedule-tree-content-color: $shadow !default;
542
543
  }
543
544
  }
544
545
 
546
+ @media screen and (max-width: 320px) {
547
+ .e-schedule-toolbar {
548
+ .e-toolbar-pop {
549
+ width: 100%;
550
+
551
+ .e-toolbar-item .e-tbar-btn.e-btn {
552
+ padding-left: 7px;
553
+ }
554
+
555
+ &.e-rtl {
556
+ .e-toolbar-item .e-tbar-btn.e-btn {
557
+ padding-right: 7px;
558
+ }
559
+ }
560
+ }
561
+
562
+ .e-tbar-btn .e-tbar-btn-text {
563
+ font-size: $schedule-device-font-size;
564
+ }
565
+ }
566
+ }
567
+
545
568
  .e-schedule-resource-toolbar {
546
569
  background: $schedule-tbar-default-bg;
547
570
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3435,7 +3458,24 @@ $schedule-tree-content-color: $shadow !default;
3435
3458
  }
3436
3459
  }
3437
3460
  }
3461
+
3462
+ /*! schedule event window for smaller viewports*/
3463
+ @media screen and (max-width: 320px) {
3464
+ .e-schedule-dialog.e-popup.e-popup-open {
3465
+ max-height: 350px;
3466
+ min-width: 100%;
3467
+ }
3438
3468
 
3469
+ .e-schedule-dialog {
3470
+ .e-all-day-container {
3471
+ padding-bottom: 10px;
3472
+ }
3473
+
3474
+ .e-all-day-time-zone-row {
3475
+ display: block;
3476
+ }
3477
+ }
3478
+ }
3439
3479
  .e-ddl.e-popup {
3440
3480
  .e-resource-template {
3441
3481
  display: flex;
@@ -4119,6 +4159,23 @@ $schedule-tree-content-color: $shadow !default;
4119
4159
  }
4120
4160
  }
4121
4161
 
4162
+ /*! schedule quick popup for smaller viewports */
4163
+ @media screen and (max-width: 320px) {
4164
+ .e-quick-popup-wrapper {
4165
+ min-width: 100%;
4166
+
4167
+ .e-popup-footer {
4168
+ padding-left: 5px;
4169
+ }
4170
+
4171
+ &.e-rtl {
4172
+ .e-popup-footer {
4173
+ padding-right: 5px;
4174
+ }
4175
+ }
4176
+ }
4177
+ }
4178
+
4122
4179
  .e-bigger .e-quick-popup-wrapper {
4123
4180
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4124
4181
  font-size: 24px;
@@ -198,6 +198,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
198
198
  $schedule-tbar-right-active-items-btn-border: none !default;
199
199
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
200
200
  $schedule-device-tbar-right-items-btn-border: none !default;
201
+ $schedule-device-font-size: 8px !default;
201
202
 
202
203
  $schedule-content-nrml-font-text-transform: none !default;
203
204
  $schedule-header-hover-border-radius: 4px !default;
@@ -547,6 +548,28 @@ $schedule-tree-content-color: $content-text-color-alt2;
547
548
  }
548
549
  }
549
550
 
551
+ @media screen and (max-width: 320px) {
552
+ .e-schedule-toolbar {
553
+ .e-toolbar-pop {
554
+ width: 100%;
555
+
556
+ .e-toolbar-item .e-tbar-btn.e-btn {
557
+ padding-left: 7px;
558
+ }
559
+
560
+ &.e-rtl {
561
+ .e-toolbar-item .e-tbar-btn.e-btn {
562
+ padding-right: 7px;
563
+ }
564
+ }
565
+ }
566
+
567
+ .e-tbar-btn .e-tbar-btn-text {
568
+ font-size: $schedule-device-font-size;
569
+ }
570
+ }
571
+ }
572
+
550
573
  .e-schedule-resource-toolbar {
551
574
  background: $schedule-tbar-default-bg;
552
575
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3440,7 +3463,24 @@ $schedule-tree-content-color: $content-text-color-alt2;
3440
3463
  }
3441
3464
  }
3442
3465
  }
3466
+
3467
+ /*! schedule event window for smaller viewports*/
3468
+ @media screen and (max-width: 320px) {
3469
+ .e-schedule-dialog.e-popup.e-popup-open {
3470
+ max-height: 350px;
3471
+ min-width: 100%;
3472
+ }
3443
3473
 
3474
+ .e-schedule-dialog {
3475
+ .e-all-day-container {
3476
+ padding-bottom: 10px;
3477
+ }
3478
+
3479
+ .e-all-day-time-zone-row {
3480
+ display: block;
3481
+ }
3482
+ }
3483
+ }
3444
3484
  .e-ddl.e-popup {
3445
3485
  .e-resource-template {
3446
3486
  display: flex;
@@ -4124,6 +4164,23 @@ $schedule-tree-content-color: $content-text-color-alt2;
4124
4164
  }
4125
4165
  }
4126
4166
 
4167
+ /*! schedule quick popup for smaller viewports */
4168
+ @media screen and (max-width: 320px) {
4169
+ .e-quick-popup-wrapper {
4170
+ min-width: 100%;
4171
+
4172
+ .e-popup-footer {
4173
+ padding-left: 5px;
4174
+ }
4175
+
4176
+ &.e-rtl {
4177
+ .e-popup-footer {
4178
+ padding-right: 5px;
4179
+ }
4180
+ }
4181
+ }
4182
+ }
4183
+
4127
4184
  .e-bigger .e-quick-popup-wrapper {
4128
4185
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4129
4186
  font-size: 24px;
@@ -198,6 +198,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
198
198
  $schedule-tbar-right-active-items-btn-border: none !default;
199
199
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
200
200
  $schedule-device-tbar-right-items-btn-border: none !default;
201
+ $schedule-device-font-size: 8px !default;
201
202
 
202
203
  $schedule-content-nrml-font-text-transform: none !default;
203
204
  $schedule-header-hover-border-radius: 4px !default;
@@ -547,6 +548,28 @@ $schedule-tree-content-color: $content-text-color-alt2;
547
548
  }
548
549
  }
549
550
 
551
+ @media screen and (max-width: 320px) {
552
+ .e-schedule-toolbar {
553
+ .e-toolbar-pop {
554
+ width: 100%;
555
+
556
+ .e-toolbar-item .e-tbar-btn.e-btn {
557
+ padding-left: 7px;
558
+ }
559
+
560
+ &.e-rtl {
561
+ .e-toolbar-item .e-tbar-btn.e-btn {
562
+ padding-right: 7px;
563
+ }
564
+ }
565
+ }
566
+
567
+ .e-tbar-btn .e-tbar-btn-text {
568
+ font-size: $schedule-device-font-size;
569
+ }
570
+ }
571
+ }
572
+
550
573
  .e-schedule-resource-toolbar {
551
574
  background: $schedule-tbar-default-bg;
552
575
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3440,7 +3463,24 @@ $schedule-tree-content-color: $content-text-color-alt2;
3440
3463
  }
3441
3464
  }
3442
3465
  }
3466
+
3467
+ /*! schedule event window for smaller viewports*/
3468
+ @media screen and (max-width: 320px) {
3469
+ .e-schedule-dialog.e-popup.e-popup-open {
3470
+ max-height: 350px;
3471
+ min-width: 100%;
3472
+ }
3443
3473
 
3474
+ .e-schedule-dialog {
3475
+ .e-all-day-container {
3476
+ padding-bottom: 10px;
3477
+ }
3478
+
3479
+ .e-all-day-time-zone-row {
3480
+ display: block;
3481
+ }
3482
+ }
3483
+ }
3444
3484
  .e-ddl.e-popup {
3445
3485
  .e-resource-template {
3446
3486
  display: flex;
@@ -4124,6 +4164,23 @@ $schedule-tree-content-color: $content-text-color-alt2;
4124
4164
  }
4125
4165
  }
4126
4166
 
4167
+ /*! schedule quick popup for smaller viewports */
4168
+ @media screen and (max-width: 320px) {
4169
+ .e-quick-popup-wrapper {
4170
+ min-width: 100%;
4171
+
4172
+ .e-popup-footer {
4173
+ padding-left: 5px;
4174
+ }
4175
+
4176
+ &.e-rtl {
4177
+ .e-popup-footer {
4178
+ padding-right: 5px;
4179
+ }
4180
+ }
4181
+ }
4182
+ }
4183
+
4127
4184
  .e-bigger .e-quick-popup-wrapper {
4128
4185
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4129
4186
  font-size: 24px;
@@ -195,6 +195,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
195
195
  $schedule-tbar-right-active-items-btn-border: none !default;
196
196
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
197
197
  $schedule-device-tbar-right-items-btn-border: none !default;
198
+ $schedule-device-font-size: 8px !default;
198
199
 
199
200
  $schedule-content-nrml-font-text-transform: uppercase !default;
200
201
  $schedule-header-hover-border-radius: 0% !default;
@@ -543,6 +544,28 @@ $schedule-tree-content-color: #fff !default;
543
544
  }
544
545
  }
545
546
 
547
+ @media screen and (max-width: 320px) {
548
+ .e-schedule-toolbar {
549
+ .e-toolbar-pop {
550
+ width: 100%;
551
+
552
+ .e-toolbar-item .e-tbar-btn.e-btn {
553
+ padding-left: 7px;
554
+ }
555
+
556
+ &.e-rtl {
557
+ .e-toolbar-item .e-tbar-btn.e-btn {
558
+ padding-right: 7px;
559
+ }
560
+ }
561
+ }
562
+
563
+ .e-tbar-btn .e-tbar-btn-text {
564
+ font-size: $schedule-device-font-size;
565
+ }
566
+ }
567
+ }
568
+
546
569
  .e-schedule-resource-toolbar {
547
570
  background: $schedule-tbar-default-bg;
548
571
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3436,7 +3459,24 @@ $schedule-tree-content-color: #fff !default;
3436
3459
  }
3437
3460
  }
3438
3461
  }
3462
+
3463
+ /*! schedule event window for smaller viewports*/
3464
+ @media screen and (max-width: 320px) {
3465
+ .e-schedule-dialog.e-popup.e-popup-open {
3466
+ max-height: 350px;
3467
+ min-width: 100%;
3468
+ }
3439
3469
 
3470
+ .e-schedule-dialog {
3471
+ .e-all-day-container {
3472
+ padding-bottom: 10px;
3473
+ }
3474
+
3475
+ .e-all-day-time-zone-row {
3476
+ display: block;
3477
+ }
3478
+ }
3479
+ }
3440
3480
  .e-ddl.e-popup {
3441
3481
  .e-resource-template {
3442
3482
  display: flex;
@@ -4120,6 +4160,23 @@ $schedule-tree-content-color: #fff !default;
4120
4160
  }
4121
4161
  }
4122
4162
 
4163
+ /*! schedule quick popup for smaller viewports */
4164
+ @media screen and (max-width: 320px) {
4165
+ .e-quick-popup-wrapper {
4166
+ min-width: 100%;
4167
+
4168
+ .e-popup-footer {
4169
+ padding-left: 5px;
4170
+ }
4171
+
4172
+ &.e-rtl {
4173
+ .e-popup-footer {
4174
+ padding-right: 5px;
4175
+ }
4176
+ }
4177
+ }
4178
+ }
4179
+
4123
4180
  .e-bigger .e-quick-popup-wrapper {
4124
4181
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4125
4182
  font-size: 24px;
@@ -195,6 +195,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
195
195
  $schedule-tbar-right-active-items-btn-border: none !default;
196
196
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
197
197
  $schedule-device-tbar-right-items-btn-border: none !default;
198
+ $schedule-device-font-size: 8px !default;
198
199
 
199
200
  $schedule-content-nrml-font-text-transform: uppercase !default;
200
201
  $schedule-header-hover-border-radius: 0% !default;
@@ -542,6 +543,28 @@ $schedule-tree-content-color: #fff !default;
542
543
  }
543
544
  }
544
545
 
546
+ @media screen and (max-width: 320px) {
547
+ .e-schedule-toolbar {
548
+ .e-toolbar-pop {
549
+ width: 100%;
550
+
551
+ .e-toolbar-item .e-tbar-btn.e-btn {
552
+ padding-left: 7px;
553
+ }
554
+
555
+ &.e-rtl {
556
+ .e-toolbar-item .e-tbar-btn.e-btn {
557
+ padding-right: 7px;
558
+ }
559
+ }
560
+ }
561
+
562
+ .e-tbar-btn .e-tbar-btn-text {
563
+ font-size: $schedule-device-font-size;
564
+ }
565
+ }
566
+ }
567
+
545
568
  .e-schedule-resource-toolbar {
546
569
  background: $schedule-tbar-default-bg;
547
570
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3435,7 +3458,24 @@ $schedule-tree-content-color: #fff !default;
3435
3458
  }
3436
3459
  }
3437
3460
  }
3461
+
3462
+ /*! schedule event window for smaller viewports*/
3463
+ @media screen and (max-width: 320px) {
3464
+ .e-schedule-dialog.e-popup.e-popup-open {
3465
+ max-height: 350px;
3466
+ min-width: 100%;
3467
+ }
3438
3468
 
3469
+ .e-schedule-dialog {
3470
+ .e-all-day-container {
3471
+ padding-bottom: 10px;
3472
+ }
3473
+
3474
+ .e-all-day-time-zone-row {
3475
+ display: block;
3476
+ }
3477
+ }
3478
+ }
3439
3479
  .e-ddl.e-popup {
3440
3480
  .e-resource-template {
3441
3481
  display: flex;
@@ -4119,6 +4159,23 @@ $schedule-tree-content-color: #fff !default;
4119
4159
  }
4120
4160
  }
4121
4161
 
4162
+ /*! schedule quick popup for smaller viewports */
4163
+ @media screen and (max-width: 320px) {
4164
+ .e-quick-popup-wrapper {
4165
+ min-width: 100%;
4166
+
4167
+ .e-popup-footer {
4168
+ padding-left: 5px;
4169
+ }
4170
+
4171
+ &.e-rtl {
4172
+ .e-popup-footer {
4173
+ padding-right: 5px;
4174
+ }
4175
+ }
4176
+ }
4177
+ }
4178
+
4122
4179
  .e-bigger .e-quick-popup-wrapper {
4123
4180
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4124
4181
  font-size: 24px;
@@ -192,6 +192,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
192
192
  $schedule-tbar-right-active-items-btn-border: none !default;
193
193
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
194
194
  $schedule-device-tbar-right-items-btn-border: none !default;
195
+ $schedule-device-font-size: 8px !default;
195
196
 
196
197
  $schedule-content-nrml-font-text-transform: uppercase !default;
197
198
  $schedule-header-hover-border-radius: 100% !default;
@@ -542,6 +543,28 @@ $schedule-tree-content-color: $shadow;
542
543
  }
543
544
  }
544
545
 
546
+ @media screen and (max-width: 320px) {
547
+ .e-schedule-toolbar {
548
+ .e-toolbar-pop {
549
+ width: 100%;
550
+
551
+ .e-toolbar-item .e-tbar-btn.e-btn {
552
+ padding-left: 7px;
553
+ }
554
+
555
+ &.e-rtl {
556
+ .e-toolbar-item .e-tbar-btn.e-btn {
557
+ padding-right: 7px;
558
+ }
559
+ }
560
+ }
561
+
562
+ .e-tbar-btn .e-tbar-btn-text {
563
+ font-size: $schedule-device-font-size;
564
+ }
565
+ }
566
+ }
567
+
545
568
  .e-schedule-resource-toolbar {
546
569
  background: $schedule-tbar-default-bg;
547
570
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3435,7 +3458,24 @@ $schedule-tree-content-color: $shadow;
3435
3458
  }
3436
3459
  }
3437
3460
  }
3461
+
3462
+ /*! schedule event window for smaller viewports*/
3463
+ @media screen and (max-width: 320px) {
3464
+ .e-schedule-dialog.e-popup.e-popup-open {
3465
+ max-height: 350px;
3466
+ min-width: 100%;
3467
+ }
3438
3468
 
3469
+ .e-schedule-dialog {
3470
+ .e-all-day-container {
3471
+ padding-bottom: 10px;
3472
+ }
3473
+
3474
+ .e-all-day-time-zone-row {
3475
+ display: block;
3476
+ }
3477
+ }
3478
+ }
3439
3479
  .e-ddl.e-popup {
3440
3480
  .e-resource-template {
3441
3481
  display: flex;
@@ -4119,6 +4159,23 @@ $schedule-tree-content-color: $shadow;
4119
4159
  }
4120
4160
  }
4121
4161
 
4162
+ /*! schedule quick popup for smaller viewports */
4163
+ @media screen and (max-width: 320px) {
4164
+ .e-quick-popup-wrapper {
4165
+ min-width: 100%;
4166
+
4167
+ .e-popup-footer {
4168
+ padding-left: 5px;
4169
+ }
4170
+
4171
+ &.e-rtl {
4172
+ .e-popup-footer {
4173
+ padding-right: 5px;
4174
+ }
4175
+ }
4176
+ }
4177
+ }
4178
+
4122
4179
  .e-bigger .e-quick-popup-wrapper {
4123
4180
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4124
4181
  font-size: 24px;
@@ -212,6 +212,7 @@ $schedule-tbar-right-items-btn-border-radius: 20px !default;
212
212
  $schedule-tbar-right-active-items-btn-border: 1px solid rgba($primary) !default;
213
213
  $schedule-device-tbar-right-items-btn-border-radius: 0 !default;
214
214
  $schedule-device-tbar-right-items-btn-border: none !default;
215
+ $schedule-device-font-size: 8px !default;
215
216
 
216
217
  // view definitions
217
218
  $schedule-timeline-header-cells-height: 40px !default;
@@ -554,6 +555,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
554
555
  }
555
556
  }
556
557
 
558
+ @media screen and (max-width: 320px) {
559
+ .e-schedule-toolbar {
560
+ .e-toolbar-pop {
561
+ width: 100%;
562
+
563
+ .e-toolbar-item .e-tbar-btn.e-btn {
564
+ padding-left: 7px;
565
+ }
566
+
567
+ &.e-rtl {
568
+ .e-toolbar-item .e-tbar-btn.e-btn {
569
+ padding-right: 7px;
570
+ }
571
+ }
572
+ }
573
+
574
+ .e-tbar-btn .e-tbar-btn-text {
575
+ font-size: $schedule-device-font-size;
576
+ }
577
+ }
578
+ }
579
+
557
580
  .e-schedule-resource-toolbar {
558
581
  background: $schedule-tbar-default-bg;
559
582
  border-bottom: $schedule-tbar-border-bottom-size;
@@ -3447,7 +3470,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
3447
3470
  }
3448
3471
  }
3449
3472
  }
3473
+
3474
+ /*! schedule event window for smaller viewports*/
3475
+ @media screen and (max-width: 320px) {
3476
+ .e-schedule-dialog.e-popup.e-popup-open {
3477
+ max-height: 350px;
3478
+ min-width: 100%;
3479
+ }
3450
3480
 
3481
+ .e-schedule-dialog {
3482
+ .e-all-day-container {
3483
+ padding-bottom: 10px;
3484
+ }
3485
+
3486
+ .e-all-day-time-zone-row {
3487
+ display: block;
3488
+ }
3489
+ }
3490
+ }
3451
3491
  .e-ddl.e-popup {
3452
3492
  .e-resource-template {
3453
3493
  display: flex;
@@ -4131,6 +4171,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
4131
4171
  }
4132
4172
  }
4133
4173
 
4174
+ /*! schedule quick popup for smaller viewports */
4175
+ @media screen and (max-width: 320px) {
4176
+ .e-quick-popup-wrapper {
4177
+ min-width: 100%;
4178
+
4179
+ .e-popup-footer {
4180
+ padding-left: 5px;
4181
+ }
4182
+
4183
+ &.e-rtl {
4184
+ .e-popup-footer {
4185
+ padding-right: 5px;
4186
+ }
4187
+ }
4188
+ }
4189
+ }
4190
+
4134
4191
  .e-bigger .e-quick-popup-wrapper {
4135
4192
  .e-cell-popup .e-popup-content .e-popup-table .e-subject {
4136
4193
  font-size: 24px;