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
643e6df0
Commit
643e6df0
authored
Sep 03, 2019
by
amal
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amal' into 'master'
Amal See merge request
!10
parents
8f76c9f5
3647d1df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
cart.page.html
src/app/cart/cart.page.html
+1
-1
global.scss
src/global.scss
+2
-0
No files found.
src/app/cart/cart.page.html
View file @
643e6df0
...
...
@@ -150,7 +150,7 @@
</div>
</div>
<div
class=
"footer_btnbay"
*
ngIf=
"cartService.carts && cartService.carts.length > 0"
[
hidden
]="
currentIndex
!=
0
"
>
<div
class=
"continue"
(
click
)="
goToPage
('
store
list
')"
>
CONTINUE SHOPING
</div>
<div
class=
"continue"
(
click
)="
goToPage
('
product
list
')"
>
CONTINUE SHOPING
</div>
<div
class=
"checkout"
(
click
)="
next
(
1
)"
>
CHECKOUT
</div>
</div>
<div
class=
"footer_btn"
*
ngIf=
"cartService.carts && cartService.carts.length > 0"
[
hidden
]="
currentIndex
!=
1
"
(
click
)="
next
(
2
);"
>
...
...
src/global.scss
View file @
643e6df0
...
...
@@ -537,4 +537,5 @@ ion-header {
padding-top
:
50%
;
background-color
:
rgba
(
273
,
273
,
273
,
0
.9
);
text-align
:
center
;
z-index
:
99
;
}
\ No newline at end of file
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