From 2bde795e15bc68967b0755bc3aa86be6e89803d7 Mon Sep 17 00:00:00 2001 From: Nick Cardin Date: Thu, 15 Sep 2016 13:51:23 -0400 Subject: [PATCH] update home tab icons --- public/views/tab-home.html | 12 ++++++------ src/sass/common.scss | 9 ++++++--- src/sass/views/tab-home.scss | 8 -------- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/public/views/tab-home.html b/public/views/tab-home.html index d01eb6b2f..8cf79e18e 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -19,7 +19,7 @@ -
+ - +
Create a bitcoin wallet
- +
Buy Bitcoin
- +
Add BitPay Card
- +
Add Amazon Gift Card diff --git a/src/sass/common.scss b/src/sass/common.scss index 1a8c2e6f8..3d287431c 100644 --- a/src/sass/common.scss +++ b/src/sass/common.scss @@ -25,13 +25,16 @@ border-top: 0; } -.icon.big-icon-svg { +.big-icon-svg { padding: 0 7px; - > img { + > .bg { border-radius: 50%; width: 40px; height: 40px; box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3); + background-repeat:no-repeat; + background-clip: padding-box; + background-size: 103%; } } .overlay { @@ -83,4 +86,4 @@ ion-header-bar{ .bold-text{ font-weight: bold !important; -} \ No newline at end of file +} diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index ef56a6403..8f40b2975 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -1,23 +1,15 @@ #tab-home { .icon-create-wallet { background-image: url("../img/icon-bitcoin.svg"); - background-repeat:no-repeat; - background-position: -5px -5px; } .icon-buy-bitcoin { background-image: url("../img/icon-gift.svg"); - background-repeat: no-repeat; - background-position: -5px -6px; } .icon-bitpay-card { background-image: url("../img/icon-bitpay.svg"); - background-repeat: no-repeat; - background-position: -5px -6px; } .icon-gift { background-image: url("../img/icon-gift.svg"); - background-repeat: no-repeat; - background-position: -5px -6px; } a.item {