UNPKG

@braineet/ui

Version:

Braineet design system

12 lines (11 loc) 545 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var CheckBoxGroup = (0, _styledComponents.default)('div').withConfig({ displayName: "styles__CheckBoxGroup", componentId: "sc-ie2l72-0" })(["display:flex;flex-direction:column;& > *{margin-bottom:4px;}& > *:last-of-type{margin-bottom:0;}"]); var _default = CheckBoxGroup; exports.default = _default;