fade away resolved error messages on questions
This commit is contained in:
@ -266,6 +266,13 @@ select {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.resolve-error {
|
||||
animation-name: success-fadeout;
|
||||
animation-duration: 1.5s;
|
||||
animation-delay: 0;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
html.no-js {
|
||||
.chars {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user