Liquid dashboard assets updates

This commit is contained in:
softsimon
2022-02-13 00:46:42 +04:00
parent 738381702f
commit 294d7915e1
8 changed files with 80 additions and 10 deletions

View File

@@ -285,8 +285,8 @@
}
.assetIcon {
width: 28px;
height: 28px;
width: 40px;
height: 40px;
}
.asset-title {
@@ -298,11 +298,16 @@
}
.asset-icon {
width: 54px;
height: 52px;
width: 65px;
height: 65px;
}
.asset-table {
width: calc(100% - 20px);
margin-left: 1.25rem;
}
.circulating-amount {
text-align: right;
width: 100%;
}