Update app.css
This commit is contained in:
parent
eeec827c60
commit
42327b3663
|
|
@ -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-face {
|
||||||
font-family: 'Helvetica Neue';
|
font-family: 'Helvetica Neue';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
@ -80,6 +92,11 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loggedout #alert {
|
||||||
|
animation: alertanim_loggedout !important;
|
||||||
|
top: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#alert,
|
#alert,
|
||||||
#success {
|
#success {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue