UNPKG

react-photo-sphere-viewer

Version:

Photosphere Viewer for React.JS, wrapper of photo-sphere-viewer.js

6 lines (5 loc) 932 B
import styleInject from './node_modules/style-inject/dist/style-inject.es.js'; var css_248z = "/* add css styles here (optional) */\n.view-container {\n position: relative;\n overflow: hidden;\n}\n\n.showNavbarButton {\n display: flex;\n position: absolute;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n z-index: 1000;\n\n background: rgba(0, 0, 0, 0.09);\n bottom: 10px;\n height: 30px;\n width: 30px;\n right: 10px;\n\n transition: background 0.2s ease, color 0.2s ease;\n \n &:hover {\n background-color: rgba(0, 0, 0, 0.8);\n }\n}\n\n.hideNavbarButton svg {\n width: 100%;\n transform: scale(1);\n transition: transform .2s ease;\n vertical-align: initial;\n margin-top: -2;\n\n &:hover {\n transform: scale(1.2);\n }\n}"; styleInject(css_248z); export { css_248z as default }; //# sourceMappingURL=styles.css.js.map