Commit b3a50fdd by amalk

second push

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