Skip to content

Commit

Permalink
Merge pull request #4 from PolymerElements/fix-shadow-dom
Browse files Browse the repository at this point in the history
fix shadow dom styles
  • Loading branch information
notwaldorf committed Aug 10, 2015
2 parents e4ef490 + 043d83e commit e2fd09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
bottom: 0px;
}

:host ::content.card-content {
:host ::content .card-content {
padding: 16px;
position:relative;
@apply(--paper-card-content);
}

:host ::content.card-actions {
:host ::content .card-actions {
border-top: 1px solid #e8e8e8;
padding: 5px 16px;
position:relative;
Expand Down

0 comments on commit e2fd09a

Please sign in to comment.