mempool/frontend/src/app/components/master-page/master-page.component.scss
2020-05-10 16:22:35 +07:00

50 lines
544 B
SCSS

li.nav-item.active {
background-color: #653b9c;
}
li.nav-item {
padding: 10px;
}
.navbar {
z-index: 100;
}
@media (min-width: 768px) {
.navbar {
padding: 0rem 1rem;
}
}
.logo {
margin-left: 30px;
}
li.nav-item a {
color: #ffffff;
}
nav {
box-shadow: 0px 0px 15px 0px #000;
}
.connection-badge {
margin-left: 10px;
position: absolute;
top: 13px;
left: 70px;
}
.mainnet.active {
background-color: #653b9c;
}
.liquid.active {
background-color: #116761;
}
.testnet.active {
background-color: #1d486f;
}