File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
src/pages/miscellaneous/tinder-cards Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ <h1>{{ card.name.first | capitalize }} {{ card.name.last | capitalize}}</h1>
18
18
</ div >
19
19
</ ion-content >
20
20
< ion-footer >
21
- < div class ="footer ">
21
+ < div class ="tinder- footer ">
22
22
< div id ="swipe_dislike " class ="rate " (click) ="voteUp(false) "> </ div >
23
23
< div class ="info "> </ div >
24
24
< div id ="swipe_like " class ="rate " (click) ="voteUp(true) "> </ div >
25
25
</ div >
26
26
</ ion-footer >
27
-
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ page-tinder-cards {
22
22
ion-footer {
23
23
height : 15% ;
24
24
}
25
- .footer {
25
+ .tinder- footer {
26
26
width : 50% ;
27
27
margin : auto ;
28
28
padding-top : 6px ;
@@ -66,4 +66,3 @@ page-tinder-cards {
66
66
background-repeat : no-repeat ;
67
67
}
68
68
}
69
-
Original file line number Diff line number Diff line change @@ -75,10 +75,6 @@ export class TinderCardsPage {
75
75
}
76
76
}
77
77
78
- presentToast ( message ) {
79
-
80
- }
81
-
82
78
// Add new cards to our array
83
79
addNewCards ( count : number ) {
84
80
this . http . get ( 'https://randomuser.me/api/?results=' + count )
You can’t perform that action at this time.
0 commit comments