Skip to content

Commit

Permalink
edit reward svg size
Browse files Browse the repository at this point in the history
  • Loading branch information
Qboussard committed Mar 4, 2018
1 parent 9d9b318 commit cc164f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/assets/img/reward-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/nav/nav.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-content>
<img class="record" src="assets/img/reward.svg" (click)="goToRecordPage()">
<img class="record" src="assets/img/reward-circle.svg" (click)="goToRecordPage()">
<ion-slides loop="false" autoplay="false" zoom="false" pager='true'>
<ion-slide class='nav1 nav'>
<div class="header-page">
Expand Down
7 changes: 4 additions & 3 deletions src/pages/nav/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ page-nav {
}

.record {
top: 40px;
right: 20px;
top: 10px;
right: 10px;
color: #fff;
position: absolute;
z-index: 100;
height: 40px;
height: 70px;
padding: 10px;
}

.slides {
Expand Down

0 comments on commit cc164f3

Please sign in to comment.