Add basic signup form

This commit is contained in:
aldrin 2021-04-13 11:01:50 +02:00
parent 31151e184c
commit b1bb9f6e38
4 changed files with 43 additions and 28 deletions

View file

@ -13,25 +13,4 @@ import Navbar from "@/components/Navbar.vue";
export default class App extends Vue {}
</script>
<style lang="scss">
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
#nav {
padding: 30px;
a {
font-weight: bold;
color: #2c3e50;
&.router-link-exact-active {
color: #42b983;
}
}
}
</style>
<style lang="scss"></style>