UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

20 lines 759 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var typestyle_1 = require("typestyle"); var utils_1 = require("../../../Common/theming/utils"); var base = function (props) { return ({ border: 'none', $nest: { legend: { borderBottom: props.withTitleSeparator && "1px solid " + props.theme.colorMap.darkGray5, color: props.theme.colorMap.darkGray5, paddingBottom: utils_1.toRem(5), marginBottom: utils_1.toRem(10), fontWeight: 700, fontSize: utils_1.toRem(16), width: '98%', } } }); }; exports.getStyles = function (props) { return typestyle_1.style(base(props)); }; //# sourceMappingURL=styles.js.map