86 lines
1.0 KiB
SCSS
86 lines
1.0 KiB
SCSS
li.nav-item.active {
|
|
background-color: #653b9c;
|
|
}
|
|
|
|
fa-icon {
|
|
font-size: 1.66em;
|
|
}
|
|
|
|
.navbar {
|
|
z-index: 100;
|
|
}
|
|
|
|
li.nav-item {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.navbar {
|
|
padding: 0rem 2rem;
|
|
}
|
|
fa-icon {
|
|
font-size: 1.2em;
|
|
}
|
|
.dropdown-container {
|
|
margin-right: 16px;
|
|
}
|
|
li.nav-item {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
li.nav-item a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.navbar-nav {
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
nav {
|
|
box-shadow: 0px 0px 15px 0px #000;
|
|
}
|
|
|
|
.connection-badge {
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 0px;
|
|
width: 140px;
|
|
}
|
|
|
|
.badge {
|
|
margin: 0 auto;
|
|
display: table;
|
|
}
|
|
|
|
.mainnet.active {
|
|
background-color: #653b9c;
|
|
}
|
|
|
|
.liquid.active {
|
|
background-color: #116761;
|
|
}
|
|
|
|
.testnet.active {
|
|
background-color: #1d486f;
|
|
}
|
|
|
|
.signet.active {
|
|
background-color: #6f1d5d;
|
|
}
|
|
|
|
.dropdown-divider {
|
|
border-top: 1px solid #121420;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
vertical-align: 0.1em;
|
|
}
|
|
|
|
.dropdown-item {
|
|
display: flex;
|
|
align-items:center;
|
|
}
|