Moved static files

This commit is contained in:
teras
2017-10-08 11:47:57 +03:00
parent 9c6ecc20a7
commit 9378647a24
31 changed files with 3 additions and 1 deletions

53
staticfiles/css/app.css Normal file
View File

@@ -0,0 +1,53 @@
h1, h2 {
font-family: 'Orbitron', cursive;
}
.challenges .btn-large, .header h1 {
background-color: #3498db;
}
.slogan {
color: #3498db;
}
footer, .map {
background-color: #34495e !important;
}
.card {
width: 300px;
margin: 0 auto;
}
.progress {
height:10px;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: #34495e;
}
a:active {
color: black;
}
ul {
font-size: 20px;
line-height: 38px;
}
.profile {
width:300px;
}
.card.small {
height: auto;
}