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

27 lines
367 B
SCSS
Raw Normal View History

2019-10-01 18:32:24 +02:00
.choice_container{
width:320px;
height:172px;
box-shadow: 0 3px 6px 0 rgba(black, 0.2);
2019-10-01 18:59:14 +02:00
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;
2019-10-01 18:32:24 +02:00
}