@syncfusion/blazor-themes 20.3.48 → 20.3.50
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 +24 -12
- package/SCSS-Themes/bootstrap.scss +24 -12
- package/SCSS-Themes/bootstrap4.scss +32 -19
- package/SCSS-Themes/bootstrap5-dark.scss +27 -14
- package/SCSS-Themes/bootstrap5.scss +27 -14
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +30 -12
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +23 -5
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +23 -5
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +26 -9
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +26 -9
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +24 -6
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +24 -6
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +27 -10
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/material.scss +22 -5
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +23 -5
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +23 -5
- package/SCSS-Themes/fabric-dark.scss +28 -16
- package/SCSS-Themes/fabric.scss +28 -16
- package/SCSS-Themes/fluent-dark.scss +26 -13
- package/SCSS-Themes/fluent.scss +26 -13
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +2 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/fabric.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/grids/grid/highcontrast.scss +2 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/material.scss +2 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +2 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +2 -2
- package/SCSS-Themes/highcontrast.scss +29 -17
- package/SCSS-Themes/material-dark.scss +24 -12
- package/SCSS-Themes/material.scss +24 -12
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/material.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +0 -5
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +0 -5
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +25 -12
- package/SCSS-Themes/tailwind.scss +25 -12
- package/package.json +1 -1
|
@@ -88,8 +88,8 @@ $dialog-footer-hover-btn-color: $primary-bg-color-hover !default;
|
|
|
88
88
|
|
|
89
89
|
$dialog-footer-flat-btn-bg-color: $secondary-bg-color !default;
|
|
90
90
|
$dialog-footer-flat-hover-btn-bg-color: $secondary-bg-color-hover !default;
|
|
91
|
-
$dialog-footer-flat-btn-border-color: $secondary-
|
|
92
|
-
$dialog-footer-flat-btn-content-color: $
|
|
91
|
+
$dialog-footer-flat-btn-border-color: $secondary-border-color !default;
|
|
92
|
+
$dialog-footer-flat-btn-content-color: $secondary-text-color !default;
|
|
93
93
|
$dialog-enable-resize-padding-bottom: 15px !default;
|
|
94
94
|
|
|
95
95
|
@include export-module('dialog-layout') {
|
|
@@ -88,8 +88,8 @@ $dialog-footer-hover-btn-color: $primary-bg-color-hover !default;
|
|
|
88
88
|
|
|
89
89
|
$dialog-footer-flat-btn-bg-color: $secondary-bg-color !default;
|
|
90
90
|
$dialog-footer-flat-hover-btn-bg-color: $secondary-bg-color-hover !default;
|
|
91
|
-
$dialog-footer-flat-btn-border-color: $secondary-
|
|
92
|
-
$dialog-footer-flat-btn-content-color: $
|
|
91
|
+
$dialog-footer-flat-btn-border-color: $secondary-border-color !default;
|
|
92
|
+
$dialog-footer-flat-btn-content-color: $secondary-text-color !default;
|
|
93
93
|
$dialog-enable-resize-padding-bottom: 15px !default;
|
|
94
94
|
|
|
95
95
|
@include export-module('dialog-layout') {
|
|
@@ -58287,8 +58287,11 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
58287
58287
|
$ddl-chip-close-top: 0 !default;
|
|
58288
58288
|
$ddl-chip-close-left: 0 !default;
|
|
58289
58289
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
58290
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
58290
58291
|
$ddl-chip-close-square: $text-base !default;
|
|
58292
|
+
$ddl-chip-close-width: $text-base !default;
|
|
58291
58293
|
$ddl-chip-hooker-square: 28px !default;
|
|
58294
|
+
$ddl-chip-hooker-width: 28px !default;
|
|
58292
58295
|
$ddl-chip-close-font: $text-base !default;
|
|
58293
58296
|
$ddl-chip-height: 22px !default;
|
|
58294
58297
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -58395,6 +58398,7 @@ $ddl-small-clear-icon-width: 28px !default;
|
|
|
58395
58398
|
$ddl-bigger-small-clear-icon-height: 32px !default;
|
|
58396
58399
|
$ddl-bigger-small-clear-icon-width: 32px !default;
|
|
58397
58400
|
$ddl-bigger-chip-close-square: $text-xl !default;
|
|
58401
|
+
$ddl-bigger-chip-close-width: $text-xl !default;
|
|
58398
58402
|
$ddl-bigger-chip-close-font: $text-xl !default;
|
|
58399
58403
|
|
|
58400
58404
|
// Small size
|
|
@@ -58402,12 +58406,14 @@ $ddl-select-all-height-small: 24px !default;
|
|
|
58402
58406
|
$ddl-small-chip-height: 18px !default;
|
|
58403
58407
|
$ddl-chip-small-font-size: 12px !default;
|
|
58404
58408
|
$ddl-small-chip-close-square: $text-sm !default;
|
|
58409
|
+
$ddl-small-chip-close-width: $text-sm !default;
|
|
58405
58410
|
$ddl-small-chip-close-font: $text-sm !default;
|
|
58406
58411
|
$ddl-control-small-height: 24px !default;
|
|
58407
58412
|
$ddl-small-input-height: 24px !default;
|
|
58408
58413
|
$ddl-delim-small-font-size: 12px !default;
|
|
58409
58414
|
$ddl-small-closer-margin-top: -1.65em !default;
|
|
58410
58415
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
58416
|
+
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
58411
58417
|
$ddl-delimviewheight-small: 24px !default;
|
|
58412
58418
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
58413
58419
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -58423,6 +58429,7 @@ $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
|
58423
58429
|
$ddl-select-all-height-bigger-small: 32px !default;
|
|
58424
58430
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
58425
58431
|
$ddl-bigger-small-chip-close-square: $text-lg !default;
|
|
58432
|
+
$ddl-bigger-small-chip-close-width: $text-lg !default;
|
|
58426
58433
|
$ddl-bigger-small-chip-close-font: $text-lg !default;
|
|
58427
58434
|
$ddl-control-bigger-small-height: 28px !default;
|
|
58428
58435
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -58756,7 +58763,11 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
58756
58763
|
font-family: 'e-icons';
|
|
58757
58764
|
height: $ddl-chip-close-square;
|
|
58758
58765
|
margin: $ddl-chip-close-margin;
|
|
58759
|
-
width: $ddl-chip-close-
|
|
58766
|
+
width: $ddl-chip-close-width;
|
|
58767
|
+
}
|
|
58768
|
+
|
|
58769
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
58770
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
58760
58771
|
}
|
|
58761
58772
|
|
|
58762
58773
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -58771,7 +58782,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
58771
58782
|
position: absolute;
|
|
58772
58783
|
right: $ddl-chip-hooker-right;
|
|
58773
58784
|
top: $ddl-closer-hooker-top;
|
|
58774
|
-
width: $ddl-chip-hooker-
|
|
58785
|
+
width: $ddl-chip-hooker-width;
|
|
58775
58786
|
}
|
|
58776
58787
|
|
|
58777
58788
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -59487,7 +59498,7 @@ ejs-multiselect {
|
|
|
59487
59498
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
59488
59499
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
59489
59500
|
height: $ddl-bigger-chip-close-square;
|
|
59490
|
-
width: $ddl-bigger-chip-close-
|
|
59501
|
+
width: $ddl-bigger-chip-close-width;
|
|
59491
59502
|
}
|
|
59492
59503
|
}
|
|
59493
59504
|
|
|
@@ -59509,7 +59520,7 @@ ejs-multiselect {
|
|
|
59509
59520
|
|
|
59510
59521
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59511
59522
|
height: $ddl-small-chip-close-square;
|
|
59512
|
-
width: $ddl-small-chip-close-
|
|
59523
|
+
width: $ddl-small-chip-close-width;
|
|
59513
59524
|
}
|
|
59514
59525
|
|
|
59515
59526
|
.e-small .e-multi-select-wrapper {
|
|
@@ -59578,7 +59589,10 @@ ejs-multiselect {
|
|
|
59578
59589
|
|
|
59579
59590
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59580
59591
|
height: $ddl-bigger-small-chip-close-square;
|
|
59581
|
-
width: $ddl-bigger-small-chip-close-
|
|
59592
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
59593
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
59594
|
+
margin: 3px 10px 10px 0;
|
|
59595
|
+
}
|
|
59582
59596
|
}
|
|
59583
59597
|
|
|
59584
59598
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -60801,6 +60815,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
60801
60815
|
left: $ddl-chip-close-hooker-small-left;
|
|
60802
60816
|
}
|
|
60803
60817
|
|
|
60818
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
60819
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
60820
|
+
}
|
|
60821
|
+
|
|
60804
60822
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
60805
60823
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
60806
60824
|
left: $ddl-small-down-icon-left;
|
|
@@ -76649,7 +76667,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76649
76667
|
|
|
76650
76668
|
#{&}.e-grid-min-height {
|
|
76651
76669
|
.e-rowcell {
|
|
76652
|
-
line-height:
|
|
76670
|
+
line-height: normal;
|
|
76653
76671
|
padding-bottom: 0;
|
|
76654
76672
|
padding-top: 0;
|
|
76655
76673
|
}
|
|
@@ -76732,7 +76750,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76732
76750
|
.e-rowcell,
|
|
76733
76751
|
.e-rowcell:first-child,
|
|
76734
76752
|
.e-rowcell:last-child {
|
|
76735
|
-
line-height:
|
|
76753
|
+
line-height: normal;
|
|
76736
76754
|
padding-bottom: 0;
|
|
76737
76755
|
padding-top: 0;
|
|
76738
76756
|
}
|
|
@@ -103527,7 +103545,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
103527
103545
|
|
|
103528
103546
|
.e-valuescontent {
|
|
103529
103547
|
padding-right: 8px;
|
|
103530
|
-
text-align: right;
|
|
103531
103548
|
}
|
|
103532
103549
|
|
|
103533
103550
|
.e-grid .e-rowcell {
|
|
@@ -104829,10 +104846,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
104829
104846
|
margin-right: 7px;
|
|
104830
104847
|
}
|
|
104831
104848
|
|
|
104832
|
-
.e-valuescontent {
|
|
104833
|
-
text-align: left;
|
|
104834
|
-
}
|
|
104835
|
-
|
|
104836
104849
|
.e-group-values,
|
|
104837
104850
|
.e-group-columns,
|
|
104838
104851
|
.e-group-filters,
|
|
@@ -58284,8 +58284,11 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
58284
58284
|
$ddl-chip-close-top: 0 !default;
|
|
58285
58285
|
$ddl-chip-close-left: 0 !default;
|
|
58286
58286
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
58287
|
+
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
58287
58288
|
$ddl-chip-close-square: $text-base !default;
|
|
58289
|
+
$ddl-chip-close-width: $text-base !default;
|
|
58288
58290
|
$ddl-chip-hooker-square: 28px !default;
|
|
58291
|
+
$ddl-chip-hooker-width: 28px !default;
|
|
58289
58292
|
$ddl-chip-close-font: $text-base !default;
|
|
58290
58293
|
$ddl-chip-height: 22px !default;
|
|
58291
58294
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -58392,6 +58395,7 @@ $ddl-small-clear-icon-width: 28px !default;
|
|
|
58392
58395
|
$ddl-bigger-small-clear-icon-height: 32px !default;
|
|
58393
58396
|
$ddl-bigger-small-clear-icon-width: 32px !default;
|
|
58394
58397
|
$ddl-bigger-chip-close-square: $text-xl !default;
|
|
58398
|
+
$ddl-bigger-chip-close-width: $text-xl !default;
|
|
58395
58399
|
$ddl-bigger-chip-close-font: $text-xl !default;
|
|
58396
58400
|
|
|
58397
58401
|
// Small size
|
|
@@ -58399,12 +58403,14 @@ $ddl-select-all-height-small: 24px !default;
|
|
|
58399
58403
|
$ddl-small-chip-height: 18px !default;
|
|
58400
58404
|
$ddl-chip-small-font-size: 12px !default;
|
|
58401
58405
|
$ddl-small-chip-close-square: $text-sm !default;
|
|
58406
|
+
$ddl-small-chip-close-width: $text-sm !default;
|
|
58402
58407
|
$ddl-small-chip-close-font: $text-sm !default;
|
|
58403
58408
|
$ddl-control-small-height: 24px !default;
|
|
58404
58409
|
$ddl-small-input-height: 24px !default;
|
|
58405
58410
|
$ddl-delim-small-font-size: 12px !default;
|
|
58406
58411
|
$ddl-small-closer-margin-top: -1.65em !default;
|
|
58407
58412
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
58413
|
+
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
58408
58414
|
$ddl-delimviewheight-small: 24px !default;
|
|
58409
58415
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
58410
58416
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -58420,6 +58426,7 @@ $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
|
58420
58426
|
$ddl-select-all-height-bigger-small: 32px !default;
|
|
58421
58427
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
58422
58428
|
$ddl-bigger-small-chip-close-square: $text-lg !default;
|
|
58429
|
+
$ddl-bigger-small-chip-close-width: $text-lg !default;
|
|
58423
58430
|
$ddl-bigger-small-chip-close-font: $text-lg !default;
|
|
58424
58431
|
$ddl-control-bigger-small-height: 28px !default;
|
|
58425
58432
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -58753,7 +58760,11 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
58753
58760
|
font-family: 'e-icons';
|
|
58754
58761
|
height: $ddl-chip-close-square;
|
|
58755
58762
|
margin: $ddl-chip-close-margin;
|
|
58756
|
-
width: $ddl-chip-close-
|
|
58763
|
+
width: $ddl-chip-close-width;
|
|
58764
|
+
}
|
|
58765
|
+
|
|
58766
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
58767
|
+
margin: $ddl-chip-close-rtl-margin;
|
|
58757
58768
|
}
|
|
58758
58769
|
|
|
58759
58770
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -58768,7 +58779,7 @@ $ddl-close-icon-hover-color: $icon-color-hover !default;
|
|
|
58768
58779
|
position: absolute;
|
|
58769
58780
|
right: $ddl-chip-hooker-right;
|
|
58770
58781
|
top: $ddl-closer-hooker-top;
|
|
58771
|
-
width: $ddl-chip-hooker-
|
|
58782
|
+
width: $ddl-chip-hooker-width;
|
|
58772
58783
|
}
|
|
58773
58784
|
|
|
58774
58785
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -59484,7 +59495,7 @@ ejs-multiselect {
|
|
|
59484
59495
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
59485
59496
|
@if $ddl-multiselect-skin-name == 'tailwind' {
|
|
59486
59497
|
height: $ddl-bigger-chip-close-square;
|
|
59487
|
-
width: $ddl-bigger-chip-close-
|
|
59498
|
+
width: $ddl-bigger-chip-close-width;
|
|
59488
59499
|
}
|
|
59489
59500
|
}
|
|
59490
59501
|
|
|
@@ -59506,7 +59517,7 @@ ejs-multiselect {
|
|
|
59506
59517
|
|
|
59507
59518
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59508
59519
|
height: $ddl-small-chip-close-square;
|
|
59509
|
-
width: $ddl-small-chip-close-
|
|
59520
|
+
width: $ddl-small-chip-close-width;
|
|
59510
59521
|
}
|
|
59511
59522
|
|
|
59512
59523
|
.e-small .e-multi-select-wrapper {
|
|
@@ -59575,7 +59586,10 @@ ejs-multiselect {
|
|
|
59575
59586
|
|
|
59576
59587
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
59577
59588
|
height: $ddl-bigger-small-chip-close-square;
|
|
59578
|
-
width: $ddl-bigger-small-chip-close-
|
|
59589
|
+
width: $ddl-bigger-small-chip-close-width;
|
|
59590
|
+
@if $ddl-multiselect-skin-name == 'bootstrap4' {
|
|
59591
|
+
margin: 3px 10px 10px 0;
|
|
59592
|
+
}
|
|
59579
59593
|
}
|
|
59580
59594
|
|
|
59581
59595
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -60798,6 +60812,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
60798
60812
|
left: $ddl-chip-close-hooker-small-left;
|
|
60799
60813
|
}
|
|
60800
60814
|
|
|
60815
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
60816
|
+
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
60817
|
+
}
|
|
60818
|
+
|
|
60801
60819
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
60802
60820
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
60803
60821
|
left: $ddl-small-down-icon-left;
|
|
@@ -76646,7 +76664,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76646
76664
|
|
|
76647
76665
|
#{&}.e-grid-min-height {
|
|
76648
76666
|
.e-rowcell {
|
|
76649
|
-
line-height:
|
|
76667
|
+
line-height: normal;
|
|
76650
76668
|
padding-bottom: 0;
|
|
76651
76669
|
padding-top: 0;
|
|
76652
76670
|
}
|
|
@@ -76729,7 +76747,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76729
76747
|
.e-rowcell,
|
|
76730
76748
|
.e-rowcell:first-child,
|
|
76731
76749
|
.e-rowcell:last-child {
|
|
76732
|
-
line-height:
|
|
76750
|
+
line-height: normal;
|
|
76733
76751
|
padding-bottom: 0;
|
|
76734
76752
|
padding-top: 0;
|
|
76735
76753
|
}
|
|
@@ -103524,7 +103542,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
103524
103542
|
|
|
103525
103543
|
.e-valuescontent {
|
|
103526
103544
|
padding-right: 8px;
|
|
103527
|
-
text-align: right;
|
|
103528
103545
|
}
|
|
103529
103546
|
|
|
103530
103547
|
.e-grid .e-rowcell {
|
|
@@ -104826,10 +104843,6 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
104826
104843
|
margin-right: 7px;
|
|
104827
104844
|
}
|
|
104828
104845
|
|
|
104829
|
-
.e-valuescontent {
|
|
104830
|
-
text-align: left;
|
|
104831
|
-
}
|
|
104832
|
-
|
|
104833
104846
|
.e-group-values,
|
|
104834
104847
|
.e-group-columns,
|
|
104835
104848
|
.e-group-filters,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"20.3.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"20.3.50","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"]}
|