2021-03-13 18:24:50 +07:00
|
|
|
li.nav-item.active {
|
|
|
|
background-color: #653b9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
fa-icon {
|
|
|
|
font-size: 1.66em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
z-index: 100;
|
2021-08-14 14:58:58 +03:00
|
|
|
min-height: 64px;
|
2021-03-13 18:24:50 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
li.nav-item {
|
2021-08-19 11:51:08 -03:00
|
|
|
margin: auto 5px;
|
2021-03-13 18:24:50 +07:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2023-05-11 18:44:42 -04:00
|
|
|
@media (max-width: 992px) {
|
|
|
|
footer > .container-fluid {
|
|
|
|
padding-bottom: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-08-14 14:58:58 +03:00
|
|
|
@media (min-width: 992px) {
|
2021-03-13 18:24:50 +07:00
|
|
|
.navbar {
|
|
|
|
padding: 0rem 2rem;
|
|
|
|
}
|
|
|
|
fa-icon {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
.dropdown-container {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
li.nav-item {
|
2021-08-14 14:58:58 +03:00
|
|
|
margin: auto 0px;
|
2021-03-13 18:24:50 +07:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
2021-08-14 14:58:58 +03:00
|
|
|
background: #212121;
|
|
|
|
bottom: 0;
|
|
|
|
box-shadow: 0px 0px 15px 0px #000;
|
2021-03-13 18:24:50 +07:00
|
|
|
flex-direction: row;
|
2021-08-14 14:58:58 +03:00
|
|
|
left: 0;
|
2021-03-13 18:24:50 +07:00
|
|
|
justify-content: center;
|
2021-08-14 14:58:58 +03:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
font-size: 0.8em;
|
|
|
|
@media (min-width: 375px) {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navbar-collapse {
|
|
|
|
flex-basis: auto;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.navbar-collapse {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
.navbar-brand {
|
|
|
|
width: 140px;
|
|
|
|
}
|
2021-03-13 18:24:50 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2021-12-27 22:54:45 +04:00
|
|
|
.liquidtestnet.active {
|
|
|
|
background-color: #494a4a;
|
|
|
|
}
|
|
|
|
|
2021-03-13 18:24:50 +07:00
|
|
|
.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;
|
2021-08-14 14:58:58 +03:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.search-form-container {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 500px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
|
|
color: #f1f1f1;
|
2021-03-13 18:24:50 +07:00
|
|
|
}
|
2021-08-11 20:31:05 +03:00
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
margin-right: 5px;
|
2021-08-14 14:58:58 +03:00
|
|
|
}
|