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

68 lines
1.0 KiB
SCSS

.choice_container {
width: 320px;
height: 172px;
box-shadow: 0 3px 6px 0 rgba(black, 0.2);
overflow: auto;
display: flex;
align-items: center;
flex-direction: row;
}
.vote img{
vertical-align: middle;
display: block;
margin-left: auto;
margin-right: auto;
}
h2, h3 {
font-weight: normal;
}
span {
font-weight: bold;
font-size: 24px;
}
.nombre_vote {
vertical-align: middle;
float: left;
}
.nombre_vote span{
display: flex;
align-items: center;
}
// TODO intricate selectors
.nombre_vote p {
font-weight: normal;
font-size: 16px;
}
.vote{
justify-content: flex-end;
align-items: flex-end;
}
.vote button{
border: 1px solid #aeafb1;;
border-radius: 50%;
width:48px;
height: 48px;
display: flex;
align-items: center;
}
.vote button:hover{
border-color: #807e7e;
transition:0,5s;
}
.vote button:focus{
border:3px solid #bf83c2;
outline:0;
}
.nombre_vote img{
/* vertical-align: middle;
display:inline;*/
display: block;
width: 20px;
height: 20px;
}