Fix summary css variables by merge

stable
Xavier Julián 2015-07-08 10:31:21 +02:00
parent 4c4162ce24
commit 8e8d2dd57e
1 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ $summary-background: $grayer;
&:hover { &:hover {
.graph, .graph,
.color-line { .color-line {
fill: $fresh-taiga; fill: $primary-light;
transition: fill .2s; transition: fill .2s;
} }
} }
@ -51,7 +51,7 @@ $summary-background: $grayer;
display: none; display: none;
} }
.graph { .graph {
fill: $green-taiga; fill: $primary;
} }
} }
svg { svg {
@ -132,7 +132,7 @@ $summary-background: $grayer;
font-size: 1.4rem; font-size: 1.4rem;
margin-right: .4rem; margin-right: .4rem;
&.icon-stats { &.icon-stats {
color: $green-taiga; color: $primary;
float: right; float: right;
transition: color .3s linear; transition: color .3s linear;
&:hover { &:hover {
@ -143,7 +143,7 @@ $summary-background: $grayer;
color: $primary-light; color: $primary-light;
} }
&.active:hover { &.active:hover {
color: $green-taiga; color: $primary;
transition: color .3s linear; transition: color .3s linear;
} }
} }