fix: rename LTG to PERF
This commit is contained in:
23
PERF banner.css
Normal file
23
PERF banner.css
Normal file
@@ -0,0 +1,23 @@
|
||||
@-moz-document domain("ltg-stream.alkemics.com"),
|
||||
domain("ltg-admin.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: hsl(261, 65%, 51%);
|
||||
--color2: hsl(261, 80%, 59%);
|
||||
--duration: 30s;
|
||||
}
|
||||
.AuthLayoutFooter,
|
||||
.Navbar.navbar.bg-inverse {
|
||||
background: repeating-linear-gradient(-45deg, var(--color2) 25%, var(--color1) 75%);
|
||||
background-size: var(--stripe-size) var(--stripe-size);
|
||||
animation: alkegrad var(--duration) linear infinite;
|
||||
}
|
||||
@keyframes alkegrad {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
}
|
||||
to {
|
||||
background-position: var(--stripe-size) 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user