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
dee3dc4e
Commit
dee3dc4e
authored
5 years ago
by
amal
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amal' into 'master'
Amal See merge request
!15
parents
59854f10
ef45950f
Show 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 @
dee3dc4e
...
...
@@ -4,7 +4,7 @@
</button>
<div
class=
"nav_title floatLeft"
>
</div>
<button
class=
"nav_btn floatRight"
>
<button
class=
"nav_btn
nav_cart
floatRight"
>
</button>
<div
class=
"clear"
></div>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/assets/cart_icon.png
0 → 100644
View file @
dee3dc4e
1.3 KB
This diff is collapsed.
Click to expand it.
src/global.scss
View file @
dee3dc4e
...
...
@@ -491,6 +491,14 @@ app-deliverypop {
}
}
.nav_cart
{
background-image
:
url("./assets/cart_icon.png")
;
img
{
width
:
25px
;
display
:
none
;
}
}
ion-header
{
z-index
:
9999
!
important
;
order
:
0
!
important
;
...
...
This diff is collapsed.
Click to expand it.
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