fix(prod banner): update gradient to new status

This commit is contained in:
Simon 2022-12-15 15:32:58 +01:00
parent 06744a0df9
commit 1893c1bfd3

View File

@ -2,8 +2,8 @@
domain("admin.supplierxm.salsify.com") {
.AuthLayoutFooter,
.Navbar.navbar.bg-inverse {
background: linear-gradient(-45deg, #00e1d0, #00c4ff, #0562e8, #8a25f9);
background-size: 400% 100% !important;
background: linear-gradient(-45deg, rgb(60, 180, 255),rgb(46, 112, 255), rgb(118, 55, 252));
background-size: 200% 100% !important;
animation: salsigrad 60s linear infinite !important;
}
@keyframes salsigrad {