fixed beta warning pushing login button down below clickable range

This commit is contained in:
2022-03-04 15:59:43 +00:00
parent f6a5e685aa
commit 4f8b782b77

View File

@@ -77,8 +77,8 @@
:error-box-message="formState.errorBoxMessage"
></gz-error>
</v-col>
<v-col cols="12" md="7">
<span class="text-h5 text-md-h3 red--text"
<v-col cols="12" md="7" class="hidden-sm-and-down">
<span class="text-h3 red--text"
>BETA TEST - NOT FOR PRODUCTION USE</span
>
</v-col>
@@ -137,14 +137,18 @@
<v-icon>$ayiSignIn</v-icon>
</v-btn>
</v-col>
<template v-if="$ay.dev">
<v-col cols="12" md="7" class="hidden-md-and-up">
<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">
<span class="subtitle-2 secondary--text"
>DEVELOPMENT MODE</span
>
</v-col>
</template>
</template> -->
</v-row>
</form>
</v-col>