From cf0f32388024351ae7cd1d3f3c14d9a9376cd991 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Wed, 21 Sep 2016 13:13:39 -0400 Subject: [PATCH] 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 {