role-occurence.component.html 1.07 KB
Newer Older
1 2 3 4
<div class="piece">
    <div class="piece-form">
        <div class="piece-title">Occurrence du rôle</div>
        <div class="piece-form-occurrence">
Romain DELEAU's avatar
Romain DELEAU committed
5 6 7 8 9 10 11 12 13
            <div class="piece-form-occurrence-text">
                <input type="text"/>
                <label> entre </label>
                <input type="text"/>
                <label> et </label>
                <input type="text"/>
                <label> joueurs</label>  
            </div>
            <button mat-button><mat-icon fontIcon="remove"></mat-icon></button>
14 15
        </div>
        <div class="piece-form-occurrence">
Romain DELEAU's avatar
Romain DELEAU committed
16 17 18 19 20 21 22 23 24
            <div class="piece-form-occurrence-text">
                <input type="text"/>
                <label> entre </label>
                <input type="text"/>
                <label> et </label>
                <input type="text"/>
                <label> joueurs</label>  
            </div>
            <button mat-button><mat-icon fontIcon="remove"></mat-icon></button>
25
        </div>
Romain DELEAU's avatar
Romain DELEAU committed
26
        <button mat-button class="piece-form-add"><mat-icon fontIcon="add"></mat-icon></button>
27 28
    </div>
</div>