Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
refactor(icon): rename icon css file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Dec 22, 2014
1 parent cfd48f8 commit 3c05463
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/icon/icon.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

md-icon {
margin: auto;
padding: 0;
display: inline-block;
margin-top: 5px;
background-repeat: no-repeat no-repeat;
pointer-events: none;
}
svg, object {
fill: currentColor;
color: currentColor;
}

md-class-icon {
// display: block;
// margin: 0 auto;
}

0 comments on commit 3c05463

Please sign in to comment.