aboutsummaryrefslogtreecommitdiff
path: root/build/static/css
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-19 19:55:39 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-19 19:55:39 +0530
commite63a518433fe636596d5b61631f906af186341ea (patch)
treeec12af388bb693aef6d03505e5674e556e7799b9 /build/static/css
parent529849fabcfafaac573de22b1aa550c3df5b898e (diff)
Removed GoLang Heroku Server
Diffstat (limited to 'build/static/css')
-rw-r--r--build/static/css/main.b15685c9.chunk.css2
-rw-r--r--build/static/css/main.b15685c9.chunk.css.map1
2 files changed, 0 insertions, 3 deletions
diff --git a/build/static/css/main.b15685c9.chunk.css b/build/static/css/main.b15685c9.chunk.css
deleted file mode 100644
index c6371d2..0000000
--- a/build/static/css/main.b15685c9.chunk.css
+++ /dev/null
@@ -1,2 +0,0 @@
-#root,body{margin:0;height:100vh;width:100vw;flex-direction:column;align-items:center;background-color:#232627;color:#fff}#root,.ScoreBoard,body{display:flex;justify-content:space-between}.ScoreBoard{font-size:3rem;width:20rem;margin-bottom:.7rem;margin-top:1rem}.Grid{display:grid;grid-template-columns:9rem 9rem 9rem;grid-template-rows:9rem 9rem 9rem;grid-row-gap:1.5rem;grid-column-gap:1.5rem}.Box{border:1px solid #5b76b7;justify-content:center;height:100%;font-size:7rem}.Box,.Footer{display:flex;align-items:center;width:100%}.Footer{padding:.2rem 0;background-color:#0f0f0f;flex-direction:column;text-align:center}.Footer p{color:#a75cb8;margin:.2rem;width:90%}.Footer a{color:#fff}@media only screen and (max-width:600px){.Grid{grid-template-columns:6rem 6rem 6rem;grid-template-rows:6rem 6rem 6rem;grid-row-gap:1.5rem;grid-column-gap:1.5rem}.Box{font-size:6rem}.ScoreBoard{font-size:3.5rem;width:16rem;padding-top:1rem}}
-/*# sourceMappingURL=main.b15685c9.chunk.css.map */ \ No newline at end of file
diff --git a/build/static/css/main.b15685c9.chunk.css.map b/build/static/css/main.b15685c9.chunk.css.map
deleted file mode 100644
index 1927091..0000000
--- a/build/static/css/main.b15685c9.chunk.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack://src/components/style.css"],"names":[],"mappings":"AAkBA,WACE,QAAW,CACX,YAAa,CACb,WAAY,CAEZ,qBAAsB,CAEtB,kBAAmB,CACnB,wBAAyB,CACzB,UACF,CAEA,uBARE,YAAa,CAEb,6BAaF,CAPA,YAGE,cAAe,CACf,WAAY,CACZ,mBAAqB,CACrB,eACF,CAEA,MACE,YAAa,CACb,oCAAqC,CACrC,iCAAkC,CAClC,mBAAoB,CACpB,sBACF,CAEA,KACE,wBAAyB,CAEzB,sBAAuB,CAEvB,WAAY,CAEZ,cACF,CAEA,aARE,YAAa,CAEb,kBAAmB,CAEnB,UAYF,CARA,QAEE,eAAiB,CACjB,wBAAyB,CAEzB,qBAAsB,CAEtB,iBACF,CAEA,UACE,aAAc,CACd,YAAc,CACd,SACF,CAEA,UACE,UACF,CAEA,yCACE,MACE,oCAAqC,CACrC,iCAAkC,CAClC,mBAAoB,CACpB,sBACF,CACA,KACE,cACF,CACA,YACE,gBAAiB,CACjB,WAAY,CACZ,gBACF,CACF","file":"main.b15685c9.chunk.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, #root {\n margin: 0px;\n height: 100vh;\n width: 100vw;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: center;\n background-color: #232627;\n color: white;\n}\n\n.ScoreBoard { \n display: flex;\n justify-content: space-between;\n font-size: 3rem;\n width: 20rem;\n margin-bottom: 0.7rem;\n margin-top: 1rem;\n}\n\n.Grid {\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\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 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 .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 }\n .Box {\n font-size: 6rem;\n }\n .ScoreBoard { \n font-size: 3.5rem;\n width: 16rem;\n padding-top: 1rem;\n }\n}\n"]} \ No newline at end of file