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 {