From 11d7e2ee4615e0838f36e9d35d012c3088da8e21 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Thu, 12 Dec 2019 20:15:29 +0100
Subject: [PATCH] Fixing the inte

---
 src/styles/index.scss | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/styles/index.scss b/src/styles/index.scss
index 4cb69b47..0d103781 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -434,8 +434,8 @@ p{
 }
 /* XXXXXXXXXXXXXXXXXXXXXXXXXXXX ICONES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
 
-.ico_gauche, #mentor-resource-detail a, #mentor-resource-validate a, #entrepreneur-resource-detail a, #entrepreneur-resource-list cs-display-property[name="name"] p,
-#public-resource-detail a{
+.ico_gauche, #mentor-resource-detail cs-display-link a, #mentor-resource-validate cs-display-link a, #entrepreneur-resource-detail cs-display-link a,
+#entrepreneur-resource-list cs-display-property[name="name"] p, #public-resource-detail cs-display-link a{
     padding-left: 3.5rem;
     position: relative;
 }
@@ -472,8 +472,10 @@ header .ico_search:before{
     left: 75%;
     top: 33%;
 }
-#mentor-resource-detail a:before, #mentor-resource-validate a:before, #entrepreneur-resource-detail a:before,#public-resource-detail a:before{ /* ico link to ressource dans détail ressources*/
-    content:"\f0c1";   
+/* ico link to ressource dans détail ressources*/
+#mentor-resource-detail cs-display-link a:before, #mentor-resource-validate cs-display-link a:before, 
+#entrepreneur-resource-detail cs-display-link a:before, #public-resource-detail cs-display-link a:before{
+    content:"\f0c1";
 }
 .ico_arrow:before{
     content: "\f061";
-- 
GitLab