Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const OverlayTint = styleh_components_1.styled.div.attrs({
className: 'overlay'
})`position:fixed;top:0;left:0;bottom:0;left:0;width:100%;background-color:rgba(4,4,4,0.4);min-height:100vh;backface-visibility:hidden;overflow:hidden;transform:translate3d(0,0,0);`;
exports.OverlayTint = OverlayTint;
exports.default = OverlayTint; //# sourceMappingURL=styled.js.map