Cleanup & addition of Foundation 5

This commit is contained in:
jcreek
2015-11-07 10:10:59 +00:00
parent 10a3f058a9
commit 4100ca5518
90 changed files with 13828 additions and 0 deletions
@@ -0,0 +1,27 @@
.chip {
display: inline-block;
height: 32px;
font-size: 13px;
font-weight: 500;
color: rgba(0,0,0,.6);
line-height: 32px;
padding: 0 12px;
border-radius: 16px;
background-color: #E4E4E4;
img {
float: left;
margin: 0 8px 0 -12px;
height: 32px;
width: 32px;
border-radius: 50%;
}
i.material-icons {
cursor: pointer;
float: right;
font-size: 16px;
line-height: 32px;
padding-left: 8px;
}
}