Update app.css

This commit is contained in:
Thomas G 2022-10-30 21:07:04 +11:00
parent eeec827c60
commit 42327b3663
1 changed files with 17 additions and 0 deletions

View File

@ -22,6 +22,18 @@
}
}
@keyframes alertanim_loggedout {
0% {
top: -23px;
animation-timing-function: linear;
}
100% {
background-position-x: 0px;
animation-timing-function: linear;
}
}
@font-face {
font-family: 'Helvetica Neue';
font-style: normal;
@ -80,6 +92,11 @@
font-weight: bold;
}
.loggedout #alert {
animation: alertanim_loggedout !important;
top: 0px !important;
}
#alert,
#success {
height: fit-content;