Commit 035ed2b8 by amalk

design change

parent 48de2482
......@@ -89,4 +89,4 @@
"android"
]
}
}
}
\ No newline at end of file
......@@ -25,8 +25,8 @@ export class AppComponent {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.splashScreen.hide();
this.statusBar.overlaysWebView(true);
this.statusBar.hide();
this.statusBar.overlaysWebView(false);
});
}
}
<ion-content>
<div class="start_wizard_wrapper">
<ion-slides pager="true" [options]="slideOpts" (ionSlideDidChange)="slideChanged()">
<ion-slides pager="true" [options]="landingOptions" (ionSlideDidChange)="slideChanged()">
<ion-slide>
<div class="wizard_inner_wrapper">
<img src="../assets/Group 229_2.png">
......
......@@ -21,8 +21,8 @@ export class LandingPage implements OnInit {
document.body.scrollTop = document.documentElement.scrollTop = 0;
}
slideOpts = {
initialSlide: 0,
landingOptions = {
initialSlide: 1,
speed: 1000,
allowTouchMove: false
};
......
......@@ -46,7 +46,7 @@
float: left;
padding: 5px;
padding-left: 10px;
width: calc(100% - 300px);
width: calc(100% - 265px);
h5 {
margin: 0px;
padding: 0px;
......@@ -66,7 +66,7 @@
}
.rider_time {
float: left;
width: 150px;
width: 110px;
font-size: 35px;
font-weight: 900;
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