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,20 @@
.CardBack_cardBack__6DiO1 {
border: 2px solid #ff000000;
border-radius: 15px;
transition: border 0.3s ease, margin 0.3s ease;
margin-top: 0px;
}
.CardBack_cardBack__6DiO1:hover {
border: 2px solid #000000aa;
margin-top: -6px;
}
.CardBack_cardBack__6DiO1.CardBack_selected__lKryF {
border: 2px solid #000000aa;
margin-top: -12px;
}
/*# sourceMappingURL=components-CardBack-CardBack-stories.0d19a5cd.chunk.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/components-CardBack-CardBack-stories.0d19a5cd.chunk.css","mappings":";AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA","sources":["webpack://fibonacci-fold/./src/components/CardBack/CardBack.module.css"],"sourcesContent":["\n.cardBack {\n border: 2px solid #ff000000;\n border-radius: 15px;\n transition: border 0.3s ease, margin 0.3s ease;\n margin-top: 0px;\n}\n\n.cardBack:hover {\n border: 2px solid #000000aa;\n margin-top: -6px;\n}\n\n.cardBack.selected {\n border: 2px solid #000000aa;\n margin-top: -12px;\n}\n"],"names":[],"sourceRoot":""}

View File

@@ -0,0 +1,17 @@
.Results_results__nJhmZ {
text-align: center;
padding: 20px;
}
.Results_results__nJhmZ ul {
list-style-type: none;
padding: 0;
}
.Results_results__nJhmZ li {
margin: 10px 0;
font-size: 18px;
}
/*# sourceMappingURL=components-Results-Results-stories.c5bace18.chunk.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/components-Results-Results-stories.c5bace18.chunk.css","mappings":"AAAA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA","sources":["webpack://fibonacci-fold/./src/components/Results/Results.module.css"],"sourcesContent":[".results {\n text-align: center;\n padding: 20px;\n}\n\n.results ul {\n list-style-type: none;\n padding: 0;\n}\n\n.results li {\n margin: 10px 0;\n font-size: 18px;\n}\n"],"names":[],"sourceRoot":""}

View File

@@ -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*/

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":""}

View File

@@ -0,0 +1,66 @@
.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*/

View File

@@ -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":""}

View File

