Commit 08db963c authored by Romain DELEAU's avatar Romain DELEAU

fix path to background-images in tasks

parent 55ed29c6
......@@ -192,7 +192,7 @@
resize: none;
flex-grow: 1;
font-size: 15px;
background-image: url("../../../assets/background-images/annexe.png");
background-image: url("../../../../assets/background-images/annexe.png");
background-position: center;
background-repeat: no-repeat;
background-size: 100px;
......
......@@ -226,7 +226,7 @@
resize: none;
flex-grow: 1;
font-size: 15px;
background-image: url("../../../assets/background-images/final.png");
background-image: url("../../../../assets/background-images/final.png");
background-position: center;
background-repeat: no-repeat;
background-size: 100px;
......
......@@ -238,7 +238,7 @@
resize: none;
flex-grow: 1;
font-size: 15px;
background-image: url("../../../assets/background-images/event.png");
background-image: url("../../../../assets/background-images/event.png");
background-position: center;
background-repeat: no-repeat;
background-size: 100px;
......
......@@ -238,7 +238,7 @@
resize: none;
flex-grow: 1;
font-size: 15px;
background-image: url("../../../assets/background-images/tache.png");
background-image: url("../../../../assets/background-images/tache.png");
background-position: center;
background-repeat: no-repeat;
background-size: 100px;
......
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