fix SUT recent changes in front #15
@ -5,44 +5,27 @@ domain("alkemics.com") {
|
|||||||
--bold: bold;
|
--bold: bold;
|
||||||
color: var(--white) !important;
|
color: var(--white) !important;
|
||||||
|
|
||||||
li.nav-item>a.nav-link {
|
li.nav-item>a.nav-link,
|
||||||
|
li.nav-item>a.nav-link .btn {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
|
||||||
&.active {
|
&.active,
|
||||||
|
&.active .btn,
|
||||||
|
&:hover,
|
||||||
|
&:hover .btn {
|
||||||
color: var(--white) !important;
|
color: var(--white) !important;
|
||||||
font-weight: var(--bold);
|
font-weight: var(--bold) !important;
|
||||||
|
|
||||||
.SharingUnitDropdown__Dropdown span.nav-item {
|
&::after {
|
||||||
font-weight: var(--bold);
|
background: white;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&: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 {
|
.SharingUnitDropdown__OptionText {
|
||||||
font-weight: initial;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Navbar__menu>li.nav-item a.nav-link.active:after {
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.AuthLayoutFooter__logo {
|
.AuthLayoutFooter__logo {
|
||||||
border-top: 1px solid #fff;
|
border-top: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user