@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
18 lines (17 loc) • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.OutputLocationWrapper = exports.OutputLocationBody = void 0;
var _material = require("@mui/material");
var OutputLocationWrapper = exports.OutputLocationWrapper = (0, _material.styled)('div')({
display: 'flex',
flexDirection: 'column',
rowGap: 15
});
var OutputLocationBody = exports.OutputLocationBody = (0, _material.styled)('div')({
width: '100%',
height: 205,
backgroundColor: '#ECECFB',
borderRadius: 15
});