minor css tweaks on reports

This commit is contained in:
Joffrey JAFFEUX 2018-08-24 17:16:01 +02:00 committed by GitHub
parent 9bf4333491
commit 2dbd75d4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -47,6 +47,8 @@
.header .trend {
margin-left: auto;
margin-right: 8px;
&.trending-down,
&.high-trending-down {
color: $danger;

View File

@ -34,11 +34,9 @@
}
}
&.no-change {
i {
color: $primary-medium;
font-size: $font-down-3;
}
.d-icon-minus {
color: $primary-medium;
font-size: $font-down-3;
}
&.high-trending-up,