Whited the login border-top on the footer

This commit is contained in:
scar 2021-12-21 18:18:18 +01:00
parent d673a0c06e
commit 38b920b68b

View File

@ -1,6 +1,7 @@
@-moz-document domain("stream.alkemics.com"),
domain("ppr-stream.alkemics.com"),
domain("ltg-stream.alkemics.com") {
domain("ltg-stream.alkemics.com"),
domain("int.alkemics.com") {
.Navbar .active {
color: white !important;
font-weight: bold !important;
@ -12,4 +13,7 @@ domain("ltg-stream.alkemics.com") {
.Navbar__menu>li.nav-item a.nav-link.active:after {
background: white;
}
.AuthLayoutFooter__logo {
border-top: 1px solid #fff;
}
}