This commit is contained in:
2020-08-02 22:09:49 -05:00
parent db6db44105
commit 3989df3e4e
5 changed files with 13 additions and 20 deletions
+3 -7
View File
@@ -1,9 +1,7 @@
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
@@ -17,21 +15,19 @@ Vue.use(IconsPlugin);
export default {
name: "App",
};
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
font-family: "Avenir", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
padding: 0;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
}
</style>