Skip to content

Commit

Permalink
feat(Card): enable border for mdl-card__supporting-text
Browse files Browse the repository at this point in the history
  • Loading branch information
leocaseiro committed Oct 14, 2016
1 parent feca3a8 commit 4ee5202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
overflow: hidden;
padding: $card-vertical-padding $card-horizontal-padding;
width: 90%;

&.mdl-card--border {
border-bottom: 1px solid $card-border-color;
}
}

.mdl-card__actions {
Expand Down

0 comments on commit 4ee5202

Please sign in to comment.