feat(frontend): login/register mobile readiness

This commit is contained in:
Dimitrie Stefanescu
2020-12-28 20:27:00 +02:00
parent 700d70bd0f
commit 41dd6c2dd9
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<v-app id="speckle-auth">
<v-container fill-height fluid>
<v-row align="center" justify="center">
<v-col v-if="showBlurb" cols="12" md="6" lg="6" xl="4">
<v-col v-if="showBlurb" cols="12" md="6" lg="6" xl="4" class="hidden-sm-and-down">
<blurb :server-info="serverInfo" />
</v-col>
<v-col cols="12" md="6" lg="4" xl="3">
+7 -1
View File
@@ -1,6 +1,12 @@
<template>
<v-card class="elevation-20" rounded="lg">
<v-card-title class="justify-center pt-10 pb-2">Interoperability in seconds</v-card-title>
<v-card-title class="justify-center pt-5 pb-2 hidden-md-and-up">
<v-img src="@/assets/logo.svg" max-width="30" />
</v-card-title>
<v-card-title class="justify-center pt-5 pb-2">
<span class="hidden-md-and-up mr-2 primary--text">Speckle:</span>
Interoperability in seconds
</v-card-title>
<strategies :strategies="strategies" :app-id="appId" :challenge="challenge" :suuid="suuid" />
<div v-if="hasLocalStrategy">
<v-card-title class="justify-center pb-5 pt-0 body-1 text--secondary">
+7 -1
View File
@@ -1,6 +1,12 @@
<template>
<v-card class="elevation-20" rounded="lg">
<v-card-title class="justify-center pt-10 pb-2">Interoperability in seconds</v-card-title>
<v-card-title class="justify-center pt-5 pb-2 hidden-md-and-up">
<v-img src="@/assets/logo.svg" max-width="30" />
</v-card-title>
<v-card-title class="justify-center pt-5 pb-2">
<span class="hidden-md-and-up mr-2 primary--text">Speckle:</span>
Interoperability in seconds
</v-card-title>
<strategies :strategies="strategies" :app-id="appId" :challenge="challenge" :suuid="suuid" />
<v-card-title class="justify-center pb-5 pt-0 body-1 text--secondary">
<v-divider class="mx-4"></v-divider>