fix(list): add extra margin-bottom to the last list if the list is also a card. Fixes #1708

This commit is contained in:
Perry Govier
2014-07-03 17:15:30 -05:00
parent 7630bd419f
commit 306fe04702

View File

@@ -13,6 +13,9 @@
}
.list:last-child {
margin-bottom: 0px;
&.card{
margin-bottom:40px;
}
}