Skip to content

Commit

Permalink
Add margin top for step children to center with connector
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaree committed Jan 7, 2025
1 parent 95271f2 commit 0f83bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbook/app/pb_kits/playbook/pb_timeline/_timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ $gap_lg: $height_from_top + $space_lg;
}
}
}
[class=pb_timeline_item_step] {
> :first-child:not([class^=pb_icon_circle_kit]) {
margin-top: $space_xs;
}
}
}
&[class*=_with_date] {
@include flex_wrapper(row);
Expand Down

0 comments on commit 0f83bb0

Please sign in to comment.