Commit eec44d24 authored by Romain DELEAU's avatar Romain DELEAU

change 'autres' by'moyens de communication' and 'divers' in piece mission-context

parent f35a2b89
...@@ -19,9 +19,19 @@ ...@@ -19,9 +19,19 @@
<label for="intrigue">Intrigue</label> <label for="intrigue">Intrigue</label>
<textarea name="intrigue" placeholder="Concevez un site web ergonomique pour votre premier client"></textarea> <textarea name="intrigue" placeholder="Concevez un site web ergonomique pour votre premier client"></textarea>
</div> </div>
<!--
<div class="piece-form-other"> <div class="piece-form-other">
<label for="other">Autre</label> <label for="other">Autre</label>
<textarea name="other"></textarea> <textarea name="other"></textarea>
</div> </div>
-->
<div class="piece-form-communication">
<label for="communication">Moyen(s) de communication</label>
<textarea name="communication"></textarea>
</div>
<div class="piece-form-divers">
<label for="divers">Divers</label>
<textarea name="divers"></textarea>
</div>
</div> </div>
</div> </div>
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
margin-top: 10px; margin-top: 10px;
} }
&-intrigue{ &-intrigue{
height: 55%; height: 35%;
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
background-size: 30%; background-size: 30%;
} }
} }
/*
&-other { &-other {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -137,6 +138,25 @@ ...@@ -137,6 +138,25 @@
background-size: 30%; background-size: 30%;
} }
} }
*/
&-communication {
display: flex;
flex-direction: column;
height: 20%;
textarea {
background-image: url("../../../assets/background-images/com.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
}
}
&-divers {
display: flex;
flex-direction: column;
height: 20%;
}
} }
} }
......
...@@ -48,14 +48,6 @@ ...@@ -48,14 +48,6 @@
left: 100%; left: 100%;
transform: translateX(-100%); transform: translateX(-100%);
} }
textarea {
background-image: url("../../../assets/background-images/com.png");
background-position: center;
background-repeat: no-repeat;
background-size: 30%;
min-height: 100px;
}
} }
} }
} }
\ No newline at end of file
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