quantumai-design-system
Version:
퀀텀에이아이의 디자인 시스템
9 lines (8 loc) • 735 B
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import styled from '@emotion/styled';
import { mixinHeight } from '../../../utils/styleSet';
export var ModalBody = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n overflow-y: auto;\n flex: 1 1 0;\n padding: 25px 30px;\n scrollbar-gutter: stable;\n ", "\n"], ["\n height: 100%;\n overflow-y: auto;\n flex: 1 1 0;\n padding: 25px 30px;\n scrollbar-gutter: stable;\n ", "\n"])), function (props) { return mixinHeight(props); });
var templateObject_1;