Skip to content

Instantly share code, notes, and snippets.

@trinhvanhuy
Created January 15, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trinhvanhuy/3fb6969815cd2193c550643f274ae5c6 to your computer and use it in GitHub Desktop.
Save trinhvanhuy/3fb6969815cd2193c550643f274ae5c6 to your computer and use it in GitHub Desktop.
Spinner - scss
.spinner-container {
width: 100%;
height: 100%;
position: absolute;
z-index: $z-spinner;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.56);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment