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 @@
+
+
\ 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 @@
+
+
\ 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;
+ }
+ }
}