]> _ Git - sandvik-service-selector.git/commitdiff
Adjustments based on client feedback. WIP #2591 @0.25
authorStephen Cameron <stephen@cubedesigners.com>
Thu, 21 Mar 2019 11:19:57 +0000 (12:19 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Thu, 21 Mar 2019 11:19:57 +0000 (12:19 +0100)
src/components/Forms.vue
src/main.js

index 1129977042eba3a3edbb0435fd3f1ea227ff07f3..39f9c1d1b9465d383e1e498573bafb044b510bdb 100644 (file)
@@ -31,7 +31,7 @@
                 </div>
 
                 <div class="answer" v-if="step === 3">
-                    <h1 class="answer__title">{{$t("answerTitle")}}<br/>{{$t("answerProposal")}}</h1>
+                    <h1 class="answer__title">{{$t("answerTitle")}}</h1>
                     <ul class="answer__list">
                         <li class="answer__list--item" v-for="(responseID, index) in responses" :key="responseID">
 
         text-align: left;
         list-style: none;
     }
-    .answer__list--item{
-        margin: 1em 0 3em 0;
+    .answer__list--item {
+        margin: 1em 0 2.5em 0;
+    }
+    .answer__list--item:not(:last-child) {
+        padding-bottom: 1em;
+        border-bottom: 1px solid rgba(255, 255, 255, 0.75);
     }
     .answer__list--subtitle{
         margin-bottom: 1em;
-        font-weight: lighter;
+        font-weight: 600;
     }
     .answer__content p {
         margin-bottom: 1.3em;
index 5b806e01a7e20fd7063d72f8fe7f5b9875996c1c..7025c728c00b0207f055ef6df6835fc4aaaafb12 100644 (file)
@@ -17,8 +17,7 @@ const messages = {
         yes: "Yes",
         no: "No",
         Proposal: "Proposal",
-        answerTitle: "Based on your answers.",
-        answerProposal: "This is what we propose:",
+        answerTitle: "Based on your answers we propose:",
         restart: "Restart",
         questions: {
             O: "Do you want to own your equipment from day 1?",