Add client side components
This commit is contained in:
18
public/assets/main.css
Normal file
18
public/assets/main.css
Normal file
@@ -0,0 +1,18 @@
|
||||
#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;
|
||||
}
|
||||
#nav a {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
#nav a.router-link-exact-active {
|
||||
color: #42b983;
|
||||
}
|
||||
|
228
public/assets/main.js
Normal file
228
public/assets/main.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user