This commit is contained in:
2020-08-18 17:23:50 +00:00
parent 3cad1124ed
commit 43c8f0c2b8
3 changed files with 3 additions and 3 deletions

View File

@@ -266,7 +266,7 @@
absolute absolute
class="font-weight-medium body-2" class="font-weight-medium body-2"
> >
<v-col class="primary text-center white--text" cols="12"> <v-col class="primary text-center white--text mb-10 mb-sm-2" cols="12">
<a <a
href="https://ayanova.com" href="https://ayanova.com"
target="_blank" target="_blank"

View File

@@ -1,5 +1,5 @@
export default { export default {
version: "8.0.0-alpha.10", version: "8.0.0-alpha.10.c",
copyright: copyright:
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved" "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
}; };

View File

@@ -79,7 +79,7 @@
@click:append-outer="reveal = !reveal" @click:append-outer="reveal = !reveal"
></v-text-field> ></v-text-field>
</v-col> </v-col>
<v-col cols="12" md="7" mt-1> <v-col cols="12" md="7" mt-1 mb-5>
<v-btn color="primary" v-on:click="login()" value="LOGIN"> <v-btn color="primary" v-on:click="login()" value="LOGIN">
<v-icon>fa-sign-in-alt</v-icon> <v-icon>fa-sign-in-alt</v-icon>
</v-btn> </v-btn>