Update app.css

This commit is contained in:
Thomas G 2022-07-28 18:39:26 +10:00
parent 91bd919e3d
commit c3d7cde4cf
1 changed files with 15 additions and 0 deletions

View File

@ -10,9 +10,24 @@
}
}
@keyframes alertanim {
0% {
top: 0px;
animation-timing-function: linear;
}
100% {
background-position-x: 72px;
animation-timing-function: linear;
}
}
#alert, #success {
height: fit-content;
margin: 0px;
animation: alertanim;
animation-duration: 250ms;
animation-iteration-count: 1;
position: fixed;
top: 72px;
padding-top: 2px;