Continued updates for /enthusiast draft

This commit is contained in:
walkews 2017-07-14 17:12:19 -05:00
parent e82149c072
commit 7c0e9e7921
4 changed files with 79 additions and 22 deletions

View file

@ -4,7 +4,14 @@ body{
}
.kpi {
/* color: #B80000; */
font-weight:10;
font-weight:4;
font-size:16px;
}
.kpi-value {
/* color: #B80000; */
font-weight:8;
font-size:18px;
padding: 10px 20px 10px 0px;
}
.chosen{
@ -47,12 +54,40 @@ body{
.title{
font-size:22px;
color:#B80000;
color:#0071A7;
font: bold;
}
.sentiment-chart-title{
color:#0071A7;
/*text-align: center;*/
}
.word-cloud-title{
color:#0071A7;
/*text-align: center;*/
}
.sentiment-chart{
text-align: center;
vertical-align: middle;
line-height: 200px;
}
text-align:center;
vertical-align: middle;
line-height: 150px;
height:300px;
background-color:grey;
li
}
#myNavbar{
/* background-color:#0071A7;
}
#navbar{
background-color:#0071A7;
}
#navbar-header{
background-color:#0071A7;
}
.active{
background-color:#0071A7;
}*/