From 42327b3663dc4754dc596dc97f4bb21ccf2d34bd Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:07:04 +1100 Subject: [PATCH] Update app.css --- public/css/app.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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;