@times-components/slice-layout
Version:
25 lines (22 loc) • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _tsStyleguide = require("@times-components/ts-styleguide");
var styles = {
item: {
width: "100%"
},
itemContainer: {
borderBottomColor: _tsStyleguide.colours.functional.keyline,
borderBottomWidth: 1,
borderStyle: "solid",
width: "100%"
},
itemContainerWithoutBorders: {
width: "100%"
}
};
var _default = styles;
exports["default"] = _default;