Skip to content

Commit 4f92760

Browse files
Stepper: icon with a specified image path should fit into the step (DevExpress#29619)
1 parent ab90886 commit 4f92760

File tree

1 file changed

+3
-1
lines changed
  • packages/devextreme-scss/scss/widgets/base/stepper/layout/step

1 file changed

+3
-1
lines changed

packages/devextreme-scss/scss/widgets/base/stepper/layout/step/_mixins.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "../../../icons" as *;
2+
13
@mixin step(
24
$min-size,
35
$width,
@@ -25,7 +27,7 @@
2527
column-gap: $content-column-gap;
2628

2729
.dx-icon {
28-
font-size: $stepper-step-icon-size;
30+
@include dx-icon-sizing($stepper-step-icon-size);
2931
}
3032

3133
.dx-step-optional-mark {

0 commit comments

Comments
 (0)