Skip to content

Commit

Permalink
Merge 117b74e into c97e2e5
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjoyce3 committed Nov 6, 2019
2 parents c97e2e5 + 117b74e commit 4e6c8ff
Show file tree
Hide file tree
Showing 12 changed files with 291 additions and 1,072 deletions.
385 changes: 50 additions & 335 deletions dist/appid.min.js

Large diffs are not rendered by default.

395 changes: 50 additions & 345 deletions dist/appid.umd.min.js

Large diffs are not rendered by default.

374 changes: 0 additions & 374 deletions sample/package-lock.json

This file was deleted.

18 changes: 18 additions & 0 deletions sample/public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,24 @@ body {
margin-bottom: 59px;
}

.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #4178BE; /* Blue */
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

#passwordChanged {
color: #018033;
}

.button {
font-family: IBMPlexSans-Medium;
font-size: 14px;
Expand Down
Loading

0 comments on commit 4e6c8ff

Please sign in to comment.