From 1f3c572a6aea55c82e90bcf33d106fcbbf90758f Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Sun, 5 Apr 2020 21:53:51 +0200
Subject: [PATCH] Few css tweak

---
 src/includes/public/resources/detail.pug |  1 -
 src/styles/index.scss                    | 25 +++++++++++++++---------
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/src/includes/public/resources/detail.pug b/src/includes/public/resources/detail.pug
index c578ea45..5673177a 100644
--- a/src/includes/public/resources/detail.pug
+++ b/src/includes/public/resources/detail.pug
@@ -120,7 +120,6 @@
     bind-resources
     nested-field="conversations"
   )
-
  
   h2.title_form.related=`${data.RelatedResources}`
 
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 8bad0d12..410a1f0e 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -1821,24 +1821,30 @@ div#requests.tabcontent sib-display.request_accordion div div> sib-set-default >
 }
 
 cs-validate-action div{
-        clear: both;
-        text-align: right;
-    }
+    clear: both;
+    text-align: right;
+}
 
 #requests sib-set-default[name="content"] {
     padding: 0 18px;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
-    }
-.fas.fa-times{
+}
+
+.fas.fa-times {
     font-size: 2rem;
-    &:before{
-    position: absolute;
-    right: 18px;
+    &:before {
+        position: absolute;
+        right: 18px;
     }
 }
 
+cs-display-mentor-link, cs-display-entrepreneur-link,
+cs-display-user-link {
+    cursor: pointer;
+}
+
 /*XXXXXXXXXXXXXXXXXX Commentaires XXXXXXXXXXXXXXXXXXXXXXXXXXX*/
 
 .sib-conversation div>.conversation-item{
@@ -2014,7 +2020,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
 #entrepreneur-resource-list container .step div sib-display >div, #public-resource-list container .step div sib-display >div, #mentor-database container .step div sib-display >div{
     margin-top: 2rem;
 }
-#mentor-account .block_list.flex{
+#mentor-account .block_list.flex, #mentor-account-view .block_list.flex,
+#entrepreneur-account-view .block_list.flex, #user-account-view .block_list.flex{
     margin-bottom: 19rem;
 }
 #entrepreneur-request-create sib-set-default[name="complementary_information"] cs-section_header[name="header_complementary"] h2{
-- 
GitLab