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

16 lines
585 B
HTML
Raw Normal View History

2019-10-01 18:32:24 +02:00
<div class="choice_container">
<section id="info">
2019-10-01 18:59:14 +02:00
<h3>Jeudi <span>17</span> aout</h3>
<h3>08:00</h3>
2019-10-01 18:32:24 +02:00
</section>
<section id="nombre_vote">
2019-10-01 18:59:14 +02:00
<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">
2019-10-01 18:32:24 +02:00
</section>
<section id="vote">
2019-10-01 18:59:14 +02:00
<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">
2019-10-01 18:32:24 +02:00
</section>
</div>