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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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