From 5e05843c81a1140602e4bbc8c32bbcde394646ba Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
Date: Mon, 17 Dec 2018 16:42:16 +0100
Subject: [PATCH] new members scss file created

---
 src/config.json         | 5 ++---
 src/styles/index.scss   | 1 +
 src/styles/members.scss | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 src/styles/members.scss

diff --git a/src/config.json b/src/config.json
index 085b3148..946ac581 100644
--- a/src/config.json
+++ b/src/config.json
@@ -3,13 +3,12 @@
     "sdn": "http://127.0.0.1:8000",
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
-    "client_id": "833925"
+    "client_id": "499509"
   },
-
   "prod": {
     "sdn": "https://test-paris.happy-dev.fr",
     "cdn": "https://cdn.happy-dev.fr",
     "xmpp": "https://jabber.happy-dev.fr/http-bind/",
     "client_id": "833925"
   }
-}
+}
\ No newline at end of file
diff --git a/src/styles/index.scss b/src/styles/index.scss
index ecd5f85b..630d6692 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -11,6 +11,7 @@
 @import 'filters';
 @import 'right-panel';
 @import 'job-offers';
+@import 'members';
 
 // @import 'members';
 @import 'header';
diff --git a/src/styles/members.scss b/src/styles/members.scss
new file mode 100644
index 00000000..e69de29b
-- 
GitLab