fade away resolved error messages on questions

This commit is contained in:
Mark Moser
2016-08-04 09:38:27 -05:00
parent ac3c992ba5
commit f8f471fba3
6 changed files with 35 additions and 14 deletions

View File

@ -43,12 +43,6 @@
margin-top: 3rem;
}
@keyframes success-fadeout {
0% { opacity: 1; max-height: 40px; }
85% { opacity: 0; max-height: 40px; padding: .5rem 0; margin-bottom: .5rem; }
100% { opacity: 0; max-height: 0; padding: 0; margin-bottom: 0; }
}
.success {
box-sizing: border-box;
text-align: center;