From 73b7f178e0178a0a859222fd3f16391378a12ea6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 23 Nov 2019 10:56:06 +0100 Subject: [PATCH] :art: (App) --- src/styles/index.scss | 4 +- src/views/accounts/AccountNew.vue | 69 ++++++++++++++++++++++--------- 2 files changed, 52 insertions(+), 21 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index a4c9500..ad4fb71 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -13,12 +13,12 @@ html { overflow-y: auto; - background-color: var(--primary-color); + min-height: 100vh; } body { background-color: white; - height: calc(100vh - 54px); + padding: 15px 0 0; } .app { diff --git a/src/views/accounts/AccountNew.vue b/src/views/accounts/AccountNew.vue index bea88e1..028b336 100644 --- a/src/views/accounts/AccountNew.vue +++ b/src/views/accounts/AccountNew.vue @@ -7,23 +7,35 @@

Nom

- +
-

{{ $tc('validation.max_char', 30 - name.length, { max: 30 - name.length }) }}

+

+ {{ + $tc('validation.max_char', 30 - name.length, { + max: 30 - name.length + }) + }} +

- +
@@ -38,9 +50,15 @@ class="switch" v-model="isPublic" /> - -

-

+ +

@@ -52,15 +70,26 @@

- +
- {{ $tc('account.used_currencies', accountCurrencies.length, { count: accountCurrencies.length }) }} + {{ + $tc('account.used_currencies', accountCurrencies.length, { + count: accountCurrencies.length + }) + }}

-
+
- +