Commit 36c8fcef authored by Romain DELEAU's avatar Romain DELEAU

update supplementary-role

parent aed0b633
...@@ -118,28 +118,34 @@ ...@@ -118,28 +118,34 @@
<button mat-button><mat-icon fontIcon="add"></mat-icon></button> <button mat-button><mat-icon fontIcon="add"></mat-icon></button>
</div> </div>
<div class="piece-form-supplementary">
<div class="piece-form-title">Rôle supplémentaire</div> <div class="piece-form-title">Rôle supplémentaire</div>
<div class="piece-form-supplementary">
<div class="piece-form-supplementary-form">
<div> <div>
<div class="piece-form-supplementary-name"> <div class="piece-form-supplementary-form-name">
<label for="name">Nom</label> <label for="name">Nom</label>
<input name="name" type="text"/> <input name="name" type="text"/>
</div> </div>
<div class="piece-form-supplementary-textarea"> <div class="piece-form-supplementary-form-textarea">
<label for="objectives">Objectifs</label> <label for="objectives">Objectifs</label>
<textarea name="objectives"></textarea> <textarea name="objectives"></textarea>
</div> </div>
<div class="piece-form-supplementary-textarea"> <div class="piece-form-supplementary-form-textarea">
<label for="skills">Compétences</label> <label for="skills">Compétences</label>
<textarea name="skills"></textarea> <textarea name="skills"></textarea>
</div> </div>
<div class="piece-form-supplementary-textarea"> <div class="piece-form-supplementary-form-textarea">
<label for="rules">Règles</label> <label for="rules">Règles</label>
<textarea nam="rules"></textarea> <textarea name="rules"></textarea>
</div> </div>
<div class="piece-form-supplementary-form-color">
<label for="color">Couleur</label>
<input name="color" type="color"/>
</div> </div>
<button mat-button><mat-icon fontIcon="add"></mat-icon></button>
</div> </div>
</div> </div>
</div>
<button class="piece-form-supplementary-form-add" mat-button><mat-icon fontIcon="add"></mat-icon></button>
</div>
</div> </div>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
width: 400px; width: 400px;
position: relative; position: relative;
background: linear-gradient(303deg, rgb(2, 0, 36) 0%, rgb(2, 0, 36) 25%, #9ad5ec 25%, #9ad5ec 100%); background-color: #9ad5ec;
&-menu { &-menu {
position: absolute; position: absolute;
...@@ -325,14 +325,22 @@ ...@@ -325,14 +325,22 @@
} }
&-supplementary { &-supplementary {
margin-bottom: 25px; padding-bottom: 10px;
background: linear-gradient(304deg, rgb(2, 0, 36) 0%, rgb(2, 0, 36) 50%, #9ad5ec 50%, #9ad5ec 100%);
width: 398px;
position: relative;
left: -34px;
&-form {
width: 350px;
margin-left: 33px;
margin-right: 10px;
&-name { &-name {
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
} }
&-textarea { &-textarea {
...@@ -344,15 +352,27 @@ ...@@ -344,15 +352,27 @@
} }
} }
button { &-color {
display: flex;
flex-direction: row;
margin-top: 10px;
label {
margin-right: 5px;
color: white;
}
}
&-add {
position: relative; position: relative;
width: 50px; width: 50px;
height: 50px; height: 50px;
background-color: white; background-color: white;
left: 100%; left: 100%;
transform: translateX(-100%); transform: translateX(-100%);
margin-top: 5px; margin-top: 10px;
border-radius: 10px; border-radius: 10px;
margin-bottom: 10px;
mat-icon { mat-icon {
transform: scale(1.3); transform: scale(1.3);
...@@ -360,6 +380,7 @@ ...@@ -360,6 +380,7 @@
} }
} }
} }
}
} }
.piece::after { .piece::after {
......
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