Updated URL to PRED and PROD, Updated file names to Quadrigrams

This commit is contained in:
scar
2022-10-05 17:08:33 +02:00
parent b130a69468
commit cf7af1bda2
7 changed files with 9 additions and 9 deletions

20
PROD banner.css Normal file
View 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%;
}
}
}