Commit 532307d4 authored by Romain DELEAU's avatar Romain DELEAU

cleaning mission-context code

parent eec44d24
...@@ -19,12 +19,6 @@ ...@@ -19,12 +19,6 @@
<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">
<label for="other">Autre</label>
<textarea name="other"></textarea>
</div>
-->
<div class="piece-form-communication"> <div class="piece-form-communication">
<label for="communication">Moyen(s) de communication</label> <label for="communication">Moyen(s) de communication</label>
<textarea name="communication"></textarea> <textarea name="communication"></textarea>
......
...@@ -22,17 +22,21 @@ ...@@ -22,17 +22,21 @@
display: flex; display: flex;
padding: 15px 20px 15px 20px; padding: 15px 20px 15px 20px;
justify-content: space-around; justify-content: space-around;
mat-icon { mat-icon {
cursor: pointer; cursor: pointer;
transform: scale(1.1); transform: scale(1.1);
} }
mat-icon:hover { mat-icon:hover {
opacity: 0.75; opacity: 0.75;
} }
} }
&-menu.show { &-menu.show {
transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0);
} }
&-menu.hide { &-menu.hide {
transform: translateX(-50%) translateY(100%); transform: translateX(-50%) translateY(100%);
} }
...@@ -42,6 +46,7 @@ ...@@ -42,6 +46,7 @@
border-top: solid black 1px; border-top: solid black 1px;
border-right: solid black 1px; border-right: solid black 1px;
border-bottom: solid black 1px; border-bottom: solid black 1px;
&-right { &-right {
position: absolute; position: absolute;
width: 20px; width: 20px;
...@@ -51,6 +56,7 @@ ...@@ -51,6 +56,7 @@
right: -20px; right: -20px;
transform: translateY(-50%); transform: translateY(-50%);
} }
&-left { &-left {
&-top { &-top {
position: absolute; position: absolute;
...@@ -61,6 +67,7 @@ ...@@ -61,6 +67,7 @@
left: -0px; left: -0px;
transform: translateY(-50%); transform: translateY(-50%);
} }
&-bottom { &-bottom {
position: absolute; position: absolute;
width: 20px; width: 20px;
...@@ -81,12 +88,14 @@ ...@@ -81,12 +88,14 @@
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
z-index: 2; z-index: 2;
label { label {
font-size: 20px; font-size: 20px;
font-weight: lighter; font-weight: lighter;
margin-top: 10px; margin-top: 10px;
margin-bottom: 5px; margin-bottom: 5px;
} }
input { input {
height: 40px; height: 40px;
border-radius: 10px; border-radius: 10px;
...@@ -94,6 +103,7 @@ ...@@ -94,6 +103,7 @@
padding: 5px 10px 5px 10px; padding: 5px 10px 5px 10px;
font-size: 15px; font-size: 15px;
} }
textarea { textarea {
border-radius: 20px; border-radius: 20px;
padding: 10px; padding: 10px;
...@@ -102,22 +112,26 @@ ...@@ -102,22 +112,26 @@
flex-grow: 1; flex-grow: 1;
font-size: 15px; font-size: 15px;
} }
&-title { &-title {
margin-top: 20px; margin-top: 20px;
font-size: 25px; font-size: 25px;
//font-weight: bold; //font-weight: bold;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
} }
&-duration { &-duration {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: 10px; margin-top: 10px;
} }
&-intrigue{
&-intrigue {
height: 35%; height: 35%;
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
textarea { textarea {
background-image: url("../../../assets/background-images/contexte.png"); background-image: url("../../../assets/background-images/contexte.png");
background-position: center; background-position: center;
...@@ -125,20 +139,7 @@ ...@@ -125,20 +139,7 @@
background-size: 30%; 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%;
}
}
*/
&-communication { &-communication {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
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