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
45677d67
Commit
45677d67
authored
Sep 12, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
12-09-2019
parent
651644a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
productdetail.page.html
src/app/productdetail/productdetail.page.html
+1
-1
cart_icon.png
src/assets/cart_icon.png
+0
-0
global.scss
src/global.scss
+8
-0
No files found.
src/app/productdetail/productdetail.page.html
View file @
45677d67
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
</button>
</button>
<div
class=
"nav_title floatLeft"
>
<div
class=
"nav_title floatLeft"
>
</div>
</div>
<button
class=
"nav_btn floatRight"
>
<button
class=
"nav_btn
nav_cart
floatRight"
>
</button>
</button>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
...
...
src/assets/cart_icon.png
0 → 100644
View file @
45677d67
1.3 KB
src/global.scss
View file @
45677d67
...
@@ -491,6 +491,14 @@ app-deliverypop {
...
@@ -491,6 +491,14 @@ app-deliverypop {
}
}
}
}
.nav_cart
{
background-image
:
url("./assets/cart_icon.png")
;
img
{
width
:
25px
;
display
:
none
;
}
}
ion-header
{
ion-header
{
z-index
:
9999
!
important
;
z-index
:
9999
!
important
;
order
:
0
!
important
;
order
:
0
!
important
;
...
...
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