initial version

This commit is contained in:
Rudy Hardeman
2015-05-19 22:19:13 +02:00
parent 78757d335b
commit 2ec929b571
26 changed files with 475 additions and 157 deletions
+5 -1
View File
@@ -14,6 +14,10 @@
color: #357ebd;
}
.fa-col-danger {
color: #e30613;
}
.twitter-typeahead .tt-hint {
border-color: #000 !important;
}
@@ -93,4 +97,4 @@
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
}