Commit e901da6c authored by Romain DELEAU's avatar Romain DELEAU

change input for role-ressource-type by a select

parent b8968a65
......@@ -126,7 +126,10 @@
</div>
<div class="piece-form-ressources-ressource-quantity">
<label for="type">Type</label>
<input name="type" type="text">
<select name="type">
<option value="1">Ressource / Objet</option>
<option value="2">Attribut</option>
</select>
</div>
<button mat-button><mat-icon fontIcon="remove"></mat-icon></button>
</div>
......
......@@ -369,6 +369,14 @@
width: 50%;
}
select {
background-color: white;
border: none;
border-radius: 10px;
width: 55%;
height: 50px;
}
&-name {
input {
background-image: url("../../../assets/background-images/object.png");
......
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