Merge pull request #4849 from leocaseiro/enable-border-card-supporting-text

feat(Card): enable border for mdl-card__supporting-text
master
Sérgio Gomes 2016-10-25 15:23:24 +01:00 committed by GitHub
commit 4e901f0074
1 changed files with 4 additions and 0 deletions

View File

@ -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 {