update login
parent
6b2dfaa149
commit
0c44acc307
|
@ -42,11 +42,10 @@
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: 8rem;
|
margin: .75rem .5rem;
|
||||||
margin: .5rem 0;
|
|
||||||
|
|
||||||
img {
|
span {
|
||||||
max-width: 100%;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -44,8 +44,8 @@
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="banner">
|
<div class="banner">
|
||||||
<NuxtLink to="/" class="logo" >
|
<NuxtLink class="logo" to="/">
|
||||||
<img src="/img/logo.svg" alt="tinysites" />
|
<span class="icon-tinysites"></span>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<p class="copy"><span class="icon-copyright"></span> Inspin Digital LLC. All Rights Reserved.</p>
|
<p class="copy"><span class="icon-copyright"></span> Inspin Digital LLC. All Rights Reserved.</p>
|
||||||
|
|
|
@ -4,14 +4,13 @@
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
name: 'description',
|
name: 'description',
|
||||||
content: `Sign into your Tinysites account. Effortlessly design, edit, and launch your website with Tinysites.`
|
content: `Sign into your Tinysites account. Effortlessly design, edit, and launch one-page websites with Tinysites.`
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
layout: 'main',
|
layout: 'main',
|
||||||
middleware: ["dashboard"]
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const credentials = reactive({
|
const credentials = reactive({
|
||||||
|
@ -80,6 +79,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
Loading…
Reference in New Issue