This commit is contained in:
2024-09-05 19:33:30 -04:00
parent 51da011d12
commit 7f6116450f
187 changed files with 81911 additions and 388 deletions

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/components-VoteCard-VoteCard-stories.596de482.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","sources":["webpack://fibonacci-fold/./src/components/VoteCard/VoteCard.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"],"names":[],"sourceRoot":""}