0.0.40 fix form
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
static/v2/icons/widgets/w_route_card/route_arrow.svg
Normal file
BIN
static/v2/icons/widgets/w_route_card/route_arrow.svg
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user