Skip to content

Commit

Permalink
shared.js: Add {show,hide}BusyOverlay
Browse files Browse the repository at this point in the history
Full-page loading animation to let the user know something is happening.

Fixes/Related gitcoinco#2032
  • Loading branch information
pinkiebell authored and vlad2689 committed Sep 15, 2018
1 parent f388b86 commit 4951170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ div.busyOverlay {
bottom: 0;
transform: translateZ(0);
z-index: 9;
background-color: rgba(240, 240, 240, 0.3);
background-color: rgba(240, 240, 240, 0.6);
box-shadow: 0 0 100em 0 inset var(--gc-purple);
animation: busyOverlay 0.3s ease-in;
animation-fill-mode: both;
Expand Down

0 comments on commit 4951170

Please sign in to comment.