Skip to content

Commit

Permalink
fix(step): linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored Nov 8, 2024
1 parent 139f225 commit a70f0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/elements/step.less
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,15 @@
& .content {
margin-top: @circularStepContentMarginTop;
padding: @circularStepContentPadding;
&.center.aligned {
&.center.aligned {
margin-top: @circularStepContentCenterAlignedMarginTop;
& .title {
padding: @circularStepContentPadding;
margin-left: @circularStepContentCenterAlignedMarginLeft;
background: @circularStepContentCenterAlignedBackground;
}
}
&.bottom.aligned {
&.bottom.aligned {
margin-top: @circularStepContentBottomAlignedMarginTop;
}
&:not(.aligned) .title + .description {
Expand Down

0 comments on commit a70f0b1

Please sign in to comment.