minimum viable UI. CAA-related scripts

This commit is contained in:
simon987
2019-05-08 20:36:42 -04:00
parent 85255c5dc1
commit b588c0eb11
24 changed files with 1256 additions and 338 deletions

View File

@@ -5,18 +5,17 @@
</template>
<script>
export default {
name: 'App'
}
export default {
name: 'App'
}
</script>
<style>
body {
padding: 0;
margin: 0;
}
#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;
}
</style>