Skip to content

Commit

Permalink
fix: correcting missing images and update their links
Browse files Browse the repository at this point in the history
  • Loading branch information
abdounikarim committed Feb 7, 2022
1 parent 0fb6789 commit e60cc5c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/forms/form-validation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ dl.form-group > dd, // TODO: Deprecate
}

&.is-autocheck-loading {
background-image: url('/images/spinners/octocat-spinner-16px.gif');
background-image: url('../images/spinners/octocat-spinner-16px.gif');
}

&.is-autocheck-successful {
background-image: url('/images/modules/ajax/success.png');
background-image: url('../images/modules/ajax/success.png');
}

&.is-autocheck-errored {
background-image: url('/images/modules/ajax/error.png');
background-image: url('../images/modules/ajax/error.png');
}
}
}
Expand All @@ -36,15 +36,15 @@ dl.form-group > dd, // TODO: Deprecate
}

&.is-autocheck-loading {
background-image: url('/images/spinners/octocat-spinner-32.gif');
background-image: url('../images/spinners/octocat-spinner-32.gif');
}

&.is-autocheck-successful {
background-image: url('/images/modules/ajax/success@2x.png');
background-image: url('../images/modules/ajax/success@2x.png');
}

&.is-autocheck-errored {
background-image: url('/images/modules/ajax/error@2x.png');
background-image: url('../images/modules/ajax/error@2x.png');
}
}
}
Expand Down Expand Up @@ -100,7 +100,7 @@ dl.form-group > dd, // TODO: Deprecate

.status-indicator-loading {
width: 16px;
background-image: url('/images/spinners/octocat-spinner-32-EAF2F5.gif');
background-image: url('../images/spinners/octocat-spinner-32-EAF2F5.gif');
background-repeat: no-repeat;
background-position: 0 0;
background-size: 16px;
Expand Down
Binary file added src/images/modules/ajax/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/modules/ajax/error@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/modules/ajax/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/modules/ajax/success@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/spinners/octocat-spinner-16px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/spinners/octocat-spinner-32-EAF2F5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/spinners/octocat-spinner-32.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e60cc5c

Please sign in to comment.