Updated URL to PRED and PROD, Updated file names to Quadrigrams
This commit is contained in:
20
PROD banner.css
Normal file
20
PROD banner.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@-moz-document domain("app.supplierxm.salsify.com"),
|
||||
domain("admin.supplierxm.salsify.com") {
|
||||
.AuthLayoutFooter,
|
||||
.Navbar.navbar.bg-inverse {
|
||||
background: linear-gradient(-45deg, #00e1d0, #00c4ff, #0562e8, #8a25f9);
|
||||
background-size: 400% 100% !important;
|
||||
animation: salsigrad 60s linear infinite !important;
|
||||
}
|
||||
@keyframes salsigrad {
|
||||
0% {
|
||||
background-position: 0% 0%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 0%;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user