From d2d9c761a734b94c3f3640f82c0f289f6da3f880 Mon Sep 17 00:00:00 2001
From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de>
Date: Mon, 6 Jan 2020 15:37:16 +0100
Subject: [PATCH] css changes for route hightlight

---
 src/app/hirebike/hirebike.page.scss | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/src/app/hirebike/hirebike.page.scss b/src/app/hirebike/hirebike.page.scss
index 293a806..6c16e7d 100644
--- a/src/app/hirebike/hirebike.page.scss
+++ b/src/app/hirebike/hirebike.page.scss
@@ -18,13 +18,22 @@
   color: #444444;
 
   .route-option-wrapper{
-    padding: 8px;
-    border-bottom: 1px solid #ddd;
-    font-size: 14px;
 
-    .route-heading{
-      font-weight: 500;
-      margin-bottom: 5px;
+    .route-option-inner{
+      padding: 8px;
+      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;
+      }
     }
   }
 }
-- 
GitLab