This commit is contained in:
2018-11-21 18:05:15 +00:00
parent eff6f40e31
commit c1eecaafd7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-container fluid>
<v-layout row wrap="">
<v-flex xs12 class="text-xs-center" mt-5>
<v-flex xs12 class="text-xs-center" mt-5 ml-5 pl-5>
<v-img :src="require('../assets/logo.svg')" class="my-3" contain height="200"></v-img>
</v-flex>
<v-flex xs12 sm6 offset-sm3 mt-3>
@@ -26,7 +26,7 @@
required
></v-text-field>
</v-flex>
<v-flex class="text-xs-center" mt-5>
<v-flex class="text-xs-center" mt-1>
<v-btn color="primary" v-on:click="login()">
<v-icon>fa-sign-in-alt</v-icon>
</v-btn>