spee.ch/client/build/components/PageContent/style.css.js

12 lines
214 B
JavaScript
Raw Normal View History

2018-05-31 22:54:27 +02:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var style = {
margin: '2em',
2018-05-31 22:54:27 +02:00
backgroundColor: 'red'
};
var _default = style;
exports.default = _default;