Whited the login border-top on the footer
This commit is contained in:
parent
d673a0c06e
commit
38b920b68b
@ -1,6 +1,7 @@
|
|||||||
@-moz-document domain("stream.alkemics.com"),
|
@-moz-document domain("stream.alkemics.com"),
|
||||||
domain("ppr-stream.alkemics.com"),
|
domain("ppr-stream.alkemics.com"),
|
||||||
domain("ltg-stream.alkemics.com") {
|
domain("ltg-stream.alkemics.com"),
|
||||||
|
domain("int.alkemics.com") {
|
||||||
.Navbar .active {
|
.Navbar .active {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
@ -12,4 +13,7 @@ domain("ltg-stream.alkemics.com") {
|
|||||||
.Navbar__menu>li.nav-item a.nav-link.active:after {
|
.Navbar__menu>li.nav-item a.nav-link.active:after {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
.AuthLayoutFooter__logo {
|
||||||
|
border-top: 1px solid #fff;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user