Skip to content

Commit

Permalink
chore(kit): Stepper text and icon align
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Aug 7, 2024
1 parent 3408038 commit 62e7761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/kit/components/stepper/step/step.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
outline: none;
cursor: pointer;
counter-increment: steps;
text-align: left;

&:disabled {
pointer-events: none;
Expand Down Expand Up @@ -45,13 +46,15 @@

.t-marker {
.transition(background);
position: relative;
display: flex;
width: 2rem;
height: 2rem;
border-radius: 100%;
margin-right: 0.75rem;
flex-shrink: 0;
align-items: center;
align-self: flex-start;
justify-content: center;
background: var(--tui-secondary);
color: var(--tui-link);
Expand Down

0 comments on commit 62e7761

Please sign in to comment.