Fix summary css variables by merge
parent
4c4162ce24
commit
8e8d2dd57e
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue