UNPKG

roguelike-pumpkin-patch

Version:
4 lines 659 B
// Default styling for the display. This gets inserted into the document head, before other stylesheets (so that you can override them if desired!) var css = "\n.pumpkin-container {\n position: relative;\n overflow: hidden;\n background-color: #000000;\n color: #ffffff;\n}\n\n.pumpkin-display {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n}\n\n.pumpkin-tile {\n position: absolute;\n}\n\n.pumpkin-tile > * {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n z-index: 10;\n}\n"; export default css; //# sourceMappingURL=DisplayStyle.js.map