Commit aed0b633 authored by Romain DELEAU's avatar Romain DELEAU

add reward other + correction css

parent e6bca361
......@@ -80,6 +80,12 @@
<option>Objectif pédagoqique 1</option>
</select>
</div>
<div class="piece-form-rewards-reward-other" *ngIf="rewardType == 7">
<textarea></textarea>
</div>
<div class="piece-form-rewards-reward-add" *ngIf="rewardType != 0">
<button mat-button><mat-icon fontIcon="add"></mat-icon></button>
</div>
</div>
</div>
......
......@@ -213,6 +213,11 @@
width: 100%;
}
textarea {
width: 335px;
height: 100px;
}
&-type {
display: flex;
flex-direction: row;
......@@ -239,37 +244,21 @@
}
}
&-character {
display: flex;
flex-direction: row;
margin-bottom: 5px;
}
&-discussion {
display: flex;
flex-direction: row;
margin-bottom: 5px;
}
&-skill {
display: flex;
flex-direction: row;
margin-bottom: 5px;
select {
margin-left: 5px;
}
}
&-quest {
display: flex;
flex-direction: row;
margin-bottom: 5px;
}
&-add {
margin-top: 5px;
&-objective {
display: flex;
flex-direction: row;
button {
width: 100%;
}
}
}
}
......
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