removed quote db for now. added vue basic

This commit is contained in:
Lea Anthony
2019-02-15 21:11:42 +11:00
parent 5994eb605f
commit 3ae88f8822
36 changed files with 11306 additions and 342 deletions

View File

@@ -0,0 +1,38 @@
#app {
font-family: "Roboto", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #eee;
margin-top: 60px;
}
html {
height: 100%;
overflow: hidden;
background-color: #131313;
background-size: 20px 20px;
}
.logo {
width: 16em;
}
/* roboto-regular - latin */
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url("../fonts/roboto/roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */
src: local("Roboto"), local("Roboto-Regular"),
url("../fonts/roboto/roboto-v18-latin-regular.eot?#iefix")
format("embedded-opentype"),
/* IE6-IE8 */ url("../fonts/roboto/roboto-v18-latin-regular.woff2")
format("woff2"),
/* Super Modern Browsers */
url("../fonts/roboto/roboto-v18-latin-regular.woff") format("woff"),
/* Modern Browsers */ url("../fonts/roboto/roboto-v18-latin-regular.ttf")
format("truetype"),
/* Safari, Android, iOS */
url("../fonts/roboto/roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}