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