Updated URL to PRED and PROD, Updated file names to Quadrigrams
This commit is contained in:
22
PLLR banner.css
Normal file
22
PLLR banner.css
Normal file
@@ -0,0 +1,22 @@
|
||||
@-moz-document domain("pillar.alkemics.com") {
|
||||
:root {
|
||||
--stripe-size: 100px;
|
||||
--color1: hsl(205, 70%, 45%);
|
||||
--color2: hsl(205, 70%, 50%);
|
||||
--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