Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from Tyriar/master
Browse files Browse the repository at this point in the history
Expanded demo
  • Loading branch information
Yvonne Yip committed Jul 23, 2014
2 parents d912843 + 57defd8 commit 09cedac
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,38 @@
-webkit-transform: translateZ(0);
}

paper-fab {
color: #FFF;
margin-right:2em;
}

paper-fab.blue {
background: #5677fc;
}

paper-fab.green {
background: #259b24;
}

paper-fab.yellow {
background: #ffeb3b;
color: #000;
}

</style>

</head>
<body unresolved>

<h3>Regular</h3>

<paper-fab icon="arrow-forward"></paper-fab>
<paper-fab icon="create" class="blue"></paper-fab>

<br>
<br>
<br>
<h3>Mini</h3>

<paper-fab class="mini" icon="arrow-forward"></paper-fab>
<paper-fab icon="done" class="mini green"></paper-fab>
<paper-fab icon="reply" class="mini yellow"></paper-fab>

</body>
</html>

0 comments on commit 09cedac

Please sign in to comment.