Refactoring of just about everything, interface beginning to come together

This commit is contained in:
Colin McLeod
2015-04-28 00:46:51 -07:00
parent 7d527cdfef
commit f736a078ec
112 changed files with 3626 additions and 1210 deletions

43
app/less/icons.less Normal file
View File

@@ -0,0 +1,43 @@
.logo, .icon {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.icon {
width: 25px;
height: 25px;
}
.logo {
display: inline-block;
width: 50px;
height: 50px;
}
.mount-T {
background-image: url(images/icons/mount-t.svg);
}
.mount-F {
background-image: url(images/icons/mount-f.svg);
}
.mount-G {
background-image: url(images/icons/mount-g.svg);
}
.shipyard {
background-image: url(images/icons/logo.svg);
}
.github {
background-image: url(images/icons/github-mark.svg);
}
.reddit {
background-image: url(images/icons/reddit.svg);
}
.elite-dangerous {
background-image: url(images/ed-logo-sm.png);
}