2021-04-19 10:01:04 -03:00
|
|
|
.dashboard-container {
|
|
|
|
padding-bottom: 60px;
|
2021-06-06 17:07:04 -03:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 0.5rem;
|
2021-05-03 10:11:30 -03:00
|
|
|
@media (min-width: 992px) {
|
2021-04-19 10:01:04 -03:00
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
2021-06-06 17:07:04 -03:00
|
|
|
.col {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
2021-04-19 10:01:04 -03:00
|
|
|
}
|
|
|
|
|
2020-09-21 19:41:12 +07:00
|
|
|
.card {
|
|
|
|
background-color: #1d1f31;
|
2021-05-03 10:11:30 -03:00
|
|
|
height: 100%;
|
2020-09-21 19:41:12 +07:00
|
|
|
}
|
|
|
|
|
2020-09-26 03:50:32 +07:00
|
|
|
.card-title {
|
2020-09-21 19:41:12 +07:00
|
|
|
color: #4a68b9;
|
2021-05-03 10:11:30 -03:00
|
|
|
font-size: 1rem;
|
2020-09-21 19:41:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-block {
|
|
|
|
float: left;
|
|
|
|
width: 350px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
display: inline-flex;
|
2020-09-26 02:11:30 +07:00
|
|
|
width: 100%;
|
2020-09-21 19:41:12 +07:00
|
|
|
background-color: #2d3348;
|
|
|
|
height: 1.1rem;
|
2021-07-26 20:47:08 -03:00
|
|
|
max-width: 180px;
|
2020-09-21 19:41:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-warning {
|
|
|
|
background-color: #b58800 !important;
|
|
|
|
}
|
2020-09-22 12:50:12 +07:00
|
|
|
|
|
|
|
.skeleton-loader {
|
2021-05-03 10:11:30 -03:00
|
|
|
max-width: 100%;
|
2020-09-22 12:50:12 +07:00
|
|
|
}
|
2020-09-26 03:50:32 +07:00
|
|
|
|
2020-09-26 22:46:26 +07:00
|
|
|
.more-padding {
|
2021-07-17 08:58:16 -03:00
|
|
|
padding: 18px;
|
2020-09-26 22:46:26 +07:00
|
|
|
}
|
2020-09-28 23:05:42 +07:00
|
|
|
|
|
|
|
.graph-card {
|
2021-05-03 10:11:30 -03:00
|
|
|
height: 100%;
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
height: 385px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mempool-info-data {
|
2021-07-18 10:42:02 -03:00
|
|
|
min-height: 56px;
|
2021-05-03 10:11:30 -03:00
|
|
|
display: block;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
display: flex;
|
2021-08-21 01:46:28 -03:00
|
|
|
flex-direction: row;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
h5 {
|
|
|
|
margin-bottom: 10px;
|
2021-08-21 01:46:28 -03:00
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
.item {
|
2021-06-06 17:07:04 -03:00
|
|
|
width: 50%;
|
|
|
|
margin: 0px auto 20px;
|
2021-05-03 10:11:30 -03:00
|
|
|
display: inline-block;
|
2021-06-06 17:07:04 -03:00
|
|
|
@media (min-width: 485px) {
|
|
|
|
margin: 0px auto 10px;
|
|
|
|
}
|
|
|
|
@media (min-width: 785px) {
|
|
|
|
margin: 0px auto 0px;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
margin: 0px auto 0px;
|
|
|
|
}
|
|
|
|
&:nth-child(2) {
|
|
|
|
order: 2;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:nth-child(3) {
|
|
|
|
order: 3;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
order: 2;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card-text {
|
|
|
|
font-size: 18px;
|
|
|
|
span {
|
|
|
|
color: #ffffff66;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
2021-06-06 17:07:04 -03:00
|
|
|
.progress {
|
|
|
|
width: 90%;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
.bar {
|
|
|
|
width: 93%;
|
|
|
|
margin: 0px 5px 20px;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
max-width: 200px;
|
|
|
|
margin: 0px auto 0px;
|
|
|
|
}
|
|
|
|
}
|
2021-07-26 20:47:08 -03:00
|
|
|
.skeleton-loader {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100px;
|
|
|
|
display: block;
|
|
|
|
margin: 18px auto 0;
|
|
|
|
}
|
|
|
|
.skeleton-loader-big {
|
|
|
|
max-width: 180px;
|
|
|
|
}
|
2020-09-28 23:05:42 +07:00
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
|
|
|
|
.latest-transactions {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
2021-08-21 01:46:28 -03:00
|
|
|
table-layout:fixed;
|
2021-05-03 10:11:30 -03:00
|
|
|
tr, td, th {
|
|
|
|
border: 0px;
|
|
|
|
}
|
2021-07-07 09:22:25 -03:00
|
|
|
td {
|
|
|
|
overflow:hidden;
|
|
|
|
width: 25%;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
.table-cell-satoshis {
|
|
|
|
display: none;
|
|
|
|
text-align: right;
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (min-width: 1100px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table-cell-fiat {
|
|
|
|
display: none;
|
|
|
|
text-align: right;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table-cell-fees {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
2021-07-26 20:47:08 -03:00
|
|
|
.skeleton-loader-transactions {
|
|
|
|
max-width: 250px;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
|
|
|
|
.lastest-blocks-table {
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
tr, td, th {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
.table-cell-height {
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
.table-cell-mined {
|
|
|
|
width: 35%;
|
|
|
|
text-align: right;
|
|
|
|
@media (min-width: 376px) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table-cell-transaction-count {
|
|
|
|
display: none;
|
|
|
|
text-align: right;
|
|
|
|
width: 20%;
|
|
|
|
@media (min-width: 376px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table-cell-size {
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
width: 30%;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
2021-06-06 17:07:04 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mempool-graph {
|
2021-12-08 17:23:47 -05:00
|
|
|
height: 255px;
|
2021-06-06 17:07:04 -03:00
|
|
|
}
|
2021-08-21 01:46:28 -03:00
|
|
|
.loadingGraphs{
|
|
|
|
height: 250px;
|
|
|
|
display: grid;
|
|
|
|
place-items: center;
|
|
|
|
}
|
2021-06-06 17:07:04 -03:00
|
|
|
|
|
|
|
.inc-tx-progress-bar {
|
|
|
|
max-width: 250px;
|
|
|
|
.progress-bar {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.terms-of-service {
|
|
|
|
margin-top: 1rem;
|
2021-07-17 08:58:16 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.small-bar {
|
|
|
|
height: 8px;
|
|
|
|
top: -4px;
|
2021-07-26 20:47:08 -03:00
|
|
|
max-width: 120px;
|
2021-07-17 08:58:16 -03:00
|
|
|
}
|
|
|
|
|
2021-07-26 20:47:08 -03:00
|
|
|
.loading-container {
|
2021-07-17 08:58:16 -03:00
|
|
|
min-height: 76px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-title {
|
|
|
|
position: relative;
|
|
|
|
color: #ffffff91;
|
|
|
|
margin-top: -13px;
|
|
|
|
font-size: 10px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
2021-07-26 20:47:08 -03:00
|
|
|
|
2021-07-17 08:58:16 -03:00
|
|
|
.card-wrapper {
|
|
|
|
.card {
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
.card-body {
|
|
|
|
display: flex;
|
|
|
|
flex: inherit;
|
|
|
|
text-align: center;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
padding: 22px 20px;
|
|
|
|
}
|
2021-07-26 16:00:40 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.retarget-sign {
|
|
|
|
margin-right: -3px;
|
|
|
|
font-size: 14px;
|
|
|
|
top: -2px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.previous-retarget-sign {
|
|
|
|
margin-right: -2px;
|
|
|
|
font-size: 10px;
|
2021-08-21 01:46:28 -03:00
|
|
|
}
|
2022-02-12 00:15:13 +04:00
|
|
|
|
|
|
|
.assetIcon {
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.asset-title {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.asset-ticker {
|
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
.asset-icon {
|
|
|
|
width: 54px;
|
|
|
|
height: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.asset-table {
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
}
|