This commit is contained in:
2019-11-04 23:28:18 +00:00
parent 21b8887ca8
commit d91a763e15
4 changed files with 42 additions and 28 deletions

View File

@@ -1,16 +1,16 @@
<template>
<v-container>
<v-row text-center wrap>
<v-col xs12>
<v-row>
<v-col cols="12">
<v-img
:src="require('../assets/logo.svg')"
class="my-4"
contain
height="200"
position="center top"
></v-img>
</v-col>
<v-col mb-6 v-if="this.formReady">
<h1 class="display-2 font-weight-bold mb-4">
<v-col cols="12" v-if="this.formReady">
<h1 class="display-1 font-weight-bold text-center">
{{ lt("Welcome") }}
</h1>
</v-col>