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

27 lines
367 B
SCSS

.choice_container{
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;
}