Skip to content

Instantly share code, notes, and snippets.

@takuya-nakayasu
Created September 22, 2019 08:10
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 takuya-nakayasu/7f588df9a76138c1466c935c6721704c to your computer and use it in GitHub Desktop.
Save takuya-nakayasu/7f588df9a76138c1466c935c6721704c to your computer and use it in GitHub Desktop.
スピナーコンポーネントクラスのSCSSファイル
.overlay {
position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(74, 74, 74, .4);
z-index: 99999;
}
.spinner {
position: absolute;
top: 45%;
left: 46%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment