Commit 3e7b5ae1 authored by Romain DELEAU's avatar Romain DELEAU

change and add textarea background image

parent 3b6a9d22
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
//font-weight: bold;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
} }
&-objective{ &-objective{
...@@ -104,7 +103,7 @@ ...@@ -104,7 +103,7 @@
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
margin-bottom: 25px; margin-bottom: 25px;
background-image: url("../../../assets/target.png"); background-image: url("../../../assets/background-images/obj2.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 30%; background-size: 30%;
......
...@@ -120,12 +120,24 @@ ...@@ -120,12 +120,24 @@
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
textarea {
background-image: url("../../../assets/background-images/graal.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
} }
&-other { &-other {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-bottom: 25px; margin-bottom: 25px;
height: 40%; height: 40%;
textarea {
background-image: url("../../../assets/background-images/autre.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
} }
} }
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
margin-bottom: 5px; margin-bottom: 5px;
background-image: url("../../../assets/chest.png"); background-image: url("../../../assets/background-images/objGnrl.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 30%; background-size: 30%;
......
...@@ -118,12 +118,24 @@ ...@@ -118,12 +118,24 @@
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
textarea {
background-image: url("../../../assets/background-images/contexte.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
} }
&-other { &-other {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-bottom: 25px; margin-bottom: 25px;
height: 30%; height: 30%;
textarea {
background-image: url("../../../assets/background-images/map.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
} }
} }
} }
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
textarea { textarea {
margin-bottom: 5px; margin-bottom: 5px;
background-image: url("../../../assets/alchemist.png"); background-image: url("../../../assets/background-images/role.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 30%; background-size: 30%;
...@@ -159,6 +159,12 @@ ...@@ -159,6 +159,12 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 150px; height: 150px;
textarea {
background-image: url("../../../assets/background-images/equipment.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
} }
&-skills { &-skills {
......
...@@ -224,6 +224,10 @@ ...@@ -224,6 +224,10 @@
resize: none; resize: none;
flex-grow: 1; flex-grow: 1;
font-size: 15px; font-size: 15px;
background-image: url("../../../assets/background-images/tache.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
} }
select { select {
background-color: white; background-color: white;
......
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