Added PRG banner color and animation to alert me that I'm on production env.
This commit is contained in:
parent
33e54840f6
commit
d90c9cda4a
17
PRD banner.css
Normal file
17
PRD banner.css
Normal file
@ -0,0 +1,17 @@
|
||||
@-moz-document domain("stream.alkemics.com") {
|
||||
.Navbar {
|
||||
animation-duration: 3s;
|
||||
animation-name: slidein;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
@keyframes slidein {
|
||||
from {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
to {
|
||||
background-color: rgb(30, 180, 155);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user