wallet-balance directive displaying basic crypto balance.
This commit is contained in:
parent
678ad516ee
commit
afb3a1d49f
5 changed files with 97 additions and 1 deletions
|
|
@ -9,3 +9,4 @@
|
|||
@import "expand-content";
|
||||
@import "fee-summary";
|
||||
@import "formatted-amount";
|
||||
@import "wallet-balance";
|
||||
|
|
|
|||
3
src/sass/components/wallet-balance.scss
Normal file
3
src/sass/components/wallet-balance.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.wallet-balance-directive {
|
||||
display: inline-block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue