Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
035ed2b8
Commit
035ed2b8
authored
Aug 28, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
design change
parent
48de2482
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
8 deletions
+9
-8
package.json
package.json
+2
-1
app.component.ts
src/app/app.component.ts
+2
-2
landing.page.html
src/app/landing/landing.page.html
+1
-1
landing.page.ts
src/app/landing/landing.page.ts
+2
-2
trackorder.page.scss
src/app/trackorder/trackorder.page.scss
+2
-2
noitem.png
src/assets/noitem.png
+0
-0
No files found.
package.json
View file @
035ed2b8
...
...
@@ -89,4 +89,4 @@
"android"
]
}
}
}
\ No newline at end of file
src/app/app.component.ts
View file @
035ed2b8
...
...
@@ -25,8 +25,8 @@ export class AppComponent {
this
.
platform
.
ready
().
then
(()
=>
{
this
.
statusBar
.
styleDefault
();
this
.
splashScreen
.
hide
();
this
.
statusBar
.
overlaysWebView
(
tru
e
);
this
.
statusBar
.
hide
();
this
.
statusBar
.
overlaysWebView
(
fals
e
);
});
}
}
src/app/landing/landing.page.html
View file @
035ed2b8
<ion-content>
<div
class=
"start_wizard_wrapper"
>
<ion-slides
pager=
"true"
[
options
]="
slideOpt
s
"
(
ionSlideDidChange
)="
slideChanged
()"
>
<ion-slides
pager=
"true"
[
options
]="
landingOption
s
"
(
ionSlideDidChange
)="
slideChanged
()"
>
<ion-slide>
<div
class=
"wizard_inner_wrapper"
>
<img
src=
"../assets/Group 229_2.png"
>
...
...
src/app/landing/landing.page.ts
View file @
035ed2b8
...
...
@@ -21,8 +21,8 @@ export class LandingPage implements OnInit {
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
0
;
}
slideOpt
s
=
{
initialSlide
:
0
,
landingOption
s
=
{
initialSlide
:
1
,
speed
:
1000
,
allowTouchMove
:
false
};
...
...
src/app/trackorder/trackorder.page.scss
View file @
035ed2b8
...
...
@@ -46,7 +46,7 @@
float
:
left
;
padding
:
5px
;
padding-left
:
10px
;
width
:
calc
(
100%
-
300
px
);
width
:
calc
(
100%
-
265
px
);
h5
{
margin
:
0px
;
padding
:
0px
;
...
...
@@ -66,7 +66,7 @@
}
.rider_time
{
float
:
left
;
width
:
1
5
0px
;
width
:
1
1
0px
;
font-size
:
35px
;
font-weight
:
900
;
color
:
rgba
(
59
,
57
,
77
,
1
);
...
...
src/assets/noitem.png
0 → 100644
View file @
035ed2b8
10.7 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment