Skip to content

Commit dbc3a09

Browse files
committed
Fix steps divider
1 parent cc6c756 commit dbc3a09

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

src/assets/oruga-bootstrap.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131

3232
.step-divider {
3333
background: #b5b5b5;
34+
content: " ";
35+
display: block;
36+
position: absolute;
37+
bottom: 0;
38+
left: -50%;
39+
width: 100%;
40+
height: 5px;
41+
top: 35%;
3442
}
3543

3644
.steps-nav-item-active .step-marker {

src/assets/oruga-bulma.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
.step-divider {
1010
background: #b5b5b5;
11+
content: " ";
12+
display: block;
13+
position: absolute;
14+
bottom: 0;
15+
left: -50%;
16+
width: 100%;
17+
height: 5px;
18+
top: 35%;
1119
}
1220

1321
.step-marker {

src/assets/oruga-material.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030

3131
.step-divider {
3232
background: #b5b5b5;
33+
content: " ";
34+
display: block;
35+
position: absolute;
36+
bottom: 0;
37+
left: -50%;
38+
width: 100%;
39+
height: 5px;
40+
top: 35%;
3341
}
3442

3543
.steps-nav-item-active .step-marker {

src/assets/oruga-tailwindcss.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585

8686
.step-divider {
8787
background: #b5b5b5;
88+
content: " ";
89+
display: block;
90+
position: absolute;
91+
bottom: 0;
92+
left: -50%;
93+
width: 100%;
94+
height: 5px;
95+
top: 35%;
8896
}
8997

9098
.steps-nav-item-active .step-marker {

0 commit comments

Comments
 (0)