diff --git a/src/assets/icon/icon-wallet.svg b/src/assets/icon/icon-wallet.svg new file mode 100644 index 000000000..73406a0cd --- /dev/null +++ b/src/assets/icon/icon-wallet.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/src/pages/home/home.html b/src/pages/home/home.html index ed2452302..78831d826 100644 --- a/src/pages/home/home.html +++ b/src/pages/home/home.html @@ -13,12 +13,22 @@ - - - {{wallet.credentials.walletName}} {{wallet.credentials.m}}-{{wallet.credentials.n}} - - - {{wallet.credentials.coin}} - {{wallet.credentials.walletId}} - + + + Wallets + + + + + + diff --git a/src/pages/home/home.scss b/src/pages/home/home.scss index d4cc8fc1e..abb4360b9 100644 --- a/src/pages/home/home.scss +++ b/src/pages/home/home.scss @@ -1,3 +1,15 @@ -page-home { - +img { + &.icon-wallet { + width: 35px !important; + background-color: #647ce8; + } +} + +.button-outline-md { + margin-right: auto !important; + border: none; + color: #488aff; + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; }