Skip to content

Commit

Permalink
fix(cards): No more double margin if inside padding container
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jul 30, 2014
1 parent bf1c1bc commit 0390323
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.padding {
.card, .list-inset {
margin-left: 0;
margin-right: 0;
}
}

.card .item,
.list-inset .item,
.padding > .list .item
Expand Down

0 comments on commit 0390323

Please sign in to comment.