Skip to content

Commit

Permalink
refactor(ors-l-polyline.css): remove overlapping style
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 11, 2022
1 parent 9582035 commit 3876e14
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
}

.ors-l-polyline-vertical-bar {
background-color: black;width: 2px; height: 130px;float: left;
background-color: black;
width: 2px;
height: 130px;
float: left;
}
.ors-l-polyline-content-block {
background-color: white; width: 178px; float: left;background:transparent;
width: 178px; float: left;
background:transparent;
opacity: 0.8;
}

Expand All @@ -26,7 +30,9 @@
}

.ors-l-polyline-bottom-block-info {
width: 148px; height: 45px; background:transparent
width: 148px;
height: 45px;
background:transparent
}


Expand Down

0 comments on commit 3876e14

Please sign in to comment.