Commit c849e162 by Uman Shahzad

Fix color used for successful live registration validation.

parent e9667726
......@@ -399,7 +399,7 @@
}
&.success {
border-color: $success-color-hover;
border-color: theme-color("success");
}
}
......@@ -410,7 +410,7 @@
}
&.success {
outline-color: $success-color-hover;
outline-color: theme-color("success");
}
}
......@@ -438,7 +438,7 @@
}
&.success {
color: $success-color-hover;
color: theme-color("success");
}
}
......
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