~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
4.5KB

  1. {"version":3,"sources":["webpack://src/App.css"],"names":[],"mappings":"AAAA,gBAGE,WAAY,CACZ,UAAW,CACX,QAAW,CACX,SAAY,CACZ,cACF,CAEA,MACE,YACF,CAEA,UACE,WACF,CAEA,OACE,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,kBACF,CAEA,GACE,aAAc,CACd,eACF,CAEA,OACE,gBAAiB,CACjB,YAAa,CACb,wBAAyB,CACzB,UACF,CAEA,QAGE,WAAY,CACZ,wBAAyB,CACzB,iBACF,CAEA,iBAPE,YAAa,CACb,qBAUF,CAJA,SAGE,YACF,CAEA,QACE,YAAa,CACb,wBAAyB,CACzB,gBACF,CAEA,SACE,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CAC7B,mBACF,CAEA,QACE,YAAe,CACf,iBAAkB,CAClB,aAAc,CACd,cAAe,CACf,YAAa,CACb,qBAAuB,CACvB,iBAAkB,CAClB,wBAAyB,CACzB,YAAa,CACb,cAAe,CACf,cACF,CACA,cACE,UAAY,CACZ,wBACF,CACA,eACE,cAAe,CACf,eACF,CAEA,cACE,qBACF,CACA,8CAEE,WAAY,CACZ,iBAAkB,CAClB,gBAAiB,CACjB,WAAY,CACZ,cAAe,CACf,cACF,CACA,yBACE,iBAAkB,CAClB,UAAY,CACZ,wBACF,CAEA,mBACE,iBACF,CAEA,EACE,oBAAqB,CACrB,aACF,CACA,QACE,iBACF,CAEA,MACE,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CAC7B,WAAY,CACZ,aAAc,CACd,QAAW,CACX,cACF,CAEA,UACE,SAAU,CACV,YAAa,CACb,aAAgB,CAEhB,wBAAmB,CAAnB,kBAAmB,CACnB,iBAAkB,CAClB,0BAA2B,CAC3B,2BAA4B,CAC5B,cACF,CAEA,iBACE,wBAAyB,CACzB,UACF,CAEA,iBACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,kBAAmB,CACnB,mBACF,CAEA,kCAEE,0BAA2B,CAC3B,6BAA8B,CAI9B,wBAAkB,CAAlB,iBAGF,CAEA,sEAXE,YAAa,CAIb,YAAa,CACb,cAAe,CAEf,YAAe,CACf,iBAgBF,CAbA,oCAEE,UAAW,CAEX,2BAA4B,CAC5B,8BAA+B,CAC/B,wBAAiB,CAAjB,gBAAiB,CAEjB,gBAAiB,CAIjB,gBACF,CAIA,kEAEE,uBAAwB,CACxB,QACF,CAGA,mBACE,yBACF","file":"main.46fc1605.chunk.css","sourcesContent":["html,\nbody,\n#root {\n height: 100%;\n width: 100%;\n margin: 0px;\n padding: 0px;\n font-size: 1rem;\n}\n\n#root {\n display: grid;\n}\n\n.main-box {\n margin: auto;\n}\n\n.title {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n}\n\nh1 {\n color: #35636e;\n text-align: left;\n}\n\nheader {\n font-size: 1.5rem;\n padding: 20px;\n background-color: #35636e;\n color: white;\n}\n\n#dialog {\n display: flex;\n flex-direction: column;\n width: 500px;\n border: 1px solid #35636e;\n border-radius: 3px;\n}\n\n#content {\n display: flex;\n flex-direction: column;\n padding: 20px;\n}\n\n#footer {\n display: flex;\n justify-content: flex-end;\n padding-top: 20px;\n}\n\n.buttons {\n display: flex;\n flex-direction: row;\n justify-content: space-around;\n padding: 0px 10px 20px 10px;\n}\n\n.button {\n margin-top: 0px;\n margin-bottom: 5px;\n color: #35636e;\n font-size: 1rem;\n padding: 15px;\n background-color: white;\n border-radius: 3px;\n border: solid 2px #35636e;\n outline: none;\n cursor: pointer;\n transition: 0.2s;\n}\n.button:hover {\n color: white;\n background-color: #35636e;\n}\n.button:active {\n margin-top: 5px;\n margin-bottom: 0px;\n}\n\n#public-token {\n word-break: break-word;\n}\n#public-token-copy,\n#public-token-copy__copied {\n float: right;\n text-align: center;\n margin: 15px 10px;\n padding: 5px;\n cursor: pointer;\n transition: 0.2s;\n}\n#public-token-copy:hover {\n border-radius: 3px;\n color: white;\n background-color: #35636e;\n}\n\n.text-align-center {\n text-align: center;\n}\n\na {\n text-decoration: none;\n color: royalblue;\n}\na:hover {\n font-style: italic;\n}\n\n#tabs {\n display: flex;\n flex-direction: row;\n justify-content: space-around;\n border: none;\n color: #35636e;\n margin: 0px;\n transition: 0.3s;\n}\n\n#tabs div {\n width: 80%;\n padding: 20px;\n margin: 0px 10px;\n border: solid 1px #35636e;\n border-bottom: none;\n text-align: center;\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n cursor: pointer;\n}\n\n#tabs div.active {\n background-color: #35636e;\n color: white;\n}\n\n#transfer-inputs {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 0px 10px 20px 10px;\n}\n\n#transfer-inputs input[type=\"text\"] {\n padding: 15px;\n border-top-left-radius: 3px;\n border-bottom-left-radius: 3px;\n border: solid 2px #35636e;\n outline: none;\n font-size: 1rem;\n border-right: none;\n margin-top: 0px;\n margin-bottom: 5px;\n}\n\n#transfer-inputs input[type=\"number\"] {\n padding: 15px;\n width: 60px;\n border: solid 2px #35636e;\n border-top-right-radius: 3px;\n border-bottom-right-radius: 3px;\n border-left: none;\n outline: none;\n margin-right: 5px;\n font-size: 1rem;\n margin-top: 0px;\n margin-bottom: 5px;\n text-align: right;\n}\n\n/* Removes arrows in input number */\n/* Chrome, Safari, Edge, Opera */\ninput::-webkit-outer-spin-button,\ninput::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n\n/* Firefox */\ninput[type=\"number\"] {\n -moz-appearance: textfield;\n}\n"]}