From be4fe6bb620275a81b62f7b0352ee212e539b4b4 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Wed, 21 Sep 2016 15:21:18 -0400 Subject: [PATCH] added new images styled icons and list item rows --- public/img/item-ico-addwallet.svg | 19 +++++++++++++++++++ public/img/item-ico-import.svg | 19 +++++++++++++++++++ public/views/add.html | 20 ++++++++++++++++---- src/sass/views/add.scss | 15 +++++++++++++-- 4 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 public/img/item-ico-addwallet.svg create mode 100644 public/img/item-ico-import.svg diff --git a/public/img/item-ico-addwallet.svg b/public/img/item-ico-addwallet.svg new file mode 100644 index 000000000..a7389f6c6 --- /dev/null +++ b/public/img/item-ico-addwallet.svg @@ -0,0 +1,19 @@ + + + + users-24px-outline_add-29 + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/img/item-ico-import.svg b/public/img/item-ico-import.svg new file mode 100644 index 000000000..60d78deba --- /dev/null +++ b/public/img/item-ico-import.svg @@ -0,0 +1,19 @@ + + + + Group + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/add.html b/public/views/add.html index 25c3e39c5..978c312af 100644 --- a/public/views/add.html +++ b/public/views/add.html @@ -7,22 +7,34 @@ - + + + +

New Personal Wallet

- + + + +

Create Shared Wallet

- + + + +

Join shared wallet

- + + + +

Import wallet

diff --git a/src/sass/views/add.scss b/src/sass/views/add.scss index 9dd30968f..1a7f0b5fc 100644 --- a/src/sass/views/add.scss +++ b/src/sass/views/add.scss @@ -1,13 +1,24 @@ #view-add { - .item { margin-bottom: 10px; margin-left: 10px; margin-right: 10px; + padding-top:2rem; + padding-bottom: 2rem; + border:none; + padding-left:90px; &:first-child { margin-top: 25px; } } - + .bg{ + background-color:rgb(100,124,232); + height: 50px; + width: 50px; + padding:4px; + &.join{ + padding:10px; + } + } }