This commit is contained in:
okbel
2018-05-01 00:17:57 -03:00
parent 720089d3c2
commit 876eb1e413
5 changed files with 185 additions and 5 deletions
@@ -0,0 +1,9 @@
.step {
&.current {
color: rgba(0, 205, 115, 0.3);
}
&.completed {
color: #00CD73;
}
}