Commit dc6b13b7 authored by afc163's avatar afc163

Switch Trend color

parent 45aa12c3
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
} }
.up, .up,
.down { .down {
color: @green-6;
margin-left: 4px; margin-left: 4px;
position: relative; position: relative;
top: 1px; top: 1px;
...@@ -20,8 +19,11 @@ ...@@ -20,8 +19,11 @@
transform: scale(0.83); transform: scale(0.83);
} }
} }
.down { .up {
color: @red-6; color: @red-6;
}
.down {
color: @green-6;
top: -1px; top: -1px;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment