31 lines
770 B
Plaintext
31 lines
770 B
Plaintext
@-moz-document domain("supplierxm.salsify.com"),
|
|
domain("alkemics.com") {
|
|
.Navbar.bg-inverse {
|
|
--white: white;
|
|
--bold: bold;
|
|
color: var(--white);
|
|
|
|
a.nav-link,
|
|
.SharingUnitDropdown__DropdownLabel {
|
|
color: var(--white) !important;
|
|
|
|
&:is(.active, :hover),
|
|
.SharingUnitDropdown__DropdownLabelActive {
|
|
color: var(--white) !important;
|
|
font-weight: var(--bold) !important;
|
|
|
|
.SharingUnitDropdown__OptionText {
|
|
font-weight: 300;
|
|
}
|
|
}
|
|
|
|
&::after {
|
|
background: white !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.AuthLayoutFooter__logo {
|
|
border-top-color: #fff;
|
|
}
|
|
} |