Commit 523580e7 by amalk

fixes

parent 2ce82ebe
...@@ -447,27 +447,35 @@ app-ordercancelled { ...@@ -447,27 +447,35 @@ app-ordercancelled {
.nav_back { .nav_back {
background-color: #fff !important; background-color: #fff !important;
background-image: url("./assets/Group17_2.png");
img { img {
width: 25px; width: 25px;
display: none;
} }
} }
.nav_back_white { .nav_back_white {
background-color: transparent; background-color: transparent;
background-image: url("./assets/arrow_white.png");
img { img {
width: 25px !important; width: 25px !important;
display: none;
} }
} }
.nav_menu { .nav_menu {
background-image: url("./assets/Group22_2.png");
img { img {
width: 25px; width: 25px;
display: none;
} }
} }
.nav_search { .nav_search {
background-image: url("./assets/search_2.png");
img { img {
width: 25px; width: 25px;
display: none;
} }
} }
......
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