22 lines
581 B
CSS
22 lines
581 B
CSS
@-moz-document domain("app.supplierxm.salsify.com"),
|
|
domain("ppr-app.supplierxm.salsify.com"),
|
|
domain("ltg-stream.alkemics.com"),
|
|
domain("int.alkemics.com") {
|
|
.Navbar {
|
|
color: white !important;
|
|
}
|
|
.Navbar .active {
|
|
color: white !important;
|
|
font-weight: bold !important;
|
|
}
|
|
.Navbar a.nav-link:hover {
|
|
color: white !important;
|
|
font-weight: bold !important;
|
|
}
|
|
.Navbar__menu>li.nav-item a.nav-link.active:after {
|
|
background: white;
|
|
}
|
|
.AuthLayoutFooter__logo {
|
|
border-top: 1px solid #fff;
|
|
}
|
|
} |