Merge pull request #9 from alk-spriet/7-fix-smx-white-menu-item
fix(#7): Converted to .less and added fix for this menu-item
This commit is contained in:
commit
41b8c14273
@ -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