@@ -0,0 +1,33 @@
.storybook-button {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
border: 0;
border-radius: 3em;
cursor: pointer;
display: inline-block;
line-height: 1;
}
.storybook-button--primary {
color: white;
background-color: #1ea7fd;
}
.storybook-button--secondary {
color: #333;
background-color: transparent;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
}
.storybook-button--small {
font-size: 12px;
padding: 10px 16px;
}
.storybook-button--medium {
font-size: 14px;
padding: 11px 20px;
}
.storybook-button--large {
font-size: 16px;
padding: 12px 24px;
}
/*# sourceMappingURL=stories-Button-stories.b8f0e908.chunk.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/stories-Button-stories.b8f0e908.chunk.css","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["webpack://fibonacci-fold/./src/stories/button.css"],"sourcesContent":[".storybook-button {\n font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-weight: 700;\n border: 0;\n border-radius: 3em;\n cursor: pointer;\n display: inline-block;\n line-height: 1;\n}\n.storybook-button--primary {\n color: white;\n background-color: #1ea7fd;\n}\n.storybook-button--secondary {\n color: #333;\n background-color: transparent;\n box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;\n}\n.storybook-button--small {\n font-size: 12px;\n padding: 10px 16px;\n}\n.storybook-button--medium {\n font-size: 14px;\n padding: 11px 20px;\n}\n.storybook-button--large {\n font-size: 16px;\n padding: 12px 24px;\n}\n"],"names":[],"sourceRoot":""}

View File

@@ -0,0 +1,66 @@
.storybook-button {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
border: 0;
border-radius: 3em;
cursor: pointer;
display: inline-block;
line-height: 1;
}
.storybook-button--primary {
color: white;
background-color: #1ea7fd;
}
.storybook-button--secondary {
color: #333;
background-color: transparent;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
}
.storybook-button--small {
font-size: 12px;
padding: 10px 16px;
}
.storybook-button--medium {
font-size: 14px;
padding: 11px 20px;
}
.storybook-button--large {
font-size: 16px;
padding: 12px 24px;
}
.storybook-header {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.storybook-header svg {
display: inline-block;
vertical-align: top;
}
.storybook-header h1 {
font-weight: 700;
font-size: 20px;
line-height: 1;
margin: 6px 0 6px 10px;
display: inline-block;
vertical-align: top;
}
.storybook-header button + button {
margin-left: 10px;
}
.storybook-header .welcome {
color: #333;
font-size: 14px;
margin-right: 10px;
}
/*# sourceMappingURL=stories-Header-stories.d60d34aa.chunk.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/stories-Header-stories.d60d34aa.chunk.css","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","sources":["webpack://fibonacci-fold/./src/stories/button.css","webpack://fibonacci-fold/./src/stories/header.css"],"sourcesContent":[".storybook-button {\n font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-weight: 700;\n border: 0;\n border-radius: 3em;\n cursor: pointer;\n display: inline-block;\n line-height: 1;\n}\n.storybook-button--primary {\n color: white;\n background-color: #1ea7fd;\n}\n.storybook-button--secondary {\n color: #333;\n background-color: transparent;\n box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;\n}\n.storybook-button--small {\n font-size: 12px;\n padding: 10px 16px;\n}\n.storybook-button--medium {\n font-size: 14px;\n padding: 11px 20px;\n}\n.storybook-button--large {\n font-size: 16px;\n padding: 12px 24px;\n}\n",".storybook-header {\n font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n padding: 15px 20px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n\n.storybook-header svg {\n display: inline-block;\n vertical-align: top;\n}\n\n.storybook-header h1 {\n font-weight: 700;\n font-size: 20px;\n line-height: 1;\n margin: 6px 0 6px 10px;\n display: inline-block;\n vertical-align: top;\n}\n\n.storybook-header button + button {\n margin-left: 10px;\n}\n\n.storybook-header .welcome {\n color: #333;\n font-size: 14px;\n margin-right: 10px;\n}\n"],"names":[],"sourceRoot":""}

View File

@@ -0,0 +1,136 @@
.storybook-button {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
border: 0;
border-radius: 3em;
cursor: pointer;
display: inline-block;
line-height: 1;
}
.storybook-button--primary {
color: white;
background-color: #1ea7fd;
}
.storybook-button--secondary {
color: #333;
background-color: transparent;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
}
.storybook-button--small {
font-size: 12px;
padding: 10px 16px;
}
.storybook-button--medium {
font-size: 14px;
padding: 11px 20px;
}
.storybook-button--large {
font-size: 16px;
padding: 12px 24px;
}
.storybook-header {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.storybook-header svg {
display: inline-block;
vertical-align: top;
}
.storybook-header h1 {
font-weight: 700;
font-size: 20px;
line-height: 1;
margin: 6px 0 6px 10px;
display: inline-block;
vertical-align: top;
}
.storybook-header button + button {
margin-left: 10px;
}
.storybook-header .welcome {
color: #333;
font-size: 14px;
margin-right: 10px;
}
.storybook-page {
font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 24px;
padding: 48px 20px;
margin: 0 auto;
max-width: 600px;
color: #333;
}
.storybook-page h2 {
font-weight: 700;
font-size: 32px;
line-height: 1;
margin: 0 0 4px;
display: inline-block;
vertical-align: top;
}
.storybook-page p {
margin: 1em 0;
}
.storybook-page a {
text-decoration: none;
color: #1ea7fd;
}
.storybook-page ul {
padding-left: 30px;
margin: 1em 0;
}
.storybook-page li {
margin-bottom: 8px;
}
.storybook-page .tip {
display: inline-block;
border-radius: 1em;
font-size: 11px;
line-height: 12px;
font-weight: 700;
background: #e7fdd8;
color: #66bf3c;
padding: 4px 12px;
margin-right: 10px;
vertical-align: top;
}
.storybook-page .tip-wrapper {
font-size: 13px;
line-height: 20px;
margin-top: 40px;
margin-bottom: 40px;
}
.storybook-page .tip-wrapper svg {
display: inline-block;
height: 12px;
width: 12px;
margin-right: 4px;
vertical-align: top;
margin-top: 3px;
}
.storybook-page .tip-wrapper svg path {
fill: #1ea7fd;
}
/*# sourceMappingURL=stories-Page-stories.a76d5758.chunk.css.map*/

