@syncfusion/blazor-themes 24.2.5 → 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.
- package/SCSS-Themes/bootstrap-dark.scss +93 -7
- package/SCSS-Themes/bootstrap.scss +93 -7
- package/SCSS-Themes/bootstrap4.scss +96 -10
- package/SCSS-Themes/bootstrap5-dark.scss +93 -7
- package/SCSS-Themes/bootstrap5.scss +93 -7
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +1 -1
- package/SCSS-Themes/buttons/button/tailwind.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +93 -7
- package/SCSS-Themes/fabric.scss +93 -7
- package/SCSS-Themes/fluent-dark.scss +95 -9
- package/SCSS-Themes/fluent.scss +95 -9
- package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/fluent.scss +2 -2
- package/SCSS-Themes/highcontrast.scss +93 -7
- package/SCSS-Themes/material-dark.scss +93 -7
- package/SCSS-Themes/material.scss +93 -7
- package/SCSS-Themes/material3-dark.scss +93 -7
- package/SCSS-Themes/material3.scss +93 -7
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +1 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +36 -7
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +52 -23
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +52 -23
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +57 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +57 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +57 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +57 -0
- package/SCSS-Themes/tailwind-dark.scss +111 -25
- package/SCSS-Themes/tailwind.scss +111 -25
- package/package.json +1 -1
|
@@ -21826,7 +21826,7 @@ $btn-link-disabled-bgcolor: transparent !default;
|
|
|
21826
21826
|
//primary
|
|
21827
21827
|
$btn-ripple-primary-bgcolor: transparent !default;
|
|
21828
21828
|
$btn-primary-outline: $btn-bgcolor 0 solid !default;
|
|
21829
|
-
$btn-primary-color: $primary-text
|
|
21829
|
+
$btn-primary-color: $primary-text !default;
|
|
21830
21830
|
$btn-primary-hover-color: $primary-text-hover !default;
|
|
21831
21831
|
$btn-primary-focus-color: $primary-text-focus !default;
|
|
21832
21832
|
$btn-primary-active-color: $primary-text-pressed !default;
|
|
@@ -89523,7 +89523,7 @@ $rte-2px-border-size: 2px !default;
|
|
|
89523
89523
|
$rte-border-type: solid !default;
|
|
89524
89524
|
$rte-list-btn-flex: column !default;
|
|
89525
89525
|
$rte-list-btn-line-height: 30px !default;
|
|
89526
|
-
$rte-big-list-btn-line-height:
|
|
89526
|
+
$rte-big-list-btn-line-height: 38px !default;
|
|
89527
89527
|
$rte-split-btn-line-height: 30px !default;
|
|
89528
89528
|
$rte-big-split-btn-line-height: 38px !default;
|
|
89529
89529
|
$rte-big-quick-item-btn-width: 38px !default;
|
|
@@ -89553,7 +89553,7 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89553
89553
|
$rte-tb-items-margin-left: 7px !default;
|
|
89554
89554
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89555
89555
|
$rte-tb-items-padding-left: 7px !default;
|
|
89556
|
-
$rte-active-tb-item-btn-padding: 0 !default;
|
|
89556
|
+
$rte-active-tb-item-btn-padding: 0 4px !default;
|
|
89557
89557
|
$rte-split-btn-bar-size: 0 !default;
|
|
89558
89558
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
89559
89559
|
$rte-big-split-btn-active-color-icon-line-height: 35px !default;
|
|
@@ -89564,17 +89564,17 @@ $rte-drop-btn-padding-left: 7px !default;
|
|
|
89564
89564
|
$dropdown-btn-font-size: $text-sm;
|
|
89565
89565
|
$dropdown-btn-big-font-size: $text-base;
|
|
89566
89566
|
$rte-drop-btn-padding-right: 2.5px !default;
|
|
89567
|
-
$rte-drop-btn-action-padding-left:
|
|
89568
|
-
$rte-drop-btn-action-padding-right:
|
|
89567
|
+
$rte-drop-btn-action-padding-left: 7px !default;
|
|
89568
|
+
$rte-drop-btn-action-padding-right: 2.5px !default;
|
|
89569
89569
|
$rte-big-drop-btn-padding-left: 10px !default;
|
|
89570
89570
|
$rte-big-drop-btn-padding-right: 6px !default;
|
|
89571
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89572
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89573
|
-
$rte-colorpicker-parent-padding:
|
|
89574
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89571
|
+
$rte-big-drop-btn-action-padding-left: 10px !default;
|
|
89572
|
+
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
89573
|
+
$rte-colorpicker-parent-padding: 1px !default;
|
|
89574
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89575
89575
|
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
89576
89576
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
89577
|
-
$rte-big-dropdown-btn-color-content-height:
|
|
89577
|
+
$rte-big-dropdown-btn-color-content-height: 38px !default;
|
|
89578
89578
|
$rte-font-icon-width: 30px !default;
|
|
89579
89579
|
$rte-font-arrow-width: 18px !default;
|
|
89580
89580
|
$rte-font-arrow-touch-width: 20px !default;
|
|
@@ -89582,7 +89582,7 @@ $rte-font-icon-line-height: $leading-none !default;
|
|
|
89582
89582
|
$rte-placeholder-line-height: $leading-normal !default;
|
|
89583
89583
|
$rte-big-active-tb-item-btn-padding: 0 6px !default;
|
|
89584
89584
|
$rte-table-popup-padding: 18px 18px 8px 22px !default;
|
|
89585
|
-
$rte-table-popup-border: 1px solid $cool-gray-
|
|
89585
|
+
$rte-table-popup-border: 1px solid $cool-gray-300 !default;
|
|
89586
89586
|
$rte-insert-dialog-label-padding-top: 12px !default;
|
|
89587
89587
|
$rte-insert-dialog-label-padding-bottom: 3px !default;
|
|
89588
89588
|
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
@@ -89604,7 +89604,7 @@ $rte-big-inline-tmp-size-min-width: 59px;
|
|
|
89604
89604
|
$rte-inline-tmp-size-min-width: 66px;
|
|
89605
89605
|
$rte-big-inline-tmp-color-min-width: 50px;
|
|
89606
89606
|
$rte-inline-tmp-color-min-width: 55px;
|
|
89607
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89607
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89608
89608
|
$rte-placeholder-padding: 12px !default;
|
|
89609
89609
|
$rte-default-character-count-opacity: 1;
|
|
89610
89610
|
$rte-droparea-line-height: 10;
|
|
@@ -89623,10 +89623,10 @@ $rte-big-tablecell-height : 16px;
|
|
|
89623
89623
|
$rte-big-tablecell-width : 16px;
|
|
89624
89624
|
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
89625
89625
|
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
89626
|
-
$rte-toolbar-expaned-padding: 0
|
|
89626
|
+
$rte-toolbar-expaned-padding: 0 4px;
|
|
89627
89627
|
$rte-toolbar-expaned-padding-hover: 0 4px;
|
|
89628
89628
|
$rte-formatlists-dropdown-line-height: 20px;
|
|
89629
|
-
$rte-big-formatlists-dropdown-line-height:
|
|
89629
|
+
$rte-big-formatlists-dropdown-line-height: 35px;
|
|
89630
89630
|
|
|
89631
89631
|
//Layout Variables End
|
|
89632
89632
|
|
|
@@ -89644,7 +89644,7 @@ $rte-img-popup-box-shadow: $shadow !default;
|
|
|
89644
89644
|
$rte-img-popup-color: $border-light !default;
|
|
89645
89645
|
$rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
|
|
89646
89646
|
$rte-quick-item-active-font-color: $icon-color !default;
|
|
89647
|
-
$rte-quick-item-border:
|
|
89647
|
+
$rte-quick-item-border: 1px solid transparent !default;
|
|
89648
89648
|
$rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
|
|
89649
89649
|
$rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
|
|
89650
89650
|
$rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
|
|
@@ -89659,7 +89659,7 @@ $rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
|
|
|
89659
89659
|
$rte-quick-tb-btn-hover: $secondary-bg-color-pressed !default;
|
|
89660
89660
|
$rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
|
|
89661
89661
|
$rte-tb-active-font-color: $icon-color !default;
|
|
89662
|
-
$rte-tb-item-active-border:
|
|
89662
|
+
$rte-tb-item-active-border: 0 solid $secondary-border-color-pressed !default;
|
|
89663
89663
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $border-light !default;
|
|
89664
89664
|
$rte-color-picker-active-bg: inherit !default;
|
|
89665
89665
|
$rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
@@ -89720,7 +89720,7 @@ $rte-border-bottom-right-radius: 0;
|
|
|
89720
89720
|
$rte-border-bottom-left-radius: 0;
|
|
89721
89721
|
$rte-big-border-radius: 0;
|
|
89722
89722
|
$rte-extended-toolbar-items-padding: 0;
|
|
89723
|
-
$rte-expand-tbar-hover-bg: $content-bg-color-
|
|
89723
|
+
$rte-expand-tbar-hover-bg: $content-bg-color-alt1 !default;
|
|
89724
89724
|
|
|
89725
89725
|
//Theme Variables End
|
|
89726
89726
|
|
|
@@ -89754,7 +89754,7 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
89754
89754
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
89755
89755
|
$rte-tbar-icon-size: 20px;
|
|
89756
89756
|
$rte-dropdown-btn-color-content-padding: 1px !default;
|
|
89757
|
-
$rte-big-dropdown-btn-color-content-padding:
|
|
89757
|
+
$rte-big-dropdown-btn-color-content-padding: 0 !default;
|
|
89758
89758
|
$rte-tb-expended-min-height: 40px !default;
|
|
89759
89759
|
$rte-big-tb-expended-min-height: 48px !default;
|
|
89760
89760
|
$rte-tb-expended-padding-left: 1px !default;
|
|
@@ -90446,6 +90446,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90446
90446
|
}
|
|
90447
90447
|
}
|
|
90448
90448
|
|
|
90449
|
+
@if $skin-name == 'tailwind' {
|
|
90450
|
+
.e-bigger {
|
|
90451
|
+
.e-richtexteditor {
|
|
90452
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90453
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90454
|
+
padding: 0 8px;
|
|
90455
|
+
}
|
|
90456
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90457
|
+
padding: 0 8px;
|
|
90458
|
+
}
|
|
90459
|
+
}
|
|
90460
|
+
}
|
|
90461
|
+
}
|
|
90462
|
+
|
|
90449
90463
|
.e-rte-linkcontent .e-rte-label {
|
|
90450
90464
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90451
90465
|
}
|
|
@@ -90696,19 +90710,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90696
90710
|
}
|
|
90697
90711
|
|
|
90698
90712
|
.e-rte-img-caption.e-imgcenter {
|
|
90699
|
-
display:
|
|
90713
|
+
display: contents;
|
|
90700
90714
|
margin-left: auto;
|
|
90701
90715
|
margin-right: auto;
|
|
90702
90716
|
}
|
|
90703
90717
|
|
|
90704
90718
|
.e-rte-img-caption.e-imgright {
|
|
90705
|
-
display:
|
|
90719
|
+
display: contents;
|
|
90706
90720
|
margin-left: auto;
|
|
90707
90721
|
margin-right: 0;
|
|
90708
90722
|
}
|
|
90709
90723
|
|
|
90710
90724
|
.e-rte-img-caption.e-imgleft {
|
|
90711
|
-
display:
|
|
90725
|
+
display: contents;
|
|
90712
90726
|
margin-left: 0;
|
|
90713
90727
|
margin-right: auto;
|
|
90714
90728
|
}
|
|
@@ -90725,7 +90739,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90725
90739
|
}
|
|
90726
90740
|
|
|
90727
90741
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90728
|
-
display:
|
|
90742
|
+
display: contents;
|
|
90729
90743
|
}
|
|
90730
90744
|
|
|
90731
90745
|
.e-rte-table {
|
|
@@ -91422,6 +91436,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91422
91436
|
}
|
|
91423
91437
|
}
|
|
91424
91438
|
}
|
|
91439
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91440
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91441
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91442
|
+
@if $skin-name == 'tailwind' {
|
|
91443
|
+
padding: 1px;
|
|
91444
|
+
}
|
|
91445
|
+
}
|
|
91446
|
+
}
|
|
91425
91447
|
|
|
91426
91448
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91427
91449
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92749,8 +92771,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92749
92771
|
}
|
|
92750
92772
|
|
|
92751
92773
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92752
|
-
border
|
|
92753
|
-
border-top: 1px solid $transparent;
|
|
92774
|
+
border: 1px solid $transparent;
|
|
92754
92775
|
}
|
|
92755
92776
|
|
|
92756
92777
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92762,6 +92783,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92762
92783
|
background: $rte-tb-hover-bg-color;
|
|
92763
92784
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92764
92785
|
}
|
|
92786
|
+
|
|
92787
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92788
|
+
border: 1px solid $transparent;
|
|
92789
|
+
}
|
|
92790
|
+
|
|
92791
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92792
|
+
border: 1px solid $transparent;
|
|
92793
|
+
}
|
|
92765
92794
|
}
|
|
92766
92795
|
|
|
92767
92796
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -113022,7 +113051,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
113022
113051
|
|
|
113023
113052
|
th.e-group-row .e-axis-row {
|
|
113024
113053
|
display: inline-block;
|
|
113025
|
-
height:
|
|
113054
|
+
height: auto;
|
|
113026
113055
|
vertical-align: top;
|
|
113027
113056
|
width: 100%;
|
|
113028
113057
|
}
|
|
@@ -116332,6 +116361,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116332
116361
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116333
116362
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116334
116363
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116364
|
+
$schedule-device-font-size: 8px !default;
|
|
116335
116365
|
|
|
116336
116366
|
$schedule-content-nrml-font-text-transform: none !default;
|
|
116337
116367
|
$schedule-header-hover-border-radius: 100% !default;
|
|
@@ -116679,6 +116709,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116679
116709
|
}
|
|
116680
116710
|
}
|
|
116681
116711
|
|
|
116712
|
+
@media screen and (max-width: 320px) {
|
|
116713
|
+
.e-schedule-toolbar {
|
|
116714
|
+
.e-toolbar-pop {
|
|
116715
|
+
width: 100%;
|
|
116716
|
+
|
|
116717
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116718
|
+
padding-left: 7px;
|
|
116719
|
+
}
|
|
116720
|
+
|
|
116721
|
+
&.e-rtl {
|
|
116722
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116723
|
+
padding-right: 7px;
|
|
116724
|
+
}
|
|
116725
|
+
}
|
|
116726
|
+
}
|
|
116727
|
+
|
|
116728
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116729
|
+
font-size: $schedule-device-font-size;
|
|
116730
|
+
}
|
|
116731
|
+
}
|
|
116732
|
+
}
|
|
116733
|
+
|
|
116682
116734
|
.e-schedule-resource-toolbar {
|
|
116683
116735
|
background: $schedule-tbar-default-bg;
|
|
116684
116736
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119572,7 +119624,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
119572
119624
|
}
|
|
119573
119625
|
}
|
|
119574
119626
|
}
|
|
119627
|
+
|
|
119628
|
+
/*! schedule event window for smaller viewports*/
|
|
119629
|
+
@media screen and (max-width: 320px) {
|
|
119630
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119631
|
+
max-height: 350px;
|
|
119632
|
+
min-width: 100%;
|
|
119633
|
+
}
|
|
119634
|
+
|
|
119635
|
+
.e-schedule-dialog {
|
|
119636
|
+
.e-all-day-container {
|
|
119637
|
+
padding-bottom: 10px;
|
|
119638
|
+
}
|
|
119575
119639
|
|
|
119640
|
+
.e-all-day-time-zone-row {
|
|
119641
|
+
display: block;
|
|
119642
|
+
}
|
|
119643
|
+
}
|
|
119644
|
+
}
|
|
119576
119645
|
.e-ddl.e-popup {
|
|
119577
119646
|
.e-resource-template {
|
|
119578
119647
|
display: flex;
|
|
@@ -120256,6 +120325,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
120256
120325
|
}
|
|
120257
120326
|
}
|
|
120258
120327
|
|
|
120328
|
+
/*! schedule quick popup for smaller viewports */
|
|
120329
|
+
@media screen and (max-width: 320px) {
|
|
120330
|
+
.e-quick-popup-wrapper {
|
|
120331
|
+
min-width: 100%;
|
|
120332
|
+
|
|
120333
|
+
.e-popup-footer {
|
|
120334
|
+
padding-left: 5px;
|
|
120335
|
+
}
|
|
120336
|
+
|
|
120337
|
+
&.e-rtl {
|
|
120338
|
+
.e-popup-footer {
|
|
120339
|
+
padding-right: 5px;
|
|
120340
|
+
}
|
|
120341
|
+
}
|
|
120342
|
+
}
|
|
120343
|
+
}
|
|
120344
|
+
|
|
120259
120345
|
.e-bigger .e-quick-popup-wrapper {
|
|
120260
120346
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120261
120347
|
font-size: 24px;
|
|
@@ -21823,7 +21823,7 @@ $btn-link-disabled-bgcolor: transparent !default;
|
|
|
21823
21823
|
//primary
|
|
21824
21824
|
$btn-ripple-primary-bgcolor: transparent !default;
|
|
21825
21825
|
$btn-primary-outline: $btn-bgcolor 0 solid !default;
|
|
21826
|
-
$btn-primary-color: $primary-text
|
|
21826
|
+
$btn-primary-color: $primary-text !default;
|
|
21827
21827
|
$btn-primary-hover-color: $primary-text-hover !default;
|
|
21828
21828
|
$btn-primary-focus-color: $primary-text-focus !default;
|
|
21829
21829
|
$btn-primary-active-color: $primary-text-pressed !default;
|
|
@@ -89520,7 +89520,7 @@ $rte-2px-border-size: 2px !default;
|
|
|
89520
89520
|
$rte-border-type: solid !default;
|
|
89521
89521
|
$rte-list-btn-flex: column !default;
|
|
89522
89522
|
$rte-list-btn-line-height: 30px !default;
|
|
89523
|
-
$rte-big-list-btn-line-height:
|
|
89523
|
+
$rte-big-list-btn-line-height: 38px !default;
|
|
89524
89524
|
$rte-split-btn-line-height: 30px !default;
|
|
89525
89525
|
$rte-big-split-btn-line-height: 38px !default;
|
|
89526
89526
|
$rte-big-quick-item-btn-width: 38px !default;
|
|
@@ -89550,7 +89550,7 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89550
89550
|
$rte-tb-items-margin-left: 7px !default;
|
|
89551
89551
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89552
89552
|
$rte-tb-items-padding-left: 7px !default;
|
|
89553
|
-
$rte-active-tb-item-btn-padding: 0 !default;
|
|
89553
|
+
$rte-active-tb-item-btn-padding: 0 4px !default;
|
|
89554
89554
|
$rte-split-btn-bar-size: 0 !default;
|
|
89555
89555
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
89556
89556
|
$rte-big-split-btn-active-color-icon-line-height: 35px !default;
|
|
@@ -89561,17 +89561,17 @@ $rte-drop-btn-padding-left: 7px !default;
|
|
|
89561
89561
|
$dropdown-btn-font-size: $text-sm;
|
|
89562
89562
|
$dropdown-btn-big-font-size: $text-base;
|
|
89563
89563
|
$rte-drop-btn-padding-right: 2.5px !default;
|
|
89564
|
-
$rte-drop-btn-action-padding-left:
|
|
89565
|
-
$rte-drop-btn-action-padding-right:
|
|
89564
|
+
$rte-drop-btn-action-padding-left: 7px !default;
|
|
89565
|
+
$rte-drop-btn-action-padding-right: 2.5px !default;
|
|
89566
89566
|
$rte-big-drop-btn-padding-left: 10px !default;
|
|
89567
89567
|
$rte-big-drop-btn-padding-right: 6px !default;
|
|
89568
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89569
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89570
|
-
$rte-colorpicker-parent-padding:
|
|
89571
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89568
|
+
$rte-big-drop-btn-action-padding-left: 10px !default;
|
|
89569
|
+
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
89570
|
+
$rte-colorpicker-parent-padding: 1px !default;
|
|
89571
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89572
89572
|
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
89573
89573
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
89574
|
-
$rte-big-dropdown-btn-color-content-height:
|
|
89574
|
+
$rte-big-dropdown-btn-color-content-height: 38px !default;
|
|
89575
89575
|
$rte-font-icon-width: 30px !default;
|
|
89576
89576
|
$rte-font-arrow-width: 18px !default;
|
|
89577
89577
|
$rte-font-arrow-touch-width: 20px !default;
|
|
@@ -89579,7 +89579,7 @@ $rte-font-icon-line-height: $leading-none !default;
|
|
|
89579
89579
|
$rte-placeholder-line-height: $leading-normal !default;
|
|
89580
89580
|
$rte-big-active-tb-item-btn-padding: 0 6px !default;
|
|
89581
89581
|
$rte-table-popup-padding: 18px 18px 8px 22px !default;
|
|
89582
|
-
$rte-table-popup-border: 1px solid $cool-gray-
|
|
89582
|
+
$rte-table-popup-border: 1px solid $cool-gray-300 !default;
|
|
89583
89583
|
$rte-insert-dialog-label-padding-top: 12px !default;
|
|
89584
89584
|
$rte-insert-dialog-label-padding-bottom: 3px !default;
|
|
89585
89585
|
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
@@ -89601,7 +89601,7 @@ $rte-big-inline-tmp-size-min-width: 59px;
|
|
|
89601
89601
|
$rte-inline-tmp-size-min-width: 66px;
|
|
89602
89602
|
$rte-big-inline-tmp-color-min-width: 50px;
|
|
89603
89603
|
$rte-inline-tmp-color-min-width: 55px;
|
|
89604
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89604
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89605
89605
|
$rte-placeholder-padding: 12px !default;
|
|
89606
89606
|
$rte-default-character-count-opacity: 1;
|
|
89607
89607
|
$rte-droparea-line-height: 10;
|
|
@@ -89620,10 +89620,10 @@ $rte-big-tablecell-height : 16px;
|
|
|
89620
89620
|
$rte-big-tablecell-width : 16px;
|
|
89621
89621
|
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
89622
89622
|
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
89623
|
-
$rte-toolbar-expaned-padding: 0
|
|
89623
|
+
$rte-toolbar-expaned-padding: 0 4px;
|
|
89624
89624
|
$rte-toolbar-expaned-padding-hover: 0 4px;
|
|
89625
89625
|
$rte-formatlists-dropdown-line-height: 20px;
|
|
89626
|
-
$rte-big-formatlists-dropdown-line-height:
|
|
89626
|
+
$rte-big-formatlists-dropdown-line-height: 35px;
|
|
89627
89627
|
|
|
89628
89628
|
//Layout Variables End
|
|
89629
89629
|
|
|
@@ -89641,7 +89641,7 @@ $rte-img-popup-box-shadow: $shadow !default;
|
|
|
89641
89641
|
$rte-img-popup-color: $border-light !default;
|
|
89642
89642
|
$rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
|
|
89643
89643
|
$rte-quick-item-active-font-color: $icon-color !default;
|
|
89644
|
-
$rte-quick-item-border:
|
|
89644
|
+
$rte-quick-item-border: 1px solid transparent !default;
|
|
89645
89645
|
$rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
|
|
89646
89646
|
$rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
|
|
89647
89647
|
$rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
|
|
@@ -89656,7 +89656,7 @@ $rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
|
|
|
89656
89656
|
$rte-quick-tb-btn-hover: $secondary-bg-color-pressed !default;
|
|
89657
89657
|
$rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
|
|
89658
89658
|
$rte-tb-active-font-color: $icon-color !default;
|
|
89659
|
-
$rte-tb-item-active-border:
|
|
89659
|
+
$rte-tb-item-active-border: 0 solid $secondary-border-color-pressed !default;
|
|
89660
89660
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $border-light !default;
|
|
89661
89661
|
$rte-color-picker-active-bg: inherit !default;
|
|
89662
89662
|
$rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
@@ -89717,7 +89717,7 @@ $rte-border-bottom-right-radius: 0;
|
|
|
89717
89717
|
$rte-border-bottom-left-radius: 0;
|
|
89718
89718
|
$rte-big-border-radius: 0;
|
|
89719
89719
|
$rte-extended-toolbar-items-padding: 0;
|
|
89720
|
-
$rte-expand-tbar-hover-bg: $content-bg-color-
|
|
89720
|
+
$rte-expand-tbar-hover-bg: $content-bg-color-alt1 !default;
|
|
89721
89721
|
|
|
89722
89722
|
//Theme Variables End
|
|
89723
89723
|
|
|
@@ -89751,7 +89751,7 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
89751
89751
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
89752
89752
|
$rte-tbar-icon-size: 20px;
|
|
89753
89753
|
$rte-dropdown-btn-color-content-padding: 1px !default;
|
|
89754
|
-
$rte-big-dropdown-btn-color-content-padding:
|
|
89754
|
+
$rte-big-dropdown-btn-color-content-padding: 0 !default;
|
|
89755
89755
|
$rte-tb-expended-min-height: 40px !default;
|
|
89756
89756
|
$rte-big-tb-expended-min-height: 48px !default;
|
|
89757
89757
|
$rte-tb-expended-padding-left: 1px !default;
|
|
@@ -90443,6 +90443,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90443
90443
|
}
|
|
90444
90444
|
}
|
|
90445
90445
|
|
|
90446
|
+
@if $skin-name == 'tailwind' {
|
|
90447
|
+
.e-bigger {
|
|
90448
|
+
.e-richtexteditor {
|
|
90449
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90450
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90451
|
+
padding: 0 8px;
|
|
90452
|
+
}
|
|
90453
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90454
|
+
padding: 0 8px;
|
|
90455
|
+
}
|
|
90456
|
+
}
|
|
90457
|
+
}
|
|
90458
|
+
}
|
|
90459
|
+
|
|
90446
90460
|
.e-rte-linkcontent .e-rte-label {
|
|
90447
90461
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90448
90462
|
}
|
|
@@ -90693,19 +90707,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90693
90707
|
}
|
|
90694
90708
|
|
|
90695
90709
|
.e-rte-img-caption.e-imgcenter {
|
|
90696
|
-
display:
|
|
90710
|
+
display: contents;
|
|
90697
90711
|
margin-left: auto;
|
|
90698
90712
|
margin-right: auto;
|
|
90699
90713
|
}
|
|
90700
90714
|
|
|
90701
90715
|
.e-rte-img-caption.e-imgright {
|
|
90702
|
-
display:
|
|
90716
|
+
display: contents;
|
|
90703
90717
|
margin-left: auto;
|
|
90704
90718
|
margin-right: 0;
|
|
90705
90719
|
}
|
|
90706
90720
|
|
|
90707
90721
|
.e-rte-img-caption.e-imgleft {
|
|
90708
|
-
display:
|
|
90722
|
+
display: contents;
|
|
90709
90723
|
margin-left: 0;
|
|
90710
90724
|
margin-right: auto;
|
|
90711
90725
|
}
|
|
@@ -90722,7 +90736,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90722
90736
|
}
|
|
90723
90737
|
|
|
90724
90738
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90725
|
-
display:
|
|
90739
|
+
display: contents;
|
|
90726
90740
|
}
|
|
90727
90741
|
|
|
90728
90742
|
.e-rte-table {
|
|
@@ -91419,6 +91433,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91419
91433
|
}
|
|
91420
91434
|
}
|
|
91421
91435
|
}
|
|
91436
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91437
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91438
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91439
|
+
@if $skin-name == 'tailwind' {
|
|
91440
|
+
padding: 1px;
|
|
91441
|
+
}
|
|
91442
|
+
}
|
|
91443
|
+
}
|
|
91422
91444
|
|
|
91423
91445
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91424
91446
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92746,8 +92768,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92746
92768
|
}
|
|
92747
92769
|
|
|
92748
92770
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92749
|
-
border
|
|
92750
|
-
border-top: 1px solid $transparent;
|
|
92771
|
+
border: 1px solid $transparent;
|
|
92751
92772
|
}
|
|
92752
92773
|
|
|
92753
92774
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92759,6 +92780,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92759
92780
|
background: $rte-tb-hover-bg-color;
|
|
92760
92781
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92761
92782
|
}
|
|
92783
|
+
|
|
92784
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92785
|
+
border: 1px solid $transparent;
|
|
92786
|
+
}
|
|
92787
|
+
|
|
92788
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92789
|
+
border: 1px solid $transparent;
|
|
92790
|
+
}
|
|
92762
92791
|
}
|
|
92763
92792
|
|
|
92764
92793
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -113019,7 +113048,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
113019
113048
|
|
|
113020
113049
|
th.e-group-row .e-axis-row {
|
|
113021
113050
|
display: inline-block;
|
|
113022
|
-
height:
|
|
113051
|
+
height: auto;
|
|
113023
113052
|
vertical-align: top;
|
|
113024
113053
|
width: 100%;
|
|
113025
113054
|
}
|
|
@@ -116329,6 +116358,7 @@ $schedule-tbar-right-items-btn-border-radius: 0 !default;
|
|
|
116329
116358
|
$schedule-tbar-right-active-items-btn-border: none !default;
|
|
116330
116359
|
$schedule-device-tbar-right-items-btn-border-radius: 0 !default;
|
|
116331
116360
|
$schedule-device-tbar-right-items-btn-border: none !default;
|
|
116361
|
+
$schedule-device-font-size: 8px !default;
|
|
116332
116362
|
|
|
116333
116363
|
$schedule-content-nrml-font-text-transform: none !default;
|
|
116334
116364
|
$schedule-header-hover-border-radius: 100% !default;
|
|
@@ -116676,6 +116706,28 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116676
116706
|
}
|
|
116677
116707
|
}
|
|
116678
116708
|
|
|
116709
|
+
@media screen and (max-width: 320px) {
|
|
116710
|
+
.e-schedule-toolbar {
|
|
116711
|
+
.e-toolbar-pop {
|
|
116712
|
+
width: 100%;
|
|
116713
|
+
|
|
116714
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116715
|
+
padding-left: 7px;
|
|
116716
|
+
}
|
|
116717
|
+
|
|
116718
|
+
&.e-rtl {
|
|
116719
|
+
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
116720
|
+
padding-right: 7px;
|
|
116721
|
+
}
|
|
116722
|
+
}
|
|
116723
|
+
}
|
|
116724
|
+
|
|
116725
|
+
.e-tbar-btn .e-tbar-btn-text {
|
|
116726
|
+
font-size: $schedule-device-font-size;
|
|
116727
|
+
}
|
|
116728
|
+
}
|
|
116729
|
+
}
|
|
116730
|
+
|
|
116679
116731
|
.e-schedule-resource-toolbar {
|
|
116680
116732
|
background: $schedule-tbar-default-bg;
|
|
116681
116733
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
@@ -119569,7 +119621,24 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
119569
119621
|
}
|
|
119570
119622
|
}
|
|
119571
119623
|
}
|
|
119624
|
+
|
|
119625
|
+
/*! schedule event window for smaller viewports*/
|
|
119626
|
+
@media screen and (max-width: 320px) {
|
|
119627
|
+
.e-schedule-dialog.e-popup.e-popup-open {
|
|
119628
|
+
max-height: 350px;
|
|
119629
|
+
min-width: 100%;
|
|
119630
|
+
}
|
|
119631
|
+
|
|
119632
|
+
.e-schedule-dialog {
|
|
119633
|
+
.e-all-day-container {
|
|
119634
|
+
padding-bottom: 10px;
|
|
119635
|
+
}
|
|
119572
119636
|
|
|
119637
|
+
.e-all-day-time-zone-row {
|
|
119638
|
+
display: block;
|
|
119639
|
+
}
|
|
119640
|
+
}
|
|
119641
|
+
}
|
|
119573
119642
|
.e-ddl.e-popup {
|
|
119574
119643
|
.e-resource-template {
|
|
119575
119644
|
display: flex;
|
|
@@ -120253,6 +120322,23 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
120253
120322
|
}
|
|
120254
120323
|
}
|
|
120255
120324
|
|
|
120325
|
+
/*! schedule quick popup for smaller viewports */
|
|
120326
|
+
@media screen and (max-width: 320px) {
|
|
120327
|
+
.e-quick-popup-wrapper {
|
|
120328
|
+
min-width: 100%;
|
|
120329
|
+
|
|
120330
|
+
.e-popup-footer {
|
|
120331
|
+
padding-left: 5px;
|
|
120332
|
+
}
|
|
120333
|
+
|
|
120334
|
+
&.e-rtl {
|
|
120335
|
+
.e-popup-footer {
|
|
120336
|
+
padding-right: 5px;
|
|
120337
|
+
}
|
|
120338
|
+
}
|
|
120339
|
+
}
|
|
120340
|
+
}
|
|
120341
|
+
|
|
120256
120342
|
.e-bigger .e-quick-popup-wrapper {
|
|
120257
120343
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
120258
120344
|
font-size: 24px;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"24.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"24.2.7","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|