File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1010 < link rel ="stylesheet " href ="test/css/normalize.min.css ">
1111 < link rel ="stylesheet " href ="test/css/main.css ">
1212
13- < link rel ="stylesheet " href ="lib/paymentMethods.cards.min.css ">
14- < link rel ="stylesheet " href ="lib/paymentMethods.min.css ">
13+ < link rel ="stylesheet " href ="lib/paymentMethods.cards.min.css " type ="text/css ">
14+ < link rel ="stylesheet " href ="lib/paymentMethods.min.css " type ="text/css ">
15+ < link rel ="stylesheet " href ="lib/paymentApproaches.all.cards.min.css " type ="text/css ">
1516 < style >
17+
18+ body {
19+ margin : 1em ;
20+ }
1621 .paymentMethod .paymentMethod-card : not (.disabled ){
1722 -webkit-filter : drop-shadow (5px 5px 5px # 222 );
1823 filter : drop-shadow (5px 5px 5px # 222 );
@@ -53,6 +58,12 @@ <h2>Icons Cards</h2>
5358 < i class ="paymentMethod visa paymentMethod-card "> </ i >
5459 </ div >
5560
61+ < h2 > Approach Cards</ h2 >
62+ < div style ="font-size: 80px; ">
63+ < i class ="paymentMethod applePay paymentMethod-card "> </ i >
64+ < i class ="paymentMethod payWithGoogle paymentMethod-card "> </ i >
65+ </ div >
66+
5667 < script src ="test/js/main.js "> </ script >
5768 < script >
5869 var anchors = document . getElementsByTagName ( 'i' ) ;
You can’t perform that action at this time.
0 commit comments