Commit b3a50fdd by amalk

second push

parent 81445e88
...@@ -87,7 +87,7 @@ page-home { ...@@ -87,7 +87,7 @@ page-home {
} }
.list { .list {
.date { .date {
background-image: url("assets/imgs/calender.png"); background-image: url("../assets/imgs/calender.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 50px; background-size: 50px;
...@@ -107,7 +107,7 @@ page-home { ...@@ -107,7 +107,7 @@ page-home {
border-radius: 30px; border-radius: 30px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
min-width: 100%; min-width: 100%;
background-image: url("/assets/imgs/calender.png"); background-image: url("..//assets/imgs/calender.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 20px; background-size: 20px;
background-position: right 15px top 15px; background-position: right 15px top 15px;
...@@ -121,7 +121,7 @@ page-home { ...@@ -121,7 +121,7 @@ page-home {
height: 45px; height: 45px;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
background-image: url("/assets/imgs/drop.png"); background-image: url("../assets/imgs/drop.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 10px top 5px; background-position: right 10px top 5px;
background-size: 35px; background-size: 35px;
...@@ -149,7 +149,7 @@ page-home { ...@@ -149,7 +149,7 @@ page-home {
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
border-radius: 30px; border-radius: 30px;
background-image: url("/assets/imgs/search.png"); background-image: url("../assets/imgs/search.png");
background-position: 18px; background-position: 18px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 20px; background-size: 20px;
......
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