0.0.40 fix form

This commit is contained in:
SBD
2025-01-16 16:20:25 +03:00
parent e667e5a0c9
commit 81e0812c66
3 changed files with 11 additions and 0 deletions

View File

@@ -193,6 +193,16 @@
z-index: 1;
background: linear-gradient(90deg, rgba(6,91,255,1) 0%, rgba(69,194,38,1) 100%);
}
.way_progress_arrows_line{
width: calc(100% - 10px);
margin-left: 10px;
height: 4px;
position: absolute;
top: 2px;
z-index: 10;
background-image: url("/static/v2/icons/widgets/w_route_card/route_arrow.svg");
background-repeat: repeat-x;
}
}
}
}

Binary file not shown.

View File

@@ -42,6 +42,7 @@
<div class="way_progress_line_container">
<div class="way_progress_round"></div>
<div class="way_progress_line"></div>
<div class="way_progress_arrows_line"></div>
<div class="way_progress_round"></div>
</div>
</div>