fixed beta warning pushing login button down below clickable range
This commit is contained in:
@@ -77,8 +77,8 @@
|
|||||||
:error-box-message="formState.errorBoxMessage"
|
:error-box-message="formState.errorBoxMessage"
|
||||||
></gz-error>
|
></gz-error>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" md="7">
|
<v-col cols="12" md="7" class="hidden-sm-and-down">
|
||||||
<span class="text-h5 text-md-h3 red--text"
|
<span class="text-h3 red--text"
|
||||||
>BETA TEST - NOT FOR PRODUCTION USE</span
|
>BETA TEST - NOT FOR PRODUCTION USE</span
|
||||||
>
|
>
|
||||||
</v-col>
|
</v-col>
|
||||||
@@ -137,14 +137,18 @@
|
|||||||
<v-icon>$ayiSignIn</v-icon>
|
<v-icon>$ayiSignIn</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<v-col cols="12" md="7" class="hidden-md-and-up">
|
||||||
<template v-if="$ay.dev">
|
<span class="text-subtitle-2 red--text"
|
||||||
|
>BETA TEST - NOT FOR PRODUCTION USE</span
|
||||||
|
>
|
||||||
|
</v-col>
|
||||||
|
<!-- <template v-if="$ay.dev">
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<span class="subtitle-2 secondary--text"
|
<span class="subtitle-2 secondary--text"
|
||||||
>DEVELOPMENT MODE</span
|
>DEVELOPMENT MODE</span
|
||||||
>
|
>
|
||||||
</v-col>
|
</v-col>
|
||||||
</template>
|
</template> -->
|
||||||
</v-row>
|
</v-row>
|
||||||
</form>
|
</form>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user