aboutsummaryrefslogtreecommitdiff
path: root/build/static/css/main.b15685c9.chunk.css.map
blob: 19270916b8292dd2c1e97db82a20ead489a53a72 (plain)
1
{"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"]}