</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;
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?",