Created
June 16, 2019 17:52
-
-
Save jsmanifest/d65e6f4acb9d72109682cf14c19f7020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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