From: nael Date: Tue, 19 Mar 2019 15:43:55 +0000 (+0100) Subject: WIP #2591 @5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e80a47be52500fd886e3c932a429bace84d6efc4;p=sandvik-service-selector.git WIP #2591 @5 --- diff --git a/src/App.vue b/src/App.vue index bd260f8..f4a08c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,5 @@ @@ -22,9 +19,11 @@ export default { * { padding: 0; margin: 0; - font-family: "Aktiv Grotesk Corp Light"; } + font-family: Aktiv, sans-serif; } + body { + background-color: #000; + } #app { - font-family: 'Avenir', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; diff --git a/src/components/Forms.vue b/src/components/Forms.vue index af95a64..196ff54 100644 --- a/src/components/Forms.vue +++ b/src/components/Forms.vue @@ -3,37 +3,35 @@

{{ $t("mainTitle") }}

- Find the financing option that matches your needs + {{$t("mainDescription")}}

-
+
- + + - + -

( Depending on country of commissioning we offer different financial services )

+

{{$t("countryInfo")}}

-

{{ questions[questionsToAsk[this.currentQuestion]] }}

- - + +
- -
-

Based on your answers.
This is what we propose:

+

{{$t("answerTitle")}}
{{$t("answerProposal")}}

  • @@ -41,12 +39,11 @@ {{ $t('Proposal') }} {{index + 1}} : {{possibleResponses[responseID].title}}. - -
    +
- +
@@ -57,18 +54,7 @@