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

change and add textarea background image

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