Commit d2d9c761 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

css changes for route hightlight

parent 2c868f44
...@@ -18,15 +18,24 @@ ...@@ -18,15 +18,24 @@
color: #444444; color: #444444;
.route-option-wrapper{ .route-option-wrapper{
.route-option-inner{
padding: 8px; padding: 8px;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
font-size: 14px; font-size: 14px;
&.selected{
background-color: rgba(102, 157, 246, 1);
color: white;
font-weight: 500!important;
}
.route-heading{ .route-heading{
font-weight: 500; font-weight: 500;
margin-bottom: 5px; 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