Updated, hopefully good for the jam!

This commit is contained in:
2017-07-28 14:36:14 -05:00
parent 13e5816112
commit 1cd03128b0
64 changed files with 3337 additions and 2032 deletions

View File

@@ -9,3 +9,12 @@ div.bottom-space {
img.thumbnail {
cursor: pointer;
}
div.results-container {
border: 1px solid #999;
border-radius: 3px;
background-color: #DDD;
margin-bottom: 20px;
padding-left: 20px;
padding-bottom: 20px;
}

View File

@@ -25,6 +25,10 @@ div.half {
margin-left: 0;
}
.fa-2 {
font-size: 2em;
}
.primary {
color: #0078e7;
}
@@ -33,6 +37,15 @@ div.half {
background-color: #0078e7;
}
.error {
color: #DD0000;
}
.error-bg {
background-color: #DD0000;
}
input.file {
padding: .5em .6em;
display: inline-block;
@@ -240,6 +253,14 @@ div.fullscreen {
z-index:1001;
}
.pure-form input[disabled]:not([type]).disabled-but-visible {
background-color: #FFF;
color: #555;
}
input.larger {
width: 400px;
}
@media (min-width: 40em) {
#menu {
width: 150px;