View File

@@ -0,0 +1 @@
{"version":3,"file":"static/css/stories-Page-stories.a76d5758.chunk.css","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AC7BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AC/BA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA","sources":["webpack://fibonacci-fold/./src/stories/button.css","webpack://fibonacci-fold/./src/stories/header.css","webpack://fibonacci-fold/./src/stories/page.css"],"sourcesContent":[".storybook-button {\n font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-weight: 700;\n border: 0;\n border-radius: 3em;\n cursor: pointer;\n display: inline-block;\n line-height: 1;\n}\n.storybook-button--primary {\n color: white;\n background-color: #1ea7fd;\n}\n.storybook-button--secondary {\n color: #333;\n background-color: transparent;\n box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;\n}\n.storybook-button--small {\n font-size: 12px;\n padding: 10px 16px;\n}\n.storybook-button--medium {\n font-size: 14px;\n padding: 11px 20px;\n}\n.storybook-button--large {\n font-size: 16px;\n padding: 12px 24px;\n}\n",".storybook-header {\n font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n padding: 15px 20px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n\n.storybook-header svg {\n display: inline-block;\n vertical-align: top;\n}\n\n.storybook-header h1 {\n font-weight: 700;\n font-size: 20px;\n line-height: 1;\n margin: 6px 0 6px 10px;\n display: inline-block;\n vertical-align: top;\n}\n\n.storybook-header button + button {\n margin-left: 10px;\n}\n\n.storybook-header .welcome {\n color: #333;\n font-size: 14px;\n margin-right: 10px;\n}\n",".storybook-page {\n font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 24px;\n padding: 48px 20px;\n margin: 0 auto;\n max-width: 600px;\n color: #333;\n}\n\n.storybook-page h2 {\n font-weight: 700;\n font-size: 32px;\n line-height: 1;\n margin: 0 0 4px;\n display: inline-block;\n vertical-align: top;\n}\n\n.storybook-page p {\n margin: 1em 0;\n}\n\n.storybook-page a {\n text-decoration: none;\n color: #1ea7fd;\n}\n\n.storybook-page ul {\n padding-left: 30px;\n margin: 1em 0;\n}\n\n.storybook-page li {\n margin-bottom: 8px;\n}\n\n.storybook-page .tip {\n display: inline-block;\n border-radius: 1em;\n font-size: 11px;\n line-height: 12px;\n font-weight: 700;\n background: #e7fdd8;\n color: #66bf3c;\n padding: 4px 12px;\n margin-right: 10px;\n vertical-align: top;\n}\n\n.storybook-page .tip-wrapper {\n font-size: 13px;\n line-height: 20px;\n margin-top: 40px;\n margin-bottom: 40px;\n}\n\n.storybook-page .tip-wrapper svg {\n display: inline-block;\n height: 12px;\n width: 12px;\n margin-right: 4px;\n vertical-align: top;\n margin-top: 3px;\n}\n\n.storybook-page .tip-wrapper svg path {\n fill: #1ea7fd;\n}\n"],"names":[],"sourceRoot":""}