Commit 0a50b8ff authored by Bryce Johnson's avatar Bryce Johnson

Shush scss-lint.

parent 97787085
...@@ -426,7 +426,8 @@ ...@@ -426,7 +426,8 @@
} }
} }
.help-button, .close-help-button { .help-button,
.close-help-button {
cursor: pointer; cursor: pointer;
} }
...@@ -439,11 +440,12 @@ ...@@ -439,11 +440,12 @@
&.over_estimate { &.over_estimate {
.meter-fill { .meter-fill {
background: $red-light ; background: $red-light;
} }
.time-remaining, .compare-value.spent { .time-remaining,
color: $red-light ; .compare-value.spent {
color: $red-light;
} }
} }
} }
...@@ -485,5 +487,5 @@ ...@@ -485,5 +487,5 @@
a:hover { a:hover {
color: $btn-white-active; color: $btn-white-active;
} }
} }
} }
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