2019-07-27 18:43:17 +03: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-24 03:42:29 +07:00
|
|
|
margin-left: 30px;
|
2019-07-27 18:43:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
li.nav-item a {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2020-02-25 20:05:34 +07:00
|
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
box-shadow: 0px 0px 15px 0px #000;
|
2020-03-09 17:53:54 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.connection-badge {
|
|
|
|
margin-left: 10px;
|
|
|
|
position: absolute;
|
2020-03-13 22:05:44 +07:00
|
|
|
top: 13px;
|
|
|
|
left: 70px;
|
2020-05-10 16:22:35 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainnet.active {
|
|
|
|
background-color: #653b9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.liquid.active {
|
|
|
|
background-color: #116761;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testnet.active {
|
|
|
|
background-color: #1d486f;
|
|
|
|
}
|
2020-07-16 00:33:53 +07:00
|
|
|
|
|
|
|
.dropdown-divider {
|
|
|
|
border-top: 1px solid #121420;
|
|
|
|
}
|
2020-07-16 13:37:28 +07:00
|
|
|
|
|
|
|
.dropdown-toggle::after {
|
|
|
|
vertical-align: 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item {
|
|
|
|
display: flex;
|
|
|
|
align-items:center;
|
|
|
|
}
|