-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Stepped Process: add the component from v4 #636
Conversation
f4fe8c3
to
c48683f
Compare
1c3fe60
to
be5b5d9
Compare
New side topic here, now that we merged |
5486d9c
to
4462e53
Compare
2a8426f
to
2204d14
Compare
DesignFrom my first understanding, the design published in Zeplin uses a smaller font-size (my guess: ImprovementsAlso the intermediary display (between
@include media-breakpoint-between('sm', 'lg') {
.stepped-process-item.active {
flex: $stepped-process-max-items - 1;
}
} This should output Docs
|
89ce729
to
f059e6d
Compare
06ae9c7
to
6390593
Compare
6390593
to
862e77d
Compare
Stepbar is being ported into v5 as "stepped process" component.
Everything has been adapted according to this change
Closes #524
scss-docs
shortcoderebase -i
feat(…): …
messageback-from-v4
): renamed variables, changes in markup requirement, etc.