From b0f2356b491530e11a2031c19c2a3705fa1590e5 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Wed, 21 Sep 2016 10:52:47 -0400 Subject: [PATCH 1/2] added correct icon type and background to home tip on home tab --- public/img/check-white.svg | 18 ++++++++++++++++++ public/views/tab-home.html | 3 +-- src/sass/common.scss | 3 +++ src/sass/views/tab-home.scss | 5 +++++ 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 public/img/check-white.svg diff --git a/public/img/check-white.svg b/public/img/check-white.svg new file mode 100644 index 000000000..21ab38a5e --- /dev/null +++ b/public/img/check-white.svg @@ -0,0 +1,18 @@ + + + + DF90EF75-F651-4B5A-9143-4512A3D52EC8 + Created with sketchtool. + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 60849ecf8..41479f633 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -4,14 +4,13 @@ -
- +
diff --git a/src/sass/common.scss b/src/sass/common.scss index 0a3972087..40eb910a0 100644 --- a/src/sass/common.scss +++ b/src/sass/common.scss @@ -40,6 +40,9 @@ background-repeat:no-repeat; background-clip: padding-box; background-size: 103%; + &.green{ + background: rgb(1, 209, 162); + } } } .overlay { diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 66399540c..e57d4c0b3 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -39,5 +39,10 @@ font-size: 18px; font-weight: 100; } + .big-icon-svg{ + .bg.green{ + padding: 0 10px; + } + } } } From cf0f32388024351ae7cd1d3f3c14d9a9376cd991 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Wed, 21 Sep 2016 13:13:39 -0400 Subject: [PATCH 2/2] fixed border on home tab --- public/views/tab-home.html | 10 +++++----- src/sass/views/tab-home.scss | 31 ++++++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 41479f633..21645bc2d 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -43,7 +43,7 @@
Updating activity. Please stand by
- +
@@ -119,28 +119,28 @@
Next steps
- +
Create a bitcoin wallet
- +
Add BitPay Card
- +
Buy or Sell Bitcoin
- +
diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index e57d4c0b3..f75138075 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -11,9 +11,34 @@ .icon-gift { background-image: url("../img/icon-gift.svg"); } - - a.item { - color: #444; + .card{ + .item { + color: #444; + border-top:none; + padding-top: 1.5rem; + padding-bottom: 1.5rem; + &:before { + display: block; + position: absolute; + width: 86%; + height: 1px; + background: rgba(221, 221, 221, 0.3); + top:0; + right:0; + content:''; + } + &.item-heading{ + &:before{ + width:100%; + top:99% + } + } + &:nth-child(2){ + &:before{ + width:0; + } + } + } } .next-step {