From c0372c2657938e365db87d519b4f6b5eca71c5d3 Mon Sep 17 00:00:00 2001
From: sandeepsajan0 <sandeepsajan0@gmail.com>
Date: Thu, 23 Jun 2022 18:44:06 +0530
Subject: [PATCH] Fix css lint issues

---
 .../components/_activity-notifications.scss   | 21 +++++++------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/hypha/static_src/src/sass/apply/components/_activity-notifications.scss b/hypha/static_src/src/sass/apply/components/_activity-notifications.scss
index 5afe45446..2edcbc103 100644
--- a/hypha/static_src/src/sass/apply/components/_activity-notifications.scss
+++ b/hypha/static_src/src/sass/apply/components/_activity-notifications.scss
@@ -13,37 +13,31 @@
     position: absolute;
     right: 0;
     font-size: 15px;
-    background-color: #F0F0F0;
+    background-color: $color--light-grey;
     min-width: 400px;
-    box-shadow: 8px 8px 16px 8px rgba(0,0,0,0.2);
+    box-shadow: 1px 1px 1px 1px $color--light-mid-grey;
     z-index: 1;
 
     p {
-        color: black;
-        padding: 0px 10px;
+        color: $color--black;
+        padding: 0 10px;
         display: block;
     }
 }
 
 .dropdown-item {
-  border-bottom: .1px solid grey;
+    border-bottom: .1px solid $color--dark-grey;
 }
 
 .show-all {
-  text-align: center;
-}
-
-.source-label {
-    background-color: #7dc588;
+    text-align: center;
 }
 
 .show {
-    display:block;
+    display: block;
 }
 
-
 .notification {
-
     &__filters {
         display: flex;
         align-items: center;
@@ -58,6 +52,5 @@
         select {
             padding-right: 1em;
         }
-
     }
 }
-- 
GitLab