fix(#7): Converted to .less and added fix for this mennu-item
This commit is contained in:
parent
22a4fcc735
commit
9233393976
@ -1,20 +0,0 @@
|
|||||||
@-moz-document domain("salsify.com"),
|
|
||||||
domain("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;
|
|
||||||
}
|
|
||||||
}
|
|
50
Whiter banner.less
Normal file
50
Whiter banner.less
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
@-moz-document domain("supplierxm.salsify.com"),
|
||||||
|
domain("alkemics.com") {
|
||||||
|
.Navbar {
|
||||||
|
--white: white;
|
||||||
|
--bold: bold;
|
||||||
|
color: var(--white) !important;
|
||||||
|
|
||||||
|
li.nav-item>a.nav-link {
|
||||||
|
color: var(--white);
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
color: var(--white) !important;
|
||||||
|
font-weight: var(--bold);
|
||||||
|
|
||||||
|
.SharingUnitDropdown__Dropdown span.nav-item {
|
||||||
|
font-weight: var(--bold);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--white);
|
||||||
|
font-weight: var(--bold);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fix for SharingUnits Dropdown */
|
||||||
|
.SharingUnitDropdown__Dropdown {
|
||||||
|
span.nav-item {
|
||||||
|
color: var(--white);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
font-weight: var(--bold);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.SharingUnitDropdown__OptionText {
|
||||||
|
font-weight: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.Navbar__menu>li.nav-item a.nav-link.active:after {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.AuthLayoutFooter__logo {
|
||||||
|
border-top: 1px solid #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user