updating screenshot with new graph

also a few minor style changes
This commit is contained in:
adriant 2014-12-19 15:13:57 +13:00
parent 7c7f52801d
commit 310e758cfc
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 218 KiB

View File

@ -76,7 +76,7 @@
white-space: pre; }
.widget-rickshawgraph svg {
position: absolute;
fill-opacity: 0.7;
fill-opacity: 0.6;
left: 0px;
top: 0px; }
.widget-rickshawgraph .title, .widget-rickshawgraph .value {
@ -85,7 +85,7 @@
.widget-rickshawgraph .title {
color: white; }
.widget-rickshawgraph .more-info {
color: rgba(20, 20, 20, 0.8);
color: white;
font-weight: 600;
font-size: 18px;
margin-top: 0;

View File

@ -4,7 +4,7 @@
$background-color: #59615F;
$title-color: rgba(255, 255, 255, 1);
$moreinfo-color: rgba(20, 20, 20, 0.8);
$moreinfo-color: rgba(255, 255, 255, 1);
$tick-color: rgba(0, 0, 0, 1);
@ -29,7 +29,7 @@ $tick-color: rgba(0, 0, 0, 1);
svg {
position: absolute;
fill-opacity: 0.7;
fill-opacity: 0.6;
left: 0px;
top: 0px;
}