jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
11 lines (6 loc) • 691 B
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var styleInject_es = require('../../style-inject/dist/style-inject.es.js');
var css = "/* This code is subject to LICENSE in root of this repository */\n\n/* Used to detect in JavaScript if apps have loaded styles or not. */\n:root {\n --reach-dialog: 1;\n}\n\n[data-reach-dialog-overlay] {\n background: hsla(0, 0%, 0%, 0.33);\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n overflow: auto;\n}\n\n[data-reach-dialog-content] {\n width: 50vw;\n margin: 10vh auto;\n background: white;\n padding: 2rem;\n outline: none;\n}\n";
styleInject_es.default(css);
exports.default = css;