@activecollab/components
Version:
ActiveCollab Components
16 lines (15 loc) • 716 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StyledWindow = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
var _BoxSizingStyle = require("../BoxSizingStyle");
var _FontStyle = require("../FontStyle");
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
var StyledWindow = exports.StyledWindow = _styledComponents.default.div.withConfig({
displayName: "Style__StyledWindow",
componentId: "sc-rnlftg-0"
})(["", " ", " position:fixed;top:0;right:0;bottom:0;left:0;"], _FontStyle.FontStyle, _BoxSizingStyle.BoxSizingStyle);
StyledWindow.displayName = "StyledWindow";
//# sourceMappingURL=Style.js.map