From ac2bcbf9d9a2909fca4b702383e992515857ef5a Mon Sep 17 00:00:00 2001 From: JDonadio Date: Fri, 6 Oct 2017 15:35:42 -0300 Subject: [PATCH] ref home style --- src/assets/icon/icon-wallet.svg | 9 +++++++++ src/pages/home/home.html | 24 +++++++++++++++++------- src/pages/home/home.scss | 16 ++++++++++++++-- 3 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 src/assets/icon/icon-wallet.svg 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; }