Commit 8f1aabc1 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

changed styles for route selection container

parent 387d3010
...@@ -5,7 +5,28 @@ ...@@ -5,7 +5,28 @@
} }
.waypoint-wrapper{ .waypoint-wrapper{
font-weight: 700; padding: 8px;
font-weight: 500;
border-bottom: 1px solid #ddd;
background-color: #34a080;
text-align: center;
color: #fff;
}
.routes-list-wrapper{
font-size: 14px;
color: #444444;
.route-option-wrapper{
padding: 8px;
border-bottom: 1px solid #ddd;
font-size: 14px;
.route-heading{
font-weight: 500;
margin-bottom: 5px;
}
}
} }
.directions li span.arrow { .directions li span.arrow {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment