UX: lower no-change trend emphasis in charts

This commit is contained in:
Joffrey JAFFEUX
2018-05-28 13:55:25 +02:00
committed by GitHub
parent c8bc942333
commit 478ccb6698

View File

@@ -211,6 +211,10 @@
color: $success;
}
&.no-change {
color: $primary-medium;
}
.trend-value {
font-size: $font-up-1;
}