Skip to content

Commit 5c0c8e8

Browse files
committed
fix(MultiStepIndicator): nest divider style
1 parent 92ef827 commit 5c0c8e8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.wrapper {
22
display: flex;
3-
}
43

5-
.divider {
6-
background-color: var(--ui-border-color);
7-
margin: 16px;
8-
height: 1px;
9-
width: 48px;
4+
.divider {
5+
background-color: var(--ui-border-color);
6+
margin: 16px;
7+
height: 1px;
8+
width: 48px;
109

11-
&.compact {
12-
max-width: 40px;
13-
min-width: 16px;
14-
margin-inline-start: var(--spacing-small);
15-
margin-inline-end: var(--spacing-small);
10+
&.compact {
11+
max-width: 40px;
12+
min-width: 16px;
13+
margin-inline-start: var(--spacing-small);
14+
margin-inline-end: var(--spacing-small);
15+
}
1616
}
1717
}

0 commit comments

Comments
 (0)