Dashboard design updates based on pedro feedback.

This commit is contained in:
softsimon
2020-09-26 03:50:32 +07:00
parent f9bbc425d8
commit dd31cbfd70
2 changed files with 33 additions and 41 deletions

View File

@@ -2,22 +2,10 @@
background-color: #1d1f31;
}
.txWeightPerSecond {
color: #4a9ff4;
}
.mempoolSize {
.card-title {
color: #4a68b9;
}
.txPerSecond {
color: #f4bb4a;;
}
.unconfirmedTx {
color: #f14d80;
}
.info-block {
float: left;
width: 350px;
@@ -38,3 +26,7 @@
.skeleton-loader {
width: 200px;
}
.card-body {
padding: 1.5rem;
}