UX: cleaner trending up/down stats colors

This commit is contained in:
William Di Luigi 2015-04-03 00:42:02 +02:00
parent 51a9bc055b
commit 041f7544c6

View File

@ -799,14 +799,14 @@ table.api-keys {
}
&.trending-up {
color: $success;
i.up {
color: $success;
display: inline;
}
}
&.trending-down {
color: $danger;
i.down {
color: $danger;
display: inline;
}
}