added login page

This commit is contained in:
Andrew Gundersen 2021-02-03 19:36:58 -06:00
commit 0f37cf98b1
13 changed files with 148 additions and 203 deletions

View file

@ -5,24 +5,22 @@
</template>
<style lang="scss">
html, body {
margin: 0;
padding: 0;
}
html, body {
margin: 0;
padding: 0;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
width: 100vw;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
width: 100vw;
}
</style>