Commit 035ed2b8 by amalk

design change

parent 48de2482
...@@ -89,4 +89,4 @@ ...@@ -89,4 +89,4 @@
"android" "android"
] ]
} }
} }
\ No newline at end of file
...@@ -25,8 +25,8 @@ export class AppComponent { ...@@ -25,8 +25,8 @@ export class AppComponent {
this.platform.ready().then(() => { this.platform.ready().then(() => {
this.statusBar.styleDefault(); this.statusBar.styleDefault();
this.splashScreen.hide(); this.splashScreen.hide();
this.statusBar.overlaysWebView(true); this.statusBar.overlaysWebView(false);
this.statusBar.hide();
}); });
} }
} }
<ion-content> <ion-content>
<div class="start_wizard_wrapper"> <div class="start_wizard_wrapper">
<ion-slides pager="true" [options]="slideOpts" (ionSlideDidChange)="slideChanged()"> <ion-slides pager="true" [options]="landingOptions" (ionSlideDidChange)="slideChanged()">
<ion-slide> <ion-slide>
<div class="wizard_inner_wrapper"> <div class="wizard_inner_wrapper">
<img src="../assets/Group 229_2.png"> <img src="../assets/Group 229_2.png">
......
...@@ -21,8 +21,8 @@ export class LandingPage implements OnInit { ...@@ -21,8 +21,8 @@ export class LandingPage implements OnInit {
document.body.scrollTop = document.documentElement.scrollTop = 0; document.body.scrollTop = document.documentElement.scrollTop = 0;
} }
slideOpts = { landingOptions = {
initialSlide: 0, initialSlide: 1,
speed: 1000, speed: 1000,
allowTouchMove: false allowTouchMove: false
}; };
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
float: left; float: left;
padding: 5px; padding: 5px;
padding-left: 10px; padding-left: 10px;
width: calc(100% - 300px); width: calc(100% - 265px);
h5 { h5 {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
} }
.rider_time { .rider_time {
float: left; float: left;
width: 150px; width: 110px;
font-size: 35px; font-size: 35px;
font-weight: 900; font-weight: 900;
color: rgba(59, 57, 77, 1); color: rgba(59, 57, 77, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment