Merge pull request #213 from jamal-jackson/feature/address_book

Added new empty address book design
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-29 09:40:17 -03:00 committed by GitHub
commit 046fd92522
5 changed files with 54 additions and 10 deletions

View file

@ -1,10 +1,15 @@
#add-address{
.list{
background: #ffffff;
}
}
#view-address-book {
.scroll{
height:100%;
}
#add-contact{
img{
width: 6rem;
width: 10rem;
display: inline-block;
}
a{
@ -61,4 +66,4 @@
}
}
}
}
}