Refactor component mempool-graph; Refactor component fee-distribution-graph; Add incoming-transactions-graph to dashboard; Add incoming-transactions-graph to statistics; Add incoming-transactions-graph to television; Add mempool-graph to dashboard; Add mempool-graph to statistics; Add mempool-graph to television; Remove chartist.component;
64 lines
906 B
SCSS
64 lines
906 B
SCSS
.container-graph {
|
|
padding: 0px 15px;
|
|
}
|
|
|
|
.card-header {
|
|
border-bottom: 0;
|
|
font-size: 18px;
|
|
@media (min-width: 465px) {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.card {
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.bootstrap-spinner {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 10px;
|
|
order: 2;
|
|
margin-left: 10px;
|
|
@media (min-width: 653px) {
|
|
margin-left: 0px;
|
|
order: 1;
|
|
}
|
|
}
|
|
|
|
.card-body {
|
|
@media (max-width: 767.98px) {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.formRadioGroup{
|
|
margin-top: 6px;
|
|
display: flex;
|
|
@media (min-width: 653px) {
|
|
display: block;
|
|
float: right;
|
|
margin-top: 0px;
|
|
}
|
|
.btn-sm {
|
|
font-size: 10px;
|
|
@media (min-width: 768px) {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.loading{
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
height: 80vh;
|
|
justify-content: center;
|
|
}
|
|
|
|
.incoming-transactions-graph {
|
|
height: 600px;
|
|
}
|