Commit 8b79d811 by Tom Giannattasio

added spinner gif

parent bd95c03d
......@@ -89,6 +89,19 @@ div {
}
}
&.checking {
p.status {
@include inline-block();
background: url('../images/spinner.gif') center center no-repeat;
height: 20px;
width: 20px;
}
input {
border-color: green;
}
}
&.incorrect, &.ui-icon-close {
p.status {
@include inline-block();
......
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