Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 16, 2019 17:52
Show Gist options
  • Save jsmanifest/d65e6f4acb9d72109682cf14c19f7020 to your computer and use it in GitHub Desktop.
Save jsmanifest/d65e6f4acb9d72109682cf14c19f7020 to your computer and use it in GitHub Desktop.
.loaded {
text-align: center;
}
.loaded h2 {
margin: 0;
}
.loaded-actions {
display: flex;
justify-content: center;
align-items: center;
}
.pending {
transition: all 1s ease-in;
}
.pending span.text-attention {
margin: auto 3px;
}
.success-container {
padding: 7px;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.success-container h2 {
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment