@syncfusion/blazor-themes 20.4.42 → 20.4.44
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/base/tailwind.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +20 -4
- package/SCSS-Themes/bootstrap.scss +20 -4
- package/SCSS-Themes/bootstrap4.scss +20 -4
- package/SCSS-Themes/bootstrap5-dark.scss +19 -3
- package/SCSS-Themes/bootstrap5.scss +19 -3
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/material.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +3 -0
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +3 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/material.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +5 -0
- package/SCSS-Themes/fabric-dark.scss +18 -2
- package/SCSS-Themes/fabric.scss +18 -2
- package/SCSS-Themes/fluent-dark.scss +19 -3
- package/SCSS-Themes/fluent.scss +19 -3
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +9 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -2
- package/SCSS-Themes/grids/grid/fabric.scss +9 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -2
- package/SCSS-Themes/grids/grid/fluent.scss +9 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +9 -2
- package/SCSS-Themes/grids/grid/material.scss +9 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -2
- package/SCSS-Themes/highcontrast.scss +18 -2
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/inputs/input/bootstrap.scss +1 -0
- package/SCSS-Themes/inputs/input/bootstrap4.scss +1 -0
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/inputs/input/bootstrap5.scss +1 -0
- package/SCSS-Themes/inputs/input/fabric-dark.scss +1 -0
- package/SCSS-Themes/inputs/input/fabric.scss +1 -0
- package/SCSS-Themes/inputs/input/fluent-dark.scss +1 -0
- package/SCSS-Themes/inputs/input/fluent.scss +1 -0
- package/SCSS-Themes/inputs/input/highcontrast.scss +1 -0
- package/SCSS-Themes/inputs/input/material-dark.scss +1 -0
- package/SCSS-Themes/inputs/input/material.scss +1 -0
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +1 -0
- package/SCSS-Themes/inputs/input/tailwind.scss +1 -0
- package/SCSS-Themes/material-dark.scss +20 -4
- package/SCSS-Themes/material.scss +20 -4
- package/SCSS-Themes/tailwind-dark.scss +20 -4
- package/SCSS-Themes/tailwind.scss +21 -5
- package/package.json +1 -1
|
@@ -582,6 +582,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
582
582
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
583
583
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
584
584
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
585
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
586
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
585
587
|
$grid-sortnumber-font-size: 9px !default;
|
|
586
588
|
$grid-header-text-transform: none !default;
|
|
587
589
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -1519,7 +1521,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1519
1521
|
border-color: $grid-dragcell-border-color;
|
|
1520
1522
|
}
|
|
1521
1523
|
|
|
1522
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1524
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1525
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1526
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1527
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1523
1528
|
border-bottom-width: $grid-border-bottom-width;
|
|
1524
1529
|
}
|
|
1525
1530
|
|
|
@@ -2928,7 +2933,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2928
2933
|
}
|
|
2929
2934
|
|
|
2930
2935
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2931
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2936
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2937
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2938
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2932
2939
|
font-size: $grid-reorderarrow-font-size;
|
|
2933
2940
|
margin-left: $grid-reorderarrow-margin-left;
|
|
2934
2941
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -595,6 +595,8 @@ $grid-reorderarrow-margin-top: -11px !default;
|
|
|
595
595
|
$grid-reorderdownarrow-margin-top: 1px !default;
|
|
596
596
|
$grid-reorder-arrow-top-margin: -4px !default;
|
|
597
597
|
$grid-reorder-downarrow-top-margin: -5px !default;
|
|
598
|
+
$grid-reorder-virtualarrow-top-margin: -5px !default;
|
|
599
|
+
$grid-reorder-virtualdownarrow-top-margin: -5px !default;
|
|
598
600
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
599
601
|
$grid-reorderarrow-margin-left: -6px !default;
|
|
600
602
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -1530,7 +1532,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1530
1532
|
border-color: $grid-dragcell-border-color;
|
|
1531
1533
|
}
|
|
1532
1534
|
|
|
1533
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1535
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1536
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1537
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1538
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1534
1539
|
border-bottom-width: $grid-border-bottom-width;
|
|
1535
1540
|
}
|
|
1536
1541
|
|
|
@@ -2939,7 +2944,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2939
2944
|
}
|
|
2940
2945
|
|
|
2941
2946
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2942
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2947
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2948
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2949
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2943
2950
|
font-size: $grid-reorderarrow-font-size;
|
|
2944
2951
|
margin-left: $grid-reorderarrow-margin-left;
|
|
2945
2952
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -595,6 +595,8 @@ $grid-reorderarrow-margin-top: -11px !default;
|
|
|
595
595
|
$grid-reorderdownarrow-margin-top: 1px !default;
|
|
596
596
|
$grid-reorder-arrow-top-margin: -4px !default;
|
|
597
597
|
$grid-reorder-downarrow-top-margin: -5px !default;
|
|
598
|
+
$grid-reorder-virtualarrow-top-margin: -5px !default;
|
|
599
|
+
$grid-reorder-virtualdownarrow-top-margin: -5px !default;
|
|
598
600
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
599
601
|
$grid-reorderarrow-margin-left: -6px !default;
|
|
600
602
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -1530,7 +1532,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
1530
1532
|
border-color: $grid-dragcell-border-color;
|
|
1531
1533
|
}
|
|
1532
1534
|
|
|
1533
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
1535
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
1536
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
1537
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
1538
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
1534
1539
|
border-bottom-width: $grid-border-bottom-width;
|
|
1535
1540
|
}
|
|
1536
1541
|
|
|
@@ -2939,7 +2944,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2939
2944
|
}
|
|
2940
2945
|
|
|
2941
2946
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2942
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
2947
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
2948
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
2949
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
2943
2950
|
font-size: $grid-reorderarrow-font-size;
|
|
2944
2951
|
margin-left: $grid-reorderarrow-margin-left;
|
|
2945
2952
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -2703,6 +2703,9 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2703
2703
|
#{&}.e-ddl.e-popup.e-ddl-device-filter {
|
|
2704
2704
|
margin: $ddl-filter-margin;
|
|
2705
2705
|
}
|
|
2706
|
+
#{&}.e-ios {
|
|
2707
|
+
position: fixed;
|
|
2708
|
+
}
|
|
2706
2709
|
}
|
|
2707
2710
|
|
|
2708
2711
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
@@ -6324,6 +6327,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
6324
6327
|
|
|
6325
6328
|
input.e-input.e-rtl#{$css},
|
|
6326
6329
|
.e-input-group.e-rtl input.e-input,
|
|
6330
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
6327
6331
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
6328
6332
|
.e-float-input.e-rtl input,
|
|
6329
6333
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -59057,6 +59061,11 @@ ejs-multiselect {
|
|
|
59057
59061
|
cursor: not-allowed;
|
|
59058
59062
|
}
|
|
59059
59063
|
|
|
59064
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59065
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59066
|
+
cursor: pointer;
|
|
59067
|
+
}
|
|
59068
|
+
|
|
59060
59069
|
|
|
59061
59070
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59062
59071
|
color: $ddl-sel-chip-close;
|
|
@@ -71468,6 +71477,8 @@ $grid-reorderarrow-margin-top: -5px !default;
|
|
|
71468
71477
|
$grid-reorderdownarrow-margin-top: 4px !default;
|
|
71469
71478
|
$grid-reorder-arrow-top-margin: 2px !default;
|
|
71470
71479
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
71480
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
71481
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
71471
71482
|
$grid-sortnumber-font-size: 9px !default;
|
|
71472
71483
|
$grid-header-text-transform: none !default;
|
|
71473
71484
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -72405,7 +72416,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
72405
72416
|
border-color: $grid-dragcell-border-color;
|
|
72406
72417
|
}
|
|
72407
72418
|
|
|
72408
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
72419
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
72420
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
72421
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
72422
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
72409
72423
|
border-bottom-width: $grid-border-bottom-width;
|
|
72410
72424
|
}
|
|
72411
72425
|
|
|
@@ -73814,7 +73828,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
73814
73828
|
}
|
|
73815
73829
|
|
|
73816
73830
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
73817
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
73831
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
73832
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
73833
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
73818
73834
|
font-size: $grid-reorderarrow-font-size;
|
|
73819
73835
|
margin-left: $grid-reorderarrow-margin-left;
|
|
73820
73836
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -3367,6 +3367,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3367
3367
|
|
|
3368
3368
|
input.e-input.e-rtl#{$css},
|
|
3369
3369
|
.e-input-group.e-rtl input.e-input,
|
|
3370
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3370
3371
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3371
3372
|
.e-float-input.e-rtl input,
|
|
3372
3373
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3358,6 +3358,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3358
3358
|
|
|
3359
3359
|
input.e-input.e-rtl#{$css},
|
|
3360
3360
|
.e-input-group.e-rtl input.e-input,
|
|
3361
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3361
3362
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3362
3363
|
.e-float-input.e-rtl input,
|
|
3363
3364
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3363,6 +3363,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3363
3363
|
|
|
3364
3364
|
input.e-input.e-rtl#{$css},
|
|
3365
3365
|
.e-input-group.e-rtl input.e-input,
|
|
3366
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3366
3367
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3367
3368
|
.e-float-input.e-rtl input,
|
|
3368
3369
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3374,6 +3374,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3374
3374
|
|
|
3375
3375
|
input.e-input.e-rtl#{$css},
|
|
3376
3376
|
.e-input-group.e-rtl input.e-input,
|
|
3377
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3377
3378
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3378
3379
|
.e-float-input.e-rtl input,
|
|
3379
3380
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3374,6 +3374,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3374
3374
|
|
|
3375
3375
|
input.e-input.e-rtl#{$css},
|
|
3376
3376
|
.e-input-group.e-rtl input.e-input,
|
|
3377
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3377
3378
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3378
3379
|
.e-float-input.e-rtl input,
|
|
3379
3380
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3357,6 +3357,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3357
3357
|
|
|
3358
3358
|
input.e-input.e-rtl#{$css},
|
|
3359
3359
|
.e-input-group.e-rtl input.e-input,
|
|
3360
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3360
3361
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3361
3362
|
.e-float-input.e-rtl input,
|
|
3362
3363
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3349,6 +3349,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3349
3349
|
|
|
3350
3350
|
input.e-input.e-rtl#{$css},
|
|
3351
3351
|
.e-input-group.e-rtl input.e-input,
|
|
3352
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3352
3353
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3353
3354
|
.e-float-input.e-rtl input,
|
|
3354
3355
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3376,6 +3376,7 @@ $float-label-rtl-value: -10px !default;
|
|
|
3376
3376
|
|
|
3377
3377
|
input.e-input.e-rtl#{$css},
|
|
3378
3378
|
.e-input-group.e-rtl input.e-input,
|
|
3379
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3379
3380
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3380
3381
|
.e-float-input.e-rtl input,
|
|
3381
3382
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3376,6 +3376,7 @@ $float-label-rtl-value: -10px !default;
|
|
|
3376
3376
|
|
|
3377
3377
|
input.e-input.e-rtl#{$css},
|
|
3378
3378
|
.e-input-group.e-rtl input.e-input,
|
|
3379
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3379
3380
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3380
3381
|
.e-float-input.e-rtl input,
|
|
3381
3382
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3350,6 +3350,7 @@ $float-label-rtl-value: -7px !default;
|
|
|
3350
3350
|
|
|
3351
3351
|
input.e-input.e-rtl#{$css},
|
|
3352
3352
|
.e-input-group.e-rtl input.e-input,
|
|
3353
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3353
3354
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3354
3355
|
.e-float-input.e-rtl input,
|
|
3355
3356
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3611,6 +3611,7 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
3611
3611
|
|
|
3612
3612
|
input.e-input.e-rtl#{$css},
|
|
3613
3613
|
.e-input-group.e-rtl input.e-input,
|
|
3614
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3614
3615
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3615
3616
|
.e-float-input.e-rtl input,
|
|
3616
3617
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3611,6 +3611,7 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
3611
3611
|
|
|
3612
3612
|
input.e-input.e-rtl#{$css},
|
|
3613
3613
|
.e-input-group.e-rtl input.e-input,
|
|
3614
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3614
3615
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3615
3616
|
.e-float-input.e-rtl input,
|
|
3616
3617
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3373,6 +3373,7 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
3373
3373
|
|
|
3374
3374
|
input.e-input.e-rtl#{$css},
|
|
3375
3375
|
.e-input-group.e-rtl input.e-input,
|
|
3376
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3376
3377
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3377
3378
|
.e-float-input.e-rtl input,
|
|
3378
3379
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -3373,6 +3373,7 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
3373
3373
|
|
|
3374
3374
|
input.e-input.e-rtl#{$css},
|
|
3375
3375
|
.e-input-group.e-rtl input.e-input,
|
|
3376
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
3376
3377
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
3377
3378
|
.e-float-input.e-rtl input,
|
|
3378
3379
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -2682,6 +2682,9 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
2682
2682
|
#{&}.e-ddl.e-popup.e-ddl-device-filter {
|
|
2683
2683
|
margin: $ddl-filter-margin;
|
|
2684
2684
|
}
|
|
2685
|
+
#{&}.e-ios {
|
|
2686
|
+
position: fixed;
|
|
2687
|
+
}
|
|
2685
2688
|
}
|
|
2686
2689
|
|
|
2687
2690
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
@@ -6564,6 +6567,7 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
6564
6567
|
|
|
6565
6568
|
input.e-input.e-rtl#{$css},
|
|
6566
6569
|
.e-input-group.e-rtl input.e-input,
|
|
6570
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
6567
6571
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
6568
6572
|
.e-float-input.e-rtl input,
|
|
6569
6573
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -59672,6 +59676,11 @@ ejs-multiselect {
|
|
|
59672
59676
|
cursor: not-allowed;
|
|
59673
59677
|
}
|
|
59674
59678
|
|
|
59679
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59680
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59681
|
+
cursor: pointer;
|
|
59682
|
+
}
|
|
59683
|
+
|
|
59675
59684
|
|
|
59676
59685
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59677
59686
|
color: $ddl-sel-chip-close;
|
|
@@ -70389,7 +70398,7 @@ $bigger-splitbar-icon-size: 16px !default;
|
|
|
70389
70398
|
}
|
|
70390
70399
|
}
|
|
70391
70400
|
|
|
70392
|
-
|
|
70401
|
+
|
|
70393
70402
|
|
|
70394
70403
|
|
|
70395
70404
|
$pager-font-size: 13px !default;
|
|
@@ -72194,7 +72203,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
72194
72203
|
}
|
|
72195
72204
|
}
|
|
72196
72205
|
|
|
72197
|
-
|
|
72206
|
+
|
|
72198
72207
|
|
|
72199
72208
|
|
|
72200
72209
|
|
|
@@ -72780,6 +72789,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
72780
72789
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
72781
72790
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
72782
72791
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
72792
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
72793
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
72783
72794
|
$grid-sortnumber-font-size: 9px !default;
|
|
72784
72795
|
$grid-header-text-transform: none !default;
|
|
72785
72796
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -73717,7 +73728,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
73717
73728
|
border-color: $grid-dragcell-border-color;
|
|
73718
73729
|
}
|
|
73719
73730
|
|
|
73720
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
73731
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
73732
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
73733
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
73734
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
73721
73735
|
border-bottom-width: $grid-border-bottom-width;
|
|
73722
73736
|
}
|
|
73723
73737
|
|
|
@@ -75126,7 +75140,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75126
75140
|
}
|
|
75127
75141
|
|
|
75128
75142
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
75129
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
75143
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
75144
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
75145
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
75130
75146
|
font-size: $grid-reorderarrow-font-size;
|
|
75131
75147
|
margin-left: $grid-reorderarrow-margin-left;
|
|
75132
75148
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -2699,6 +2699,9 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
2699
2699
|
#{&}.e-ddl.e-popup.e-ddl-device-filter {
|
|
2700
2700
|
margin: $ddl-filter-margin;
|
|
2701
2701
|
}
|
|
2702
|
+
#{&}.e-ios {
|
|
2703
|
+
position: fixed;
|
|
2704
|
+
}
|
|
2702
2705
|
}
|
|
2703
2706
|
|
|
2704
2707
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
@@ -6581,6 +6584,7 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
6581
6584
|
|
|
6582
6585
|
input.e-input.e-rtl#{$css},
|
|
6583
6586
|
.e-input-group.e-rtl input.e-input,
|
|
6587
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
6584
6588
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
6585
6589
|
.e-float-input.e-rtl input,
|
|
6586
6590
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -59407,6 +59411,11 @@ ejs-multiselect {
|
|
|
59407
59411
|
cursor: not-allowed;
|
|
59408
59412
|
}
|
|
59409
59413
|
|
|
59414
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59415
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59416
|
+
cursor: pointer;
|
|
59417
|
+
}
|
|
59418
|
+
|
|
59410
59419
|
|
|
59411
59420
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59412
59421
|
color: $ddl-sel-chip-close;
|
|
@@ -70117,7 +70126,7 @@ $bigger-splitbar-icon-size: 16px !default;
|
|
|
70117
70126
|
}
|
|
70118
70127
|
}
|
|
70119
70128
|
|
|
70120
|
-
|
|
70129
|
+
|
|
70121
70130
|
|
|
70122
70131
|
|
|
70123
70132
|
$pager-font-size: 13px !default;
|
|
@@ -71917,7 +71926,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
71917
71926
|
}
|
|
71918
71927
|
}
|
|
71919
71928
|
|
|
71920
|
-
|
|
71929
|
+
|
|
71921
71930
|
|
|
71922
71931
|
|
|
71923
71932
|
|
|
@@ -72501,6 +72510,8 @@ $grid-reorderarrow-margin-top: -4.5px !default;
|
|
|
72501
72510
|
$grid-reorderdownarrow-margin-top: 4.5px !default;
|
|
72502
72511
|
$grid-reorder-arrow-top-margin: 1px !default;
|
|
72503
72512
|
$grid-reorder-downarrow-top-margin: -1px !default;
|
|
72513
|
+
$grid-reorder-virtualarrow-top-margin: 1px !default;
|
|
72514
|
+
$grid-reorder-virtualdownarrow-top-margin: -1px !default;
|
|
72504
72515
|
$grid-sortnumber-font-size: 9px !default;
|
|
72505
72516
|
$grid-header-text-transform: none !default;
|
|
72506
72517
|
$grid-bigger-toolbar-icon-size: 18px !default;
|
|
@@ -73438,7 +73449,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
73438
73449
|
border-color: $grid-dragcell-border-color;
|
|
73439
73450
|
}
|
|
73440
73451
|
|
|
73441
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
73452
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
73453
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
73454
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
73455
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
73442
73456
|
border-bottom-width: $grid-border-bottom-width;
|
|
73443
73457
|
}
|
|
73444
73458
|
|
|
@@ -74847,7 +74861,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
74847
74861
|
}
|
|
74848
74862
|
|
|
74849
74863
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
74850
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
74864
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
74865
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
74866
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
74851
74867
|
font-size: $grid-reorderarrow-font-size;
|
|
74852
74868
|
margin-left: $grid-reorderarrow-margin-left;
|
|
74853
74869
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -2702,6 +2702,9 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2702
2702
|
#{&}.e-ddl.e-popup.e-ddl-device-filter {
|
|
2703
2703
|
margin: $ddl-filter-margin;
|
|
2704
2704
|
}
|
|
2705
|
+
#{&}.e-ios {
|
|
2706
|
+
position: fixed;
|
|
2707
|
+
}
|
|
2705
2708
|
}
|
|
2706
2709
|
|
|
2707
2710
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
@@ -6346,6 +6349,7 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
6346
6349
|
|
|
6347
6350
|
input.e-input.e-rtl#{$css},
|
|
6348
6351
|
.e-input-group.e-rtl input.e-input,
|
|
6352
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
6349
6353
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
6350
6354
|
.e-float-input.e-rtl input,
|
|
6351
6355
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -59291,6 +59295,11 @@ ejs-multiselect {
|
|
|
59291
59295
|
cursor: not-allowed;
|
|
59292
59296
|
}
|
|
59293
59297
|
|
|
59298
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59299
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59300
|
+
cursor: pointer;
|
|
59301
|
+
}
|
|
59302
|
+
|
|
59294
59303
|
|
|
59295
59304
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59296
59305
|
color: $ddl-sel-chip-close;
|
|
@@ -69402,7 +69411,7 @@ $split-bar-hover-border-right: 1px solid $splitbar-hover-border-color !default;
|
|
|
69402
69411
|
}
|
|
69403
69412
|
}
|
|
69404
69413
|
|
|
69405
|
-
|
|
69414
|
+
|
|
69406
69415
|
|
|
69407
69416
|
|
|
69408
69417
|
$pager-numericitem-border-radius: 0 !default;
|
|
@@ -71219,7 +71228,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
71219
71228
|
}
|
|
71220
71229
|
}
|
|
71221
71230
|
|
|
71222
|
-
|
|
71231
|
+
|
|
71223
71232
|
|
|
71224
71233
|
|
|
71225
71234
|
|
|
@@ -71816,6 +71825,8 @@ $grid-reorderarrow-margin-top: -11px !default;
|
|
|
71816
71825
|
$grid-reorderdownarrow-margin-top: 1px !default;
|
|
71817
71826
|
$grid-reorder-arrow-top-margin: -4px !default;
|
|
71818
71827
|
$grid-reorder-downarrow-top-margin: -5px !default;
|
|
71828
|
+
$grid-reorder-virtualarrow-top-margin: -5px !default;
|
|
71829
|
+
$grid-reorder-virtualdownarrow-top-margin: -5px !default;
|
|
71819
71830
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
71820
71831
|
$grid-reorderarrow-margin-left: -6px !default;
|
|
71821
71832
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -72751,7 +72762,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
72751
72762
|
border-color: $grid-dragcell-border-color;
|
|
72752
72763
|
}
|
|
72753
72764
|
|
|
72754
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
72765
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
72766
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
72767
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
72768
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
72755
72769
|
border-bottom-width: $grid-border-bottom-width;
|
|
72756
72770
|
}
|
|
72757
72771
|
|
|
@@ -74160,7 +74174,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
74160
74174
|
}
|
|
74161
74175
|
|
|
74162
74176
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
74163
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
74177
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
74178
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
74179
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
74164
74180
|
font-size: $grid-reorderarrow-font-size;
|
|
74165
74181
|
margin-left: $grid-reorderarrow-margin-left;
|
|
74166
74182
|
margin-top: $grid-reorderarrow-margin-top;
|
|
@@ -161,7 +161,7 @@ $shadow-focus-ring1: 0 0 0 1px rgba($primary, 1) !default;
|
|
|
161
161
|
$shadow-focus-ring2: 0 0 0 2px rgba($content-bg-color, .95), 0 0 0 4px rgba($primary, 1) !default;
|
|
162
162
|
|
|
163
163
|
// FontFamily
|
|
164
|
-
$font-family: 'Inter';
|
|
164
|
+
$font-family: 'Inter' !default;
|
|
165
165
|
|
|
166
166
|
// Default Font Size
|
|
167
167
|
$text-xxs: 10px !default;
|
|
@@ -2699,6 +2699,9 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2699
2699
|
#{&}.e-ddl.e-popup.e-ddl-device-filter {
|
|
2700
2700
|
margin: $ddl-filter-margin;
|
|
2701
2701
|
}
|
|
2702
|
+
#{&}.e-ios {
|
|
2703
|
+
position: fixed;
|
|
2704
|
+
}
|
|
2702
2705
|
}
|
|
2703
2706
|
|
|
2704
2707
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
@@ -6343,6 +6346,7 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
6343
6346
|
|
|
6344
6347
|
input.e-input.e-rtl#{$css},
|
|
6345
6348
|
.e-input-group.e-rtl input.e-input,
|
|
6349
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
6346
6350
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
6347
6351
|
.e-float-input.e-rtl input,
|
|
6348
6352
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -59288,6 +59292,11 @@ ejs-multiselect {
|
|
|
59288
59292
|
cursor: not-allowed;
|
|
59289
59293
|
}
|
|
59290
59294
|
|
|
59295
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
59296
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
59297
|
+
cursor: pointer;
|
|
59298
|
+
}
|
|
59299
|
+
|
|
59291
59300
|
|
|
59292
59301
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
59293
59302
|
color: $ddl-sel-chip-close;
|
|
@@ -69399,7 +69408,7 @@ $split-bar-hover-border-right: 1px solid $splitbar-hover-border-color !default;
|
|
|
69399
69408
|
}
|
|
69400
69409
|
}
|
|
69401
69410
|
|
|
69402
|
-
|
|
69411
|
+
|
|
69403
69412
|
|
|
69404
69413
|
|
|
69405
69414
|
$pager-numericitem-border-radius: 0 !default;
|
|
@@ -71216,7 +71225,7 @@ $grid-xl-radio-margin-top: 0 !default;
|
|
|
71216
71225
|
}
|
|
71217
71226
|
}
|
|
71218
71227
|
|
|
71219
|
-
|
|
71228
|
+
|
|
71220
71229
|
|
|
71221
71230
|
|
|
71222
71231
|
|
|
@@ -71813,6 +71822,8 @@ $grid-reorderarrow-margin-top: -11px !default;
|
|
|
71813
71822
|
$grid-reorderdownarrow-margin-top: 1px !default;
|
|
71814
71823
|
$grid-reorder-arrow-top-margin: -4px !default;
|
|
71815
71824
|
$grid-reorder-downarrow-top-margin: -5px !default;
|
|
71825
|
+
$grid-reorder-virtualarrow-top-margin: -5px !default;
|
|
71826
|
+
$grid-reorder-virtualdownarrow-top-margin: -5px !default;
|
|
71816
71827
|
$grid-bigger-toolbar-icon-size: $grid-bigger-icons-font-size !default;
|
|
71817
71828
|
$grid-reorderarrow-margin-left: -6px !default;
|
|
71818
71829
|
$grid-column-chooser-cancel-icon-size: $text-sm !default;
|
|
@@ -72748,7 +72759,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
72748
72759
|
border-color: $grid-dragcell-border-color;
|
|
72749
72760
|
}
|
|
72750
72761
|
|
|
72751
|
-
.e-gridcontent .e-rowdragdrop.e-lastrowcell
|
|
72762
|
+
.e-gridcontent .e-rowdragdrop.e-lastrowcell,
|
|
72763
|
+
.e-gridcontent .e-recordpluscollapse.e-lastrowcell,
|
|
72764
|
+
.e-gridcontent .e-indentcell.e-lastrowcell,
|
|
72765
|
+
.e-gridcontent .e-groupcaption.e-lastrowcell {
|
|
72752
72766
|
border-bottom-width: $grid-border-bottom-width;
|
|
72753
72767
|
}
|
|
72754
72768
|
|
|
@@ -74157,7 +74171,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
74157
74171
|
}
|
|
74158
74172
|
|
|
74159
74173
|
.e-gridheader .e-headercontent .e-reorderuparrow,
|
|
74160
|
-
.e-gridheader .e-headercontent .e-reorderdownarrow
|
|
74174
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow,
|
|
74175
|
+
.e-gridheader .e-headercontent .e-reorderuparrow-virtual,
|
|
74176
|
+
.e-gridheader .e-headercontent .e-reorderdownarrow-virtual {
|
|
74161
74177
|
font-size: $grid-reorderarrow-font-size;
|
|
74162
74178
|
margin-left: $grid-reorderarrow-margin-left;
|
|
74163
74179
|
margin-top: $grid-reorderarrow-margin-top;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"20.4.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"20.4.44","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"]}
|