2023-08-21 22:08:25 +02:00
|
|
|
.sticky-header {
|
|
|
|
position: sticky;
|
|
|
|
position: -webkit-sticky;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2019-07-27 18:43:17 +03:00
|
|
|
li.nav-item.active {
|
|
|
|
background-color: #653b9c;
|
|
|
|
}
|
|
|
|
|
2020-09-22 06:13:27 +07:00
|
|
|
fa-icon {
|
2020-09-22 12:07:08 +07:00
|
|
|
font-size: 1.66em;
|
2020-09-22 06:13:27 +07:00
|
|
|
}
|
|
|
|
|
2019-07-27 18:43:17 +03:00
|
|
|
.navbar {
|
|
|
|
z-index: 100;
|
2021-04-19 10:01:04 -03:00
|
|
|
min-height: 64px;
|
2022-08-06 04:25:21 +04:00
|
|
|
width: 100%;
|
2019-07-27 18:43:17 +03:00
|
|
|
}
|
|
|
|
|
2020-09-22 06:55:45 +07:00
|
|
|
li.nav-item {
|
2021-04-19 10:01:04 -03:00
|
|
|
margin: auto 10px;
|
2020-09-22 06:55:45 +07:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2022-07-28 06:52:08 +02:00
|
|
|
@media (max-width: 992px) {
|
|
|
|
margin: auto 7px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2020-09-22 06:55:45 +07:00
|
|
|
}
|
|
|
|
|
2021-04-19 10:01:04 -03:00
|
|
|
@media (min-width: 992px) {
|
2019-07-27 18:43:17 +03:00
|
|
|
.navbar {
|
2020-09-22 06:55:45 +07:00
|
|
|
padding: 0rem 2rem;
|
2019-07-27 18:43:17 +03:00
|
|
|
}
|
2020-09-22 06:13:27 +07:00
|
|
|
fa-icon {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
2020-09-22 06:55:45 +07:00
|
|
|
.dropdown-container {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
li.nav-item {
|
2021-04-19 10:01:04 -03:00
|
|
|
margin: auto 0px;
|
2020-09-22 06:55:45 +07:00
|
|
|
padding: 10px;
|
|
|
|
}
|
2019-07-27 18:43:17 +03:00
|
|
|
}
|
|
|
|
|
2020-09-22 05:51:34 +07:00
|
|
|
.navbar-nav {
|
2021-04-19 10:01:04 -03:00
|
|
|
background: #212121;
|
|
|
|
bottom: 0;
|
|
|
|
box-shadow: 0px 0px 15px 0px #000;
|
2020-09-22 05:51:34 +07:00
|
|
|
flex-direction: row;
|
2021-04-19 10:01:04 -03:00
|
|
|
left: 0;
|
2020-09-22 06:19:14 +07:00
|
|
|
justify-content: center;
|
2021-04-19 10:01:04 -03:00
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
2021-05-03 10:11:30 -03:00
|
|
|
@media (min-width: 992px) {
|
2021-04-19 10:01:04 -03:00
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
a {
|
|
|
|
font-size: 0.8em;
|
|
|
|
@media (min-width: 375px) {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
2021-04-19 10:01:04 -03:00
|
|
|
}
|
|
|
|
|
2021-05-03 10:11:30 -03:00
|
|
|
|
2021-04-19 10:01:04 -03:00
|
|
|
.navbar-collapse {
|
2023-07-20 09:56:52 +09:00
|
|
|
@media (min-width: 564px) {
|
|
|
|
flex-basis: auto;
|
|
|
|
}
|
2021-04-19 10:01:04 -03:00
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.navbar-collapse {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-01 11:11:50 -03:00
|
|
|
.navbar {
|
|
|
|
.dropdown {
|
2021-11-10 12:18:29 -03:00
|
|
|
.dropdown-toggle {
|
2021-11-01 11:11:50 -03:00
|
|
|
width: 62px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-07-22 13:04:29 +02:00
|
|
|
.navbar-brand {
|
|
|
|
position: relative;
|
2020-09-22 05:51:34 +07:00
|
|
|
}
|
2020-02-25 20:05:34 +07:00
|
|
|
|
2022-08-06 04:25:21 +04:00
|
|
|
.navbar-brand.dual-logos {
|
|
|
|
justify-content: space-between;
|
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
position: absolute;
|
2023-08-28 15:57:06 +02:00
|
|
|
top: 12px;
|
2022-07-22 13:04:29 +02:00
|
|
|
width: 100%;
|
2021-01-25 01:29:58 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: table;
|
2020-05-10 16:22:35 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainnet.active {
|
|
|
|
background-color: #653b9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.liquid.active {
|
|
|
|
background-color: #116761;
|
|
|
|
}
|
|
|
|
|
2021-12-27 22:54:45 +04:00
|
|
|
.liquidtestnet.active {
|
|
|
|
background-color: #494a4a;
|
|
|
|
}
|
|
|
|
|
2020-05-10 16:22:35 +07:00
|
|
|
.testnet.active {
|
|
|
|
background-color: #1d486f;
|
|
|
|
}
|
2020-07-16 00:33:53 +07:00
|
|
|
|
2021-02-21 01:45:52 +07:00
|
|
|
.signet.active {
|
|
|
|
background-color: #6f1d5d;
|
|
|
|
}
|
|
|
|
|
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;
|
2021-04-19 10:01:04 -03:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.search-form-container {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 500px;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
2020-07-16 13:37:28 +07:00
|
|
|
}
|
2021-04-19 10:01:04 -03:00
|
|
|
.navbar-dark .navbar-nav .nav-link {
|
|
|
|
color: #f1f1f1;
|
2021-11-01 11:11:50 -03:00
|
|
|
}
|
2022-07-21 19:58:12 +02:00
|
|
|
|
|
|
|
.subdomain_logo {
|
2022-07-22 01:07:19 +02:00
|
|
|
max-height: 45px;
|
|
|
|
max-width: 140px;
|
|
|
|
margin: auto;
|
2022-07-22 13:04:29 +02:00
|
|
|
align-self: center;
|
2022-07-22 01:07:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subdomain_container {
|
|
|
|
width: 140px;
|
2022-07-21 19:58:12 +02:00
|
|
|
margin-right: 15px;
|
2022-07-22 01:07:19 +02:00
|
|
|
text-align: center;
|
2022-07-24 23:01:31 +02:00
|
|
|
align-self: center;
|
2022-07-22 13:04:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo-holder {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
flex-direction: row;
|
|
|
|
display: flex;
|
|
|
|
}
|
2022-07-24 23:01:31 +02:00
|
|
|
|
2022-07-26 21:35:19 +02:00
|
|
|
.mempool-logo, app-svg-images {
|
2022-07-24 23:01:31 +02:00
|
|
|
align-self: center;
|
|
|
|
width: 140px;
|
|
|
|
height: 35px;
|
|
|
|
}
|
2022-08-22 10:56:27 +02:00
|
|
|
|
|
|
|
.beta {
|
|
|
|
display: inline;
|
|
|
|
position: absolute;
|
|
|
|
margin: 24px 0px 0px -15px;
|
|
|
|
font-size: 8px;
|
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
margin: 33px 0px 0px -19px;
|
|
|
|
font-size: 7px;
|
|
|
|
}
|
2023-03-18 17:01:31 +09:00
|
|
|
}
|
2023-07-15 16:50:18 +09:00
|
|
|
|
|
|
|
.current-network-svg {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:host-context(.rtl-layout) {
|
|
|
|
.current-network-svg {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2023-08-18 17:56:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile_image_container {
|
|
|
|
width: 35px;
|
|
|
|
margin-right: 15px;
|
|
|
|
text-align: center;
|
|
|
|
align-self: center;
|
|
|
|
cursor: pointer;
|
2023-08-21 17:04:17 +02:00
|
|
|
&.anon {
|
2023-08-21 23:18:55 +02:00
|
|
|
border: 1.5px solid lightgrey;
|
|
|
|
color: lightgrey;
|
|
|
|
border-radius: 5px;
|
2023-08-21 17:04:17 +02:00
|
|
|
}
|
2023-08-18 17:56:07 +02:00
|
|
|
}
|
|
|
|
.profile_image {
|
|
|
|
height: 35px;
|
2023-08-21 23:18:55 +02:00
|
|
|
border-radius: 5px;
|
2023-08-18 17:56:07 +02:00
|
|
|
}
|
2023-08-27 19:17:03 +02:00
|
|
|
|
|
|
|
main {
|
|
|
|
transition: 0.2s;
|
|
|
|
transition-property: max-width;
|
2023-08-30 18:58:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// empty sidenav
|
|
|
|
.sidenav {
|
|
|
|
z-index: 1;
|
|
|
|
background-color: transparent;
|
|
|
|
width: 225px;
|
|
|
|
height: calc(100vh - 65px);
|
|
|
|
position: sticky;
|
|
|
|
top: 65px;
|
2023-11-21 20:29:41 +09:00
|
|
|
margin-left: -225px;
|
2023-08-30 18:58:21 +02:00
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|