Minimal commit

This commit is contained in:
Le Libre Au Quotidien 2019-10-02 14:10:29 +02:00
parent e059d45f73
commit 9c4fabb176
2 changed files with 11 additions and 0 deletions

View File

@ -8,8 +8,16 @@
<p>76</p><img width="22px" height="24px" src="../../assets/img/votant-pas-sur.svg"> <p>76</p><img width="22px" height="24px" src="../../assets/img/votant-pas-sur.svg">
</section> </section>
<section id="vote"> <section id="vote">
<a>
<img width="16px" height="12px" src="../../assets/img/check.svg"> <img width="16px" height="12px" src="../../assets/img/check.svg">
</a>
<a>
<img width="19px" height="15px" src="../../assets/img/check-2.svg"> <img width="19px" height="15px" src="../../assets/img/check-2.svg">
</a>
<a>
<img width="12px" height="12px" src="../../assets/img/croix.svg"> <img width="12px" height="12px" src="../../assets/img/croix.svg">
</a>
</section> </section>
</div> </div>

View File

@ -6,9 +6,12 @@
display:flex; display:flex;
} }
#vote img{ #vote img{
/*
border: 1px solid #aeafb1; border: 1px solid #aeafb1;
border-radius: 48px; border-radius: 48px;
*/
} }
h2,h3{ h2,h3{
font-weight: normal; font-weight: normal;
} }