Files
fibonacci-fold/storybook-static/static/css/components-VotingBoard-VotingBoard-stories.12025e23.chunk.css
2024-09-09 07:44:04 -04:00

66 lines
1.3 KiB
CSS

.VoteCard_voteCard__WHGvl {
width: 50px;
height: 75px;
display: inline-block;
padding: .1rem;
margin: 10px;
background-color: #f0f0f0;
cursor: pointer;
border: 2px solid #0095ff;
border-radius: .7rem;
transition: border 0.2s ease-in-out, margin 0.2s ease-in-out, background-color 0.2s ease-in-out;
margin-top: 0px;
}
.VoteCard_voteCardInnerLayer__JKzT2 {
border: 2px solid #0095ff;
border-radius: .6rem;
font-size: 26px;
font-weight: 400;
color: #0095ff;
width: calc(100% - 4px);
height: calc(100% - 4px);
display: flex;
align-items: center;
justify-content: center;
}
.VoteCard_voteCard__WHGvl:hover {
background-color: #e0e0e0;
margin-top: -6px;
}
.VoteCard_selected__bl\+ZY, .VoteCard_selected__bl\+ZY:hover {
background-color: #d4edda;
/* border-color: #c3e6cb; */
margin-top: -12px;
}
.VoteCard_coffee__3WtE4 {
width: 70%;
}
.VoteCard_infinity__e\+ODi {
width: 70%;
}
.VoteCard_cardo-regular__kr\+YT {
font-family: "Cardo", serif;
font-weight: 400;
font-style: normal;
}
.VotingBoard_votingBoard__wnBgy {
text-align: center;
padding: 20px;
}
.VotingBoard_voteCards__3zzvk {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
/*# sourceMappingURL=components-VotingBoard-VotingBoard-stories.12025e23.chunk.css.map*/