diff --git a/source/components/Results.js b/source/components/Results.js index 71d0a2057..6ec372b45 100644 --- a/source/components/Results.js +++ b/source/components/Results.js @@ -57,7 +57,7 @@ export default class Results extends Component { ))} - +

Comprendre mes résultats

) diff --git a/source/components/Simulateur.css b/source/components/Simulateur.css index 41ac229d3..f871f7e5f 100644 --- a/source/components/Simulateur.css +++ b/source/components/Simulateur.css @@ -75,8 +75,9 @@ opacity: 1; } -.scrollButton { +.scrollIndication { display: block; + text-align: center; margin: 1.4em auto; transition: 1s opacity; color: #4A89DC; @@ -84,9 +85,15 @@ font-size: 100%; font-weight: 600; } -.scrollButton.up { +.scrollIndication i { + margin: 0 .3em; +} +.scrollIndication:hover i { + font-weight: bold; +} +.scrollIndication.up { margin-top: 0; } -.scrollButton.down { +.scrollIndication.down { margin-bottom: 0; } diff --git a/source/components/conversation/Conversation.js b/source/components/conversation/Conversation.js index 6ed89531a..66fb10a4a 100644 --- a/source/components/conversation/Conversation.js +++ b/source/components/conversation/Conversation.js @@ -52,7 +52,7 @@ export default class Conversation extends Component { )} - +

Modifier mes réponses

{currentQuestion || }