Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 16, 2019 17:51
Show Gist options
  • Save jsmanifest/b2972a07b761626152b2cea93631dcb8 to your computer and use it in GitHub Desktop.
Save jsmanifest/b2972a07b761626152b2cea93631dcb8 to your computer and use it in GitHub Desktop.
.spinner-container {
position: relative;
box-sizing: border-box;
padding: 15px;
text-align: center;
display: flex;
justify-content: center;
}
.spinner {
color: #fff;
margin-top: 18px;
}
.spinner-xs {
margin-top: 4px;
}
.flex-center {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment