2019-07-27 17:43:17 +02:00
|
|
|
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 {
|
2020-02-23 21:42:29 +01:00
|
|
|
margin-left: 30px;
|
2019-07-27 17:43:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
li.nav-item a {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2020-02-25 14:05:34 +01:00
|
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
box-shadow: 0px 0px 15px 0px #000;
|
2020-03-09 11:53:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.connection-badge {
|
|
|
|
margin-left: 10px;
|
|
|
|
position: absolute;
|
2020-03-13 16:05:44 +01:00
|
|
|
top: 13px;
|
|
|
|
left: 70px;
|
2020-05-10 11:22:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainnet.active {
|
|
|
|
background-color: #653b9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.liquid.active {
|
|
|
|
background-color: #116761;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testnet.active {
|
|
|
|
background-color: #1d486f;
|
|
|
|
}
|