MVP
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"static/css/components-VotingBoard-VotingBoard-stories.12025e23.chunk.css","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;ACnDA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","sources":["webpack://fibonacci-fold/./src/components/VoteCard/VoteCard.module.css","webpack://fibonacci-fold/./src/components/VotingBoard/VotingBoard.module.css"],"sourcesContent":[".voteCard {\n width: 50px;\n height: 75px;\n display: inline-block;\n padding: .1rem;\n margin: 10px;\n background-color: #f0f0f0;\n cursor: pointer;\n\n border: 2px solid #0095ff;\n border-radius: .7rem;\n transition: border 0.2s ease-in-out, margin 0.2s ease-in-out, background-color 0.2s ease-in-out;\n margin-top: 0px;\n}\n\n.voteCardInnerLayer {\n border: 2px solid #0095ff;\n border-radius: .6rem;\n font-size: 26px;\n font-weight: 400;\n color: #0095ff;\n width: calc(100% - 4px);\n height: calc(100% - 4px);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.voteCard:hover {\n background-color: #e0e0e0;\n margin-top: -6px;\n}\n\n.selected, .selected:hover {\n background-color: #d4edda;\n /* border-color: #c3e6cb; */\n margin-top: -12px;\n}\n\n.coffee {\n width: 70%;\n}\n\n.infinity {\n width: 70%;\n}\n\n.cardo-regular {\n font-family: \"Cardo\", serif;\n font-weight: 400;\n font-style: normal;\n}\n",".votingBoard {\n text-align: center;\n padding: 20px;\n}\n\n.voteCards {\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n}\n"],"names":[],"sourceRoot":""}
|
||||
Reference in New Issue
Block a user