* New concept for dashboard layout components. * Align dashboard componentes. * Add divider to fee box component. * Remove TV icon from mobile and tablet queries. * Fix form input overflow. * Add responsive css to statistic component. * Add responsive css to about page. * Add global padding bottom. * Fix graph page styles. * Add responsive chart and scrollable table. * Fix mobile css query for navbar menus. * Fix pagination responsive css. * Add CSS animated logo. * Revert "Add CSS animated logo." This reverts commit 92af38294c0d4fe815a801b37635cde7f8ee1ced. * Add extra skeleton to fee-box-component. * Fix latest-blocks and latest-transactions table css. * Adapt Bisq pages to responsive layout. * Remove parenthesis from fiat amout. Fiat prive break not break on desktop. Transaction ID align left. Fee box skeleton width resize. * Fix mobile table text-size. * Fix dashboard mempool info mobile alignment.
193 lines
3.1 KiB
SCSS
193 lines
3.1 KiB
SCSS
.dashboard-container {
|
|
padding-bottom: 60px;
|
|
@media (min-width: 992px) {
|
|
padding-bottom: 0px;
|
|
}
|
|
.table {
|
|
.fiat{
|
|
color: #ffffff66;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.card {
|
|
background-color: #1d1f31;
|
|
height: 100%;
|
|
}
|
|
|
|
.card-title {
|
|
color: #4a68b9;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.info-block {
|
|
float: left;
|
|
width: 350px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.progress {
|
|
display: inline-flex;
|
|
width: 100%;
|
|
background-color: #2d3348;
|
|
height: 1.1rem;
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #b58800 !important;
|
|
}
|
|
|
|
.skeleton-loader {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.more-padding {
|
|
padding: 1.25rem 2rem 1.25rem 2rem;
|
|
}
|
|
|
|
.graph-card {
|
|
height: 100%;
|
|
@media (min-width: 992px) {
|
|
height: 385px;
|
|
}
|
|
}
|
|
|
|
.mempool-info-data {
|
|
display: block;
|
|
@media (min-width: 485px) {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
h5 {
|
|
margin-bottom: 10px;
|
|
}
|
|
.item {
|
|
width: 124px;
|
|
margin: 0px auto 20px;
|
|
display: inline-block;
|
|
@media (min-width: 400px) {
|
|
width: 50%;
|
|
}
|
|
&: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;
|
|
}
|
|
}
|
|
}
|
|
.bar {
|
|
width: 93%;
|
|
margin: 0px 5px 20px;
|
|
@media (min-width: 485px) {
|
|
max-width: 200px;
|
|
margin: 0px auto 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.latest-transactions {
|
|
width: 100%;
|
|
text-align: left;
|
|
tr, td, th {
|
|
border: 0px;
|
|
}
|
|
.table-cell-txid {
|
|
width: 20%;
|
|
}
|
|
.table-cell-satoshis {
|
|
display: none;
|
|
text-align: right;
|
|
width: 30%;
|
|
@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;
|
|
width: 30%;
|
|
@media (min-width: 485px) {
|
|
display: table-cell;
|
|
}
|
|
@media (min-width: 768px) {
|
|
display: none;
|
|
}
|
|
@media (min-width: 992px) {
|
|
display: table-cell;
|
|
}
|
|
}
|
|
.table-cell-fees {
|
|
width: 25%;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
} |