fade away resolved error messages on questions
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user