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

css changes for route hightlight

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