2019-10-02 14:45:50 +02:00
|
|
|
.choice_container {
|
|
|
|
width: 320px;
|
|
|
|
height: 172px;
|
|
|
|
box-shadow: 0 3px 6px 0 rgba(black, 0.2);
|
|
|
|
overflow: auto;
|
|
|
|
display: flex;
|
2019-10-01 18:59:14 +02:00
|
|
|
}
|
|
|
|
#vote img{
|
2019-10-02 14:10:29 +02:00
|
|
|
/*
|
2019-10-01 18:59:14 +02:00
|
|
|
border: 1px solid #aeafb1;
|
|
|
|
border-radius: 48px;
|
2019-10-02 14:10:29 +02:00
|
|
|
*/
|
2019-10-01 18:59:14 +02:00
|
|
|
}
|
2019-10-02 14:45:50 +02:00
|
|
|
|
|
|
|
h2, h3 {
|
|
|
|
font-weight: normal;
|
2019-10-01 18:59:14 +02:00
|
|
|
}
|
2019-10-02 14:45:50 +02:00
|
|
|
|
|
|
|
span {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 24px;
|
2019-10-01 18:59:14 +02:00
|
|
|
}
|
2019-10-02 14:45:50 +02:00
|
|
|
|
|
|
|
#nombre_vote {
|
|
|
|
vertical-align: middle;
|
|
|
|
float: left;
|
2019-10-01 18:59:14 +02:00
|
|
|
|
|
|
|
}
|
2019-10-02 14:45:50 +02:00
|
|
|
|
|
|
|
// TODO intricate selectors
|
|
|
|
#nombre_vote p {
|
|
|
|
line-height: 20px;
|
2019-10-01 18:32:24 +02:00
|
|
|
}
|