lists/items

This commit is contained in:
Adam Bradley
2015-03-24 22:11:28 -05:00
parent dba853dba4
commit 2ca29ecb45
9 changed files with 117 additions and 26 deletions

View File

@@ -0,0 +1,26 @@
// List
// --------------------------------------------------
$list-margin: 35px 0 !default;
.list {
margin: $list-margin;
padding: 0;
list-style-type: none;
}
.list-header {
position: relative;
margin: 35px 15px 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.list-header + .list {
margin-top: 10px;
}