From 19d71a305f5e5f8059a7fb0ea33947a65a74b577 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Wed, 13 May 2020 20:10:48 +0200
Subject: [PATCH] Few css fixes

---
 src/styles/index.scss | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

diff --git a/src/styles/index.scss b/src/styles/index.scss
index 21c44773..839d94d7 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -2024,33 +2024,45 @@ XXXXXXXXXXXXXXXXXXXXXXXX SPECIFICITES XXXXXXXXXXXXXXXXXXXXXX
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
 
 #mentor-database container .step cs-steps-header p,
-#entrepreneur-resource-list container .step cs-steps-header p{
+#entrepreneur-resource-list container .step cs-steps-header p,
+#public-resource-list container .step cs-steps-header p{
     margin-bottom: 0;
 }
-.accordion cs-steps-header[label="Étape 1"]>div,
-#entrepreneur-resource-list .accordion cs-steps-header[label="Étape 1 "]>div{
+.accordion cs-steps-header[label="Étape 1"]>div, .accordion cs-steps-header[label="Step 1"]>div
+#entrepreneur-resource-list .accordion cs-steps-header[label="Étape 1 "]>div,
+#entrepreneur-resource-list .accordion cs-steps-header[label="Step 1"]>div,
+#public-resource-list .accordion cs-steps-header[label="Étape 1 "]>div,
+#public-resource-list .accordion cs-steps-header[label="Step 1"]>div {
     margin: 2rem 0;
 }
- .accordion.active cs-steps-header[label="Étape 1"]>div,
-#entrepreneur-resource-list .accordion.active cs-steps-header[label="Étape 1 "]>div{
+.accordion.active cs-steps-header[label="Étape 1"]>div,
+.accordion.active cs-steps-header[label="Step 1"]>div,
+#entrepreneur-resource-list .accordion.active cs-steps-header[label="Étape 1"]>div,
+#entrepreneur-resource-list .accordion.active cs-steps-header[label="Step 1"]>div,
+#public-resource-list .accordion cs-steps-header[label="Étape 1 "]>div,
+#public-resource-list .accordion cs-steps-header[label="Step 1"]>div {
     margin: 2rem 0 0 0;
 }
-// #mentor-database .block_log.block_list>.step:first-child,
-// #entrepreneur-resource-list .block_log.block_list>.step:first-child{
-//     padding-bottom: 0;
-// }
 #mentor-database .keyword_submit.button__actions .button_base.ico_gauche,
-#entrepreneur-resource-list .keyword_submit.button__actions .button_base.ico_gauche{
+#entrepreneur-resource-list .keyword_submit.button__actions .button_base.ico_gauche,
+#public-resource-list .keyword_submit.button__actions .button_base.ico_gauche {
     text-align: center;
     padding: .8rem 1.9rem .8rem 1.9rem;
 }
 #mentor-resource-detail h2.title_form, #mentor-database-resource-detail h2.title_form{
     font-weight: bold;
 }
-#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{
+#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, #entrepreneur-account .block_list.flex, #mentor-account-view .block_list.flex, 
+#mentor-database container.block_list .block_log,
+#public-resource-list container.block_list .block_log,
+#entrepreneur-resource-list container.block_list .block_log {
+    box-shadow: none;
+}
+#mentor-account .block_list.flex, #entrepreneur-account .block_list.flex, #mentor-account-view .block_list.flex,
 #entrepreneur-account-view .block_list.flex, #user-account-view .block_list.flex, #mentor-resource-create .block_log,
 #mentor-resource-edit .block_log {
     margin-bottom: 19rem;
-- 
GitLab