Display top featured assets on Liquid dashboard

This commit is contained in:
softsimon
2022-02-12 00:15:13 +04:00
parent 2f921f4cc7
commit 738381702f
3 changed files with 83 additions and 12 deletions

View File

@@ -283,3 +283,26 @@
margin-right: -2px;
font-size: 10px;
}
.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;
}