Skip to content
Snippets Groups Projects
Commit 8b79d811 authored by Tom Giannattasio's avatar Tom Giannattasio
Browse files

added spinner gif

parent bd95c03d
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment