Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
.spinner-wrapper {
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
z-index: 998;
app-spinner {
width: 6rem;
height: 6rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment