updating screenshot with new graph
also a few minor style changes
This commit is contained in:
parent
7c7f52801d
commit
310e758cfc
BIN
mainscreen.png
BIN
mainscreen.png
Binary file not shown.
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 218 KiB |
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user