📄 147.bb83b48f.chunk.css.map
/home/palash/git/site/node_modules/new_site/build/static/css/147.bb83b48f.chunk.css.map
Language: map • Lines: 1
{"version":3,"file":"static/css/147.a5e9107a.chunk.css","mappings":"AAAA,YACE,qBAAsB,CACtB,UACF,CAEA,gBAIE,kBAAmB,CAFnB,aAAc,CADd,eAAgB,CAEhB,YAEF,CAOA,qBAJE,YAAa,CACb,sBAgBF,CAbA,WAKE,kBAAmB,CAEnB,qBAAsB,CAKtB,iCAA2C,CAF3C,cAAe,CACf,cAAe,CATf,WAAY,CAIZ,UAAW,CAEX,sDAAyD,CAPzD,UAYF,CAEA,iBAEE,oBAAqB,CADrB,oBAEF,CAGA,eACE,uDACF,CAEA,qBACE,wBAAyB,CAEzB,oBAEF,CAGA,uBACE,iBAEF,CAEA,6BACE,oBAEF,CAEA,iCACE,wBAEF,CAGA,OACE,UAAW,CACX,wDACF,CAEA,aACE,2BAEF","sources":["components/tic-tac-slide/index.css"],"sourcesContent":[".dark-theme {\n  background-color: #333;\n  color: #fff;\n}\n\n.grid-container {\n  max-width: 600px;\n  margin: 0 auto;\n  padding: 20px;\n  border-radius: 15px;\n}\n\n.grid-row {\n  display: flex;\n  justify-content: center;\n}\n\n.grid-cell {\n  width: 50px;\n  height: 50px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin: 5px;\n  border: 2px solid #ddd;\n  transition: transform 1s ease, background-color 0.3s ease;\n  /* Slow transition for animation */\n  cursor: pointer;\n  font-size: 14px;\n  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);\n}\n\n.grid-cell:hover {\n  transform: scale(1.1);\n  border-color: #007bff;\n}\n\n/* Rotate button styles with hover effect */\n.rotate-button {\n  transition: background-color 0.3s ease, transform 0.3s ease;\n}\n\n.rotate-button:hover {\n  background-color: #28a745;\n  /* Green on hover */\n  transform: scale(1.1);\n  /* Slight scale on hover */\n}\n\n/* Dark theme grid styling */\n.dark-theme .grid-cell {\n  border-color: #555;\n  /* Darker border in dark theme */\n}\n\n.dark-theme .grid-cell:hover {\n  border-color: #007bff;\n  /* Keep hover effect blue in dark theme */\n}\n\n.dark-theme .rotate-button:hover {\n  background-color: #17a2b8;\n  /* Teal hover for buttons in dark theme */\n}\n\n/* Button styles for both themes */\nbutton {\n  margin: 5px;\n  transition: background-color 0.3s ease, box-shadow 0.3s ease;\n}\n\nbutton:hover {\n  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);\n  /* Add shadow on hover */\n}"],"names":[],"sourceRoot":""}