File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
packages/devextreme-scss/scss/widgets/fluent Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
@use " ../../base/mixins" as * ;
7
7
@use " ../../base/validation" as * ;
8
8
@use " ../list/sizes" as * ;
9
- @use " ../dropDownList/sizes" as * ;
10
9
11
10
$badge-invalid-bg : $base-invalid-color ;
12
11
@@ -98,7 +97,7 @@ $badge-invalid-bg: $base-invalid-color;
98
97
margin-inline : $fluent-list-horizontal-padding ;
99
98
100
99
.dx-list-select-checkbox {
101
- margin-inline : $fluent-dropdownlist- checkbox-margin ;
100
+ margin-inline : $fluent-list-item- checkbox-horizontal -margin ;
102
101
}
103
102
}
104
103
Original file line number Diff line number Diff line change 2
2
3
3
// adduse
4
4
5
- $fluent-dropdownlist-checkbox-margin : 8px !default ;
Original file line number Diff line number Diff line change 4
4
5
5
$fluent-list-vertical-padding : 4px !default ;
6
6
$fluent-list-horizontal-padding : 4px !default ;
7
+ $fluent-list-item-checkbox-horizontal-margin : 8px !default ;
7
8
$fluent-list-bottom-padding : 4px !default ;
8
9
$fluent-list-searchbox-margin-bottom : 4px !default ;
9
10
$fluent-list-item-height : null !default ;
You can’t perform that action at this time.
0 commit comments