diff options
Diffstat (limited to 'build/static/css/main.aa39b0f9.css.map')
-rw-r--r-- | build/static/css/main.aa39b0f9.css.map | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/static/css/main.aa39b0f9.css.map b/build/static/css/main.aa39b0f9.css.map deleted file mode 100644 index fa9c860..0000000 --- a/build/static/css/main.aa39b0f9.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.aa39b0f9.css","mappings":"AAkBA,KAGE,wBAAyB,CACzB,UAAY,CAHZ,QAAS,CACT,SAGF,CAEA,MAGU,QAAS,CACjB,MAAO,CAFP,WAAY,CADZ,iBAAkB,CAGT,OAAQ,CADjB,KAEF,CAEA,iBAIE,kBAAmB,CAHnB,YAAa,CACb,qBAAsB,CAGtB,yBAA0B,CAF1B,sBAAuB,CAGvB,WACF,CAEA,iCACE,wBAAyB,CAEzB,gBAAiB,CAGjB,WAAY,CAFZ,eAAiB,CAFjB,iBAAkB,CAGlB,WAEF,CAEA,YAIE,kBAAmB,CAIX,QAAS,CANjB,YAAa,CADb,cAAe,CAEf,sBAAuB,CAMvB,MAAO,CAFP,cAAe,CAEN,OAAQ,CAJjB,iBAAkB,CAGlB,KAAM,CAEN,UACF,CAEA,cACE,0BAA2B,CAC3B,kBACF,CAEA,qBAGE,MAAO,CACP,gBAAiB,CAEjB,eAAgB,CAJhB,iBAAkB,CACT,OAAQ,CAFjB,iBAAkB,CAIlB,WAEF,CAEA,YACE,YAAa,CAGb,cAAe,CAFf,4BAA6B,CAC7B,UAEF,CAEA,MAKE,mBAAoB,CACpB,sBAAuB,CAJvB,YAAa,CACb,oCAAqC,CACrC,iCAAkC,CAHlC,0BAA2B,CAQ3B,MAAO,CACP,gBAAiB,CAFjB,iBAAkB,CACT,OAAQ,CAEjB,WACF,CAEA,KACE,wBAAyB,CAMzB,cAAe,CAFf,WAAY,CAFZ,sBAKF,CAEA,aANE,kBAAmB,CAFnB,YAAa,CAIb,UAeF,CAXA,QAME,wBAAyB,CAHzB,QAAS,CAKT,qBAAsB,CAPtB,eAAgB,CAIhB,eAAiB,CAHjB,iBAAkB,CAQlB,iBACF,CAEA,UACE,aAAc,CACd,YAAc,CACd,SACF,CAEA,UACE,UACF,CAEA,yCACE,YACE,cACF,CACA,qBACE,WACF,CACA,YACE,gBACF,CACA,MAGE,mBAAoB,CACpB,sBAAuB,CAHvB,oCAAqC,CACrC,iCAAkC,CAGlC,WACF,CACA,KACE,cACF,CACF","sources":["components/style.css"],"sourcesContent":["/*\n * Tic Tac Toe - Minimalistic Tic Tac Toe\n * Copyright (C) 2021 Vidhu Kant Sharma\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\nbody {\n margin: 0;\n padding: 0;\n background-color: #232627;\n color: white;\n}\n\n#root {\n position: absolute;\n margin: auto;\n top: 0; bottom: 0;\n left: 0; right: 0;\n}\n\n.GamemodeChooser {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n height: calc(100vh - 6rem);\n width: 100vw;\n}\n\n.GamemodeChooser .GamemodeButton {\n border: 1px solid #5b76b7;\n text-align: center;\n font-size: 1.5rem;\n padding: 0.5rem 0;\n width: 15rem;\n margin: 1rem;\n}\n\n.MessageBox {\n font-size: 7rem;\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n\n position: fixed;\n top: 0; bottom: 0;\n left: 0; right: 0;\n z-index: 10;\n}\n\n.MessageBox p {\n background-color: #000000dd;\n padding: 0.5rem 2rem;\n}\n\n.ScoreBoardContainer {\n text-align: center;\n position: relative;\n left: 0; right: 0;\n margin: 1rem auto;\n width: 30rem;\n min-height: 9rem;\n}\n\n.ScoreBoard { \n display: flex;\n justify-content: space-around;\n width: 100%;\n font-size: 3rem;\n}\n\n.Grid {\n height: calc(100vh - 17rem);\n display: grid;\n grid-template-columns: 9rem 9rem 9rem;\n grid-template-rows: 9rem 9rem 9rem;\n grid-row-gap: 1.5rem;\n grid-column-gap: 1.5rem;\n\n position: relative;\n left: 0; right: 0;\n margin: 1rem auto;\n width: 30rem;\n}\n\n.Box {\n border: 1px solid #5b76b7;\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100%;\n width: 100%;\n font-size: 7rem;\n}\n\n.Footer {\n min-height: 6rem;\n position: relative;\n bottom: 0;\n width: 100%;\n padding: 0.2rem 0;\n background-color: #0f0f0f;\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n}\n\n.Footer p {\n color: #a75cb8;\n margin: 0.2rem;\n width: 90%;\n}\n\n.Footer a {\n color: white;\n}\n\n@media only screen and (max-width: 600px) {\n .MessageBox {\n font-size: 4rem;\n }\n .ScoreBoardContainer {\n width: 20rem;\n }\n .ScoreBoard { \n font-size: 3.5rem;\n }\n .Grid {\n grid-template-columns: 6rem 6rem 6rem;\n grid-template-rows: 6rem 6rem 6rem;\n grid-row-gap: 1.5rem;\n grid-column-gap: 1.5rem;\n width: 21rem;\n }\n .Box {\n font-size: 6rem;\n }\n}\n"],"names":[],"sourceRoot":""}
\ No newline at end of file |