Skip to content

Commit

Permalink
chore(): rename md-card-avatar to mdCardAvatar
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Aug 31, 2017
1 parent e7d57a4 commit 5780da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</md-card>
<md-card>
<md-card-header>
<img md-card-avatar src="app/assets/icons/sketchapp.svg" alt="Sketch icon">
<img mdCardAvatar src="app/assets/icons/sketchapp.svg" alt="Sketch icon">
<md-card-title>Sketch Template</md-card-title>
<md-card-subtitle>Covalent template for the OSX Sketch App</md-card-subtitle>
</md-card-header>
Expand Down Expand Up @@ -50,7 +50,7 @@ <h3 mdLine>Material Design Typography &amp; Iconography</h3>
</md-card>
<md-card>
<md-card-header>
<img md-card-avatar src="app/assets/icons/axure.png" alt="Axure icon">
<img mdCardAvatar src="app/assets/icons/axure.png" alt="Axure icon">
<md-card-title>Axure Widget Library</md-card-title>
<md-card-subtitle>Covalent widget library for Axure RP</md-card-subtitle>
</md-card-header>
Expand Down
2 changes: 1 addition & 1 deletion src/platform/core/common/styles/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html {
md-card-header {
height: auto;
}
[md-card-avatar] {
[mdCardAvatar] {
font-size: $md-card-header-size;
line-height: $md-card-header-size;
height: $md-card-header-size;
Expand Down

0 comments on commit 5780da4

Please sign in to comment.