diff --git a/public/css/app.css b/public/css/app.css index bd14dd1..b0680bc 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -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;