funky-framadate-front/src/app/vote-choice/vote-choice.component.html

16 lines
585 B
HTML

<div class="choice_container">
<section id="info">
<h3>Jeudi <span>17</span> aout</h3>
<h3>08:00</h3>
</section>
<section id="nombre_vote">
<p>14</p><img width="20px" height="21px" src="../../assets/img/votant-sur.svg">
<p>76</p><img width="22px" height="24px" src="../../assets/img/votant-pas-sur.svg">
</section>
<section id="vote">
<img width="16px" height="12px" src="../../assets/img/check.svg">
<img width="19px" height="15px" src="../../assets/img/check-2.svg">
<img width="12px" height="12px" src="../../assets/img/croix.svg">
</section>
</div>