wire wallet balance to wallet select component
This commit is contained in:
parent
b42bf01f6a
commit
444d25b9ee
4 changed files with 21 additions and 6 deletions
|
|
@ -45,12 +45,20 @@
|
|||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
|
||||
.wallet-name {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.wallet-balance {
|
||||
color: #3A3A3A;
|
||||
font-family: "Roboto-Light";
|
||||
}
|
||||
|
||||
&::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
//background: rgba(221, 221, 221, 0.3);
|
||||
background: $border-color;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue