update development bundle

This commit is contained in:
Eric Hulburd
2016-02-22 20:02:45 -06:00
parent b8d0a9434b
commit a0cda06672
40 changed files with 356 additions and 92 deletions

16
client/app.scss Normal file
View File

@@ -0,0 +1,16 @@
html, body {
height:100%;
}
#spike_container {
min-height: 100%;
position:relative;
padding-bottom:100px;
}
#spike_footer {
width:100%;
padding:15px;
position:absolute;
bottom:0px;
border-top:2px solid darkgrey;
background-color:#F8F8F8;
}