Skip to content
Snippets Groups Projects
Commit 42759bb5 authored by Jonas Leder's avatar Jonas Leder
Browse files

fixed snackbar animation

parent 7a1a9491
Loading
Pipeline #228 passed
......@@ -110,8 +110,8 @@ font-size: 17px;
#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
-webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
animation: fadein 0.5s, fadeout 0.5s 9.5s;
}
#loginbar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment