Styled login

This commit is contained in:
kolaente 2018-09-06 20:15:49 +02:00
parent 0349a4ad4a
commit efb0088ebf
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 33 additions and 23 deletions

View file

@ -1,6 +1,5 @@
<template>
<div id="app">
<h1>Test</h1>
<router-view/>
</div>
</template>
@ -12,12 +11,8 @@
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
body {
background: #f5f5f5;
min-height: 100vh;
}
</style>