Skip to content

Commit

Permalink
Update the demo to include the new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
paulprins committed Oct 25, 2017
1 parent d80693f commit c441556
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
<link rel="stylesheet" href="test/css/normalize.min.css">
<link rel="stylesheet" href="test/css/main.css">

<link rel="stylesheet" href="lib/paymentMethods.cards.min.css">
<link rel="stylesheet" href="lib/paymentMethods.min.css">
<link rel="stylesheet" href="lib/paymentMethods.cards.min.css" type="text/css">
<link rel="stylesheet" href="lib/paymentMethods.min.css" type="text/css">
<link rel="stylesheet" href="lib/paymentApproaches.all.cards.min.css" type="text/css">
<style>

body{
margin: 1em;
}
.paymentMethod.paymentMethod-card:not(.disabled){
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
Expand Down Expand Up @@ -53,6 +58,12 @@ <h2>Icons Cards</h2>
<i class="paymentMethod visa paymentMethod-card"></i>
</div>

<h2>Approach Cards</h2>
<div style="font-size: 80px;">
<i class="paymentMethod applePay paymentMethod-card"></i>
<i class="paymentMethod payWithGoogle paymentMethod-card"></i>
</div>

<script src="test/js/main.js"></script>
<script>
var anchors = document.getElementsByTagName('i');
Expand Down

0 comments on commit c441556

Please sign in to comment.