Add css on vote component : No works

This commit is contained in:
Le Libre Au Quotidien 2019-10-01 18:59:14 +02:00
parent 6cc09aebb5
commit e059d45f73
2 changed files with 28 additions and 7 deletions

View File

@ -1,15 +1,15 @@
<div class="choice_container">
<section id="info">
<h2>Jeudi <span>17</span> aout</h2>
<h2>08:00</h2>
<h3>Jeudi <span>17</span> aout</h3>
<h3>08:00</h3>
</section>
<section id="nombre_vote">
<p>14</p><img src="../../assets/img/votant-sur.svg">
<p>76</p><img src="../../assets/img/votant-pas-sur.svg">
<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 src="../../assets/img/check.svg">
<img src="../../assets/img/check-2.svg">
<img src="../../assets/img/croix.svg">
<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>

View File

@ -2,4 +2,25 @@
width:320px;
height:172px;
box-shadow: 0 3px 6px 0 rgba(black, 0.2);
overflow: auto;
display:flex;
}
#vote img{
border: 1px solid #aeafb1;
border-radius: 48px;
}
h2,h3{
font-weight: normal;
}
span{
font-weight: bold;
font-size:24px;
}
#nombre_vote{
vertical-align: middle;
float:left;
}
#nombre_vote p{
line-height: 20px;
}