Styled login
This commit is contained in:
parent
0349a4ad4a
commit
efb0088ebf
2 changed files with 33 additions and 23 deletions
11
src/App.vue
11
src/App.vue
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue