mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Add css on vote component : No works
This commit is contained in:
parent
6cc09aebb5
commit
e059d45f73
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user