Commit 45677d67 by amalk

12-09-2019

parent 651644a5
...@@ -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>
......
...@@ -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;
......
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