Skip to content

Commit

Permalink
fix(MultiStepIndicator): nest divider style (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Mar 24, 2024
1 parent 419cdc0 commit 2faf7e4
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.wrapper {
display: flex;
}

.divider {
background-color: var(--ui-border-color);
margin: 16px;
height: 1px;
width: 48px;
.divider {
background-color: var(--ui-border-color);
margin: 16px;
height: 1px;
width: 48px;

&.compact {
max-width: 40px;
min-width: 16px;
margin-inline-start: var(--spacing-small);
margin-inline-end: var(--spacing-small);
&.compact {
max-width: 40px;
min-width: 16px;
margin-inline-start: var(--spacing-small);
margin-inline-end: var(--spacing-small);
}
}
}

0 comments on commit 2faf7e4

Please sign in to comment.