MVP
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
/*# sourceMappingURL=components-VoteCard-VoteCard-stories.596de482.chunk.css.map*/
|
||||
Reference in New Issue
Block a user