2019-07-21 17:59:47 +03:00
|
|
|
#divider {
|
2022-08-29 19:02:22 +02:00
|
|
|
width: 2px;
|
2020-02-16 22:15:07 +07:00
|
|
|
height: 200px;
|
2019-07-21 17:59:47 +03:00
|
|
|
left: 0;
|
2020-02-16 22:15:07 +07:00
|
|
|
top: -50px;
|
2019-07-21 17:59:47 +03:00
|
|
|
position: absolute;
|
|
|
|
margin-bottom: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divider > img {
|
|
|
|
position: absolute;
|
|
|
|
left: -100px;
|
|
|
|
top: -28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blockchain-wrapper {
|
2020-02-16 22:15:07 +07:00
|
|
|
height: 250px;
|
2021-12-19 15:20:21 +09:00
|
|
|
|
|
|
|
-webkit-user-select: none; /* Safari */
|
|
|
|
-moz-user-select: none; /* Firefox */
|
|
|
|
-ms-user-select: none; /* IE10+/Edge */
|
|
|
|
user-select: none; /* Standard */
|
2019-07-21 17:59:47 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.position-container {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
2020-02-24 03:42:29 +07:00
|
|
|
top: 75px;
|
2019-07-21 17:59:47 +03:00
|
|
|
}
|
|
|
|
|
2021-12-27 22:54:45 +04:00
|
|
|
.position-container.liquid, .position-container.liquidtestnet {
|
2021-07-30 23:14:45 +03:00
|
|
|
left: 420px;
|
2021-07-29 12:32:54 +03:00
|
|
|
}
|
|
|
|
|
2020-07-30 12:43:22 +07:00
|
|
|
@media (max-width: 767.98px) {
|
2019-07-21 17:59:47 +03:00
|
|
|
.position-container {
|
2020-07-30 13:13:22 +07:00
|
|
|
left: 95%;
|
|
|
|
}
|
2021-12-27 22:54:45 +04:00
|
|
|
.position-container.liquid, .position-container.liquidtestnet {
|
2021-07-29 12:32:54 +03:00
|
|
|
left: 50%;
|
|
|
|
}
|
2020-07-30 13:13:22 +07:00
|
|
|
.position-container.loading {
|
|
|
|
left: 50%;
|
2019-07-21 17:59:47 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.black-background {
|
|
|
|
background-color: #11131f;
|
|
|
|
z-index: 100;
|
|
|
|
position: relative;
|
|
|
|
}
|
2020-02-17 20:39:20 +07:00
|
|
|
|
|
|
|
.loading-block {
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
2020-02-23 19:16:50 +07:00
|
|
|
width: 300px;
|
|
|
|
left: -150px;
|
|
|
|
top: 0px;
|
2022-02-17 22:57:10 +09:00
|
|
|
}
|