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

Shush scss-lint.

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