feature-change-applier/static/css/main.3576d19b.chunk.css.map
2020-02-28 13:31:05 -08:00

1 line
No EOL
4.5 KiB
Text

{"version":3,"sources":["index.scss","../public/stylesheets/_variables.scss","App.css","PhonoChangeApplier.scss","Features.scss","Options.scss","Output.scss"],"names":[],"mappings":"AAEA,KACE,QAAS,CACT,gDAAsD,CACtD,wBCJmB,CDKnB,aCJe,CDAjB,oCAOI,wBCLuB,CDMvB,aCPmB,CDQnB,wBCTa,CDUb,+BAAmC,CAVvC,UAcI,+BAAmC,CAdvC,aAkBI,SCfc,CCLlB,KACE,iBACF,CAEA,UACE,aACF,CAEA,YACE,gBAAiB,CACjB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBAAuB,CACvB,4BACF,CAEA,UACE,aACF,CCnBA,QACE,gBAAiB,CACjB,eAAgB,CAChB,kBAAmB,CACnB,WAAY,CAJd,WAOI,aAAc,CACd,aAAc,CARlB,WAYI,gBAAiB,CACjB,cAAgB,CAbpB,WAiBI,eAAgB,CAChB,cAAgB,CAChB,eAAgB,CAnBpB,+BAuBI,YAAa,CACb,UAAW,CACX,yBAA0B,CAC1B,uDAA0D,CAC1D,sDAAyD,CA3B7D,mCA8BM,cAAe,CACf,eAAgB,CAChB,UAAW,CACX,iBAAkB,CAjCxB,oFAsCI,UAAW,CACX,mBAAqB,CACrB,wBAAyB,CACzB,gBAAkB,CAClB,UAAW,CA1Cf,mGA8CI,wBAA6B,CAC7B,UAAY,CA/ChB,4GAmDI,oBAAqB,CACrB,UAAY,CCpDhB,+BAGI,UAAW,CAHf,kCAMM,YAAa,CACb,mCAAoC,CACpC,aAAe,CACf,yBAA0B,CAThC,iEAYQ,YAAa,CACb,wDAA2D,CAbnE,oDAiBQ,eAAgB,CAjBxB,kBAuBI,YAAa,CACb,gBAAiB,CAxBrB,wBA2BM,WAAa,CACb,aAAc,CA5BpB,mCAiCI,oBAAqB,CACrB,wBAAyB,CACzB,kBAAoB,CACpB,UAAY,CACZ,gBAAiB,CCrCrB,iBAGI,YAAa,CACb,6BAA8B,CAC9B,aAAA,CAAA,QAAU,CCLd,iCAGI,YAAa,CACb,kBAAmB,CAJvB,4BAQI,YAAa,CACb,gBAAiB,CATrB,sCAYM,YAAa,CACb,sDAAyD","file":"main.3576d19b.chunk.css","sourcesContent":["@import '../public/stylesheets/variables';\n\nbody {\n margin: 0;\n font-family: 'Catamaran', Arial, Helvetica, sans-serif;\n background-color: map-get($colors, 'main--bg');\n color: map-get($colors, 'main');\n \n textarea, input[type=\"text\"] {\n background-color: map-get($colors, 'text-input--bg');\n color: map-get($colors, 'text-input');\n border: 1px solid map-get($colors, 'main');\n font-family: 'Fira Code', monospace;\n }\n\n code {\n font-family: 'Fira Code', monospace;\n }\n\n p.error {\n color: map-get($colors, 'error');\n }\n\n}\n","$colors: (\n \"main--bg\": #281734,\n \"main\": #d5bfbf,\n \"text-input\": #e8e22e,\n \"text-input--bg\": #1d191a,\n \"error\": #ff0000\n );",".App {\n text-align: center;\n}\n\n.App-logo {\n height: 40vmin;\n}\n\n.App-header {\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: calc(10px + 2vmin);\n}\n\n.App-link {\n color: #09d3ac;\n}\n","div.App {\n max-height: 100vh;\n max-width: 100vw;\n line-height: 1.25em;\n padding: 1em;\n\n h1 {\n font-size: 2em;\n padding: 1em 0;\n }\n\n h3 {\n font-size: 1.25em;\n padding: 0.5em 0;\n }\n\n h5 {\n font-size: 1.1em;\n padding: 0.1em 0;\n font-weight: 800;\n }\n\n div.PhonoChangeApplier {\n display: grid;\n width: 100%;\n place-items: center center;\n grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));\n grid-template-rows: repeat(auto-fill, minmax(300px, 1fr));\n \n div {\n max-width: 100%;\n max-height: 85vh;\n margin: 1em;\n overflow-y: scroll;\n }\n }\n\n button.form, input[type=\"submit\"].form, input[type=\"button\"].form {\n height: 2em;\n border-radius: 0.25em;\n border-color: transparent;\n margin: 0.2em auto;\n width: 10em;\n }\n\n button.form--add, input[type=\"submit\"].form--add, input[type=\"button\"].form--add{\n background-color: greenyellow;\n color: black;\n }\n \n button.form--remove, input[type=\"submit\"].form--remove, input[type=\"button\"].form--remove {\n background-color: red;\n color: white;\n }\n}","div.Features {\n\n ul.Features__list {\n width: 100%;\n \n li {\n display: grid;\n grid-template-columns: 10fr 10fr 1fr;\n margin: 0.5em 0;\n place-items: center center;\n \n span.feature--names-and-phones {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));\n }\n \n span.feature-name {\n font-weight: 600;\n }\n }\n }\n\n form {\n display: flex;\n flex-flow: column;\n\n input {\n margin: 0.1em;\n font-size: 1em;\n }\n }\n\n button.delete-feature {\n background-color: red;\n border-color: transparent;\n border-radius: 0.5em;\n color: white;\n max-height: 1.5em;\n }\n}","div.Options {\n\n form {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 0.5em;\n }\n\n}","div.Output {\n\n div.Output__container {\n display: flex;\n flex-flow: row wrap;\n }\n\n div.Output-epoch {\n display: flex;\n flex-flow: column;\n\n p.lexicon {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(5em, 1fr));\n }\n }\n\n}"]}