added new images styled icons and list item rows

This commit is contained in:
Jamal Jackson 2016-09-21 15:21:18 -04:00
commit be4fe6bb62
4 changed files with 67 additions and 6 deletions

View file